ARPNOREPAIR/ARPNOMODIFY setting for Wix MSI #8000
-
Dear Wix Community, My problem: I used WiX bundle to package 3 MSI's. Out of which one is Postgres extract only and I have custom action to start the Postgres service and stop during uninstall. I had to provide Repair to whole bundle, since users can accidently delete configuration and in order to restore it I enabled it. However, during repair it is uninstalling Postgres MSI completely. I even added these 2 lines in Package.wxs of MSI:
I can see them reflected on: Registry under : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall Then these in Bundle:
Even explored this in Bundle.wxs: But Still I am unable to stop the repair for just one MSI out of 3. I highly appreciate if you have any ready made solution for this problem. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
RepairCondition="false" in MsiPackage works. |
Beta Was this translation helpful? Give feedback.
RepairCondition="false" in MsiPackage works.