Hi All,

I have created setup using Wix custom bootstrapper. The Bundle\Chain
contains three Msi packages.
*My requirement is to download and install selected MSI package only.*

I have tried the following,
Added *InstallCondition in MsiPackage *and set the values(True/False) based
on the Check box selection from UI. 

Consider Msi packages named as Msipackage1, Msipackage2 and Msipackage3.
In first time installation, selected Msipackage1 check box and its
corresponding InstallCondition evaluated to TRUE. This MsiPackage is
downloaded and installed successfully.
*But for second time installation of setup i am facing problem, I have
selected Msipackage2 check box and its corresponding InstallCondition set to
TRUE.
All other Msipackages evaluated to FALSE. Due to this, it uninstall the
already installed Msipackage.* 

Is there any other way for download and install only selected MSI files
using custom bootstrapper application? or What I missed in above scenario?

Please share any idea for downloading and installing only selected MSI
packages.

Thanks,
Saravanan




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Download-and-Install-Selected-Msi-packages-using-custom-bootstrapper-tp7596433.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to