-
When authoring a patch after updating to wix4 I noticed that all short names for directories and files has changed. Has the algorithm changed, and if so can you configure it to use the old one so I don't have to manually specify all the short names? Or is it possible some other change I've done when converting our .wxs files to wix4 has triggered this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
When patching, you will want to stick to the same version of the WiX Toolset that you used to build the original package. Patching is super sensitive to all sorts of changes that we don't guarantee to be stable across WiX versions, especially not major WiX versions. |
Beta Was this translation helpful? Give feedback.
When patching, you will want to stick to the same version of the WiX Toolset that you used to build the original package. Patching is super sensitive to all sorts of changes that we don't guarantee to be stable across WiX versions, especially not major WiX versions.