Perhaps this is obvious, but how do I prevent the MSI being built when the Wix# project is built?
The Wix# project is created from the templates provided in the Wix# template nuget. I expected there to be a post-build action that ran the resulting binary, but they are empty.
WixSharp 1.9.4
WicxSharp.bin 1.9.4
Wix Toolset 3.11.1
There is a post build action but it is implemented as MSBuild 'WixSharp.targets' not as a post build event.
If you prefer not to have this integration you should remove WixSharp NuGet package before your attempt to build the project:
You are ready to build now.
Ah, thank you.