How to Create an MSP file using the PatchCreation property in WiX v6 #9098
Unanswered
freezinglo
asked this question in
Questions
Replies: 0 comments
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.
-
Question
As a setup developer, In WiX v3, it was possible to create an MSP file using the PatchCreation property in the Patch.wxs file.The Patch.wxs file is compiled into a PCP file that is then processed by MsiMsp.exe to product the patch package.
After upgrading to WiX v6, I noticed that these two executables have been deprecated and appear to be replaced by wix.exe. However, wix.exe does not support the PatchCreation property.
How to Create an MSP file using the PatchCreation property in WiX v6 ?
Below is the method to create an MSP file using the PatchCreation property in WiX v3 :
https://docs.firegiant.com/wix3/patching/patch_building/
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions