Replies: 3 comments
-
WixSharp supports WiX concept of MajorUpdates but not patches. The absence of support for patches is deliberate as the current trend in the deployment domain is to rely on a simpler and more reliable modern MajorUpgrade concept. But it's not so uncommon for WiX/MSI to have some features over-engineered :) But WiX's
|
Beta Was this translation helpful? Give feedback.
-
Ah. Understood. Thank you. MajorUpgrade meaning if I want to update/patch my application I'll backup the necessary data and "re-install" my new application version? |
Beta Was this translation helpful? Give feedback.
-
MajorUpgrade in MSI/WiX terminology means that when you install the new version the old one is automatically removed.
This is an interesting one. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm a little bit confused about updates and patches using WixSharp since there are multiple discussion entries. My question is: What options are available using WixSharp for Updates/Patches. Can I actually create MSP-files or use MajorUpgradeStrategy? And are there any more options?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions