-
I'm experiencing issue #7867 with Wix 5.0.2, but it is unclear to me how to actually resolve this: Reading the last bullet of this migration doc https://wixtoolset.org/docs/fivefour/oopbas/ made me additionally add Also, when adding the latter extension, I also notice the warning WIX6101: "Could not find expected package root folder wixext5. Ensure WixToolset.BootstrapperApplications.wixext/6.0.0-rc.1 is compatible with WiX v5."
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
What does your .wixproj look like? Particularly, the PackageReference elements. |
Beta Was this translation helpful? Give feedback.
I'm glad to hear the .wixproj made things much more comfortable. That's the goal. To make it the easy path. Quick notes on your other points.
CacheId
is an extremely advanced feature. If used incorrectly, it can really mess up your bundles' behaviors. So much so, that we've considered removing the attribute completely. How did you go from wantingId
toCacheId
?401
means you don't have access to the NuGet feed. That's a local configuration problem.