Replies: 3 comments
-
If the build works properly using |
Beta Was this translation helpful? Give feedback.
-
Thanks Rob, |
Beta Was this translation helpful? Give feedback.
-
I found the reason. In Msi.wixproj I had this:
The idea was to to cleanup publish directory before the build, so that there are no stale files from the previous publish. Sample project: https://github.com/zheka-b/BundleIssue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using Wix Toolset 5.0.2, HeatWave 1.0.5
I have a .Net 8.0 project referenced by Wix Msi project, which is referenced by a Wix Bundle project.
The Msi publishes the .Net project and does harvest:
After upgrading VS, the bundle projects fails with numerous errors like that:
The Msi project alone builds without errors and creates publish directory FooMsi\obj\x64\Release\publish
However when Bundle builds this directory is deleted.
The same solution worked fine with Visual Studio version 17.9.6 and wix toolset 5.0.0
Beta Was this translation helpful? Give feedback.
All reactions