wixsharp icon indicating copy to clipboard operation
wixsharp copied to clipboard

Add Ignore Errors a driver installer to Bundle

Open DanTaliaL opened this issue 1 year ago • 1 comments

Hi Oleg,

I have some .exe installers and my MSI installer in a bundle. However, if the user has a newer driver in the system, the driver in the bundle is not installed, and it returns error code 1, causing the bundle installation to stop with error code 1. How can I add a mechanism to ignore installer errors in the bundle?

DanTaliaL avatar May 13 '24 09:05 DanTaliaL

morning, Had same problem. Try to add Vital Property and set it to false. Should work. This property seem to autoset to true if dont specific in msi package in Bundle.

Torchok19081986 avatar May 15 '24 05:05 Torchok19081986