-
We are looking for ways to use WiX v4 to build an MSP file, and in the process, we discovered that we could use the Patch Creation Process. However, if we set "PatchCreation" as the OutputType, we receive a compiler error saying After exploring through the WiX 4* source code, found that OutputType Could someone be kind enough to clarify to me on how to utilize patchcreation correctly and as expected? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Patch creation has never been supported using a .wixproj. It would have been really hard in WiX v3. In WiX v4+, it's probably not nearly as hard, but no one has done the additional work to enable it. Today you have to use the command-line to build patches. |
Beta Was this translation helpful? Give feedback.
Patch creation has never been supported using a .wixproj. It would have been really hard in WiX v3. In WiX v4+, it's probably not nearly as hard, but no one has done the additional work to enable it. Today you have to use the command-line to build patches.