In my installer there are 4 features to customize for a given machine and

only one of it depends on a vendor package.

 

I want to run the vendor product msi or setup.exe when that package is not present

on the machine and corresponding feature is selected, during my setup sequence.

Is there a way to do that with WiX or any available non-commercial bootstrappers?

 

I found in web, a managed custom action sample which uses

System.Configuration.Install.Installer class from .Net  to trigger

Custom action methods at install/commit/rollback/uninstall operations,

but not able to launch another msi from there.

 

Did anyone ran into this scenario and got it working?  

 

Thanks in advance.

 

- Chandra

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to