Unable to load msp project using firegaint Visual Studio Extension : WiX V4 #7952
kalyani1217
started this conversation in
WiX Development
Replies: 1 comment
-
I'm pretty sure there is still a feature request open to support building patches using MSBuild. Very much not supported in WiX v3 (very hard). I think it'd be very possible to implement with the new build system. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using WiX v3.11, I have used a torch, candle, light, and pyro to create the MSP package.
Now, I'm using WiX v4.0.3 and Heatwave to create a WiX project. The output type patch is not present to create a patch project.
I have manually added the OutputType patch to the.wixproj file, and I have successfully created a msp file.
However, when I unload and reload the project, the reloading does not work. Reload throws an error: "error: Unrecognized OutputType in project file: Patch."
Please suggest how to work with the OutputType patch.
Patch.wxs:
HotFix.wixproj:
Beta Was this translation helpful? Give feedback.
All reactions