Hi,
I've modified my Bootstrapper theme in order to support installing multiple
msi during the installation process based on user selection as follows:

<Chain>
      <PackageGroupRef Id="NetFx40Redist"/>
      <PackageGroupRef Id="CrystalReport"/>
      <MsiPackage DisplayInternalUI="yes"
SourceFile="..\bin\$(var.Configuration)\en-us\App1.msi"
InstallCondition="App1=1"/>
      <MsiPackage DisplayInternalUI="yes"
SourceFile="..\bin\$(var.Configuration)\en-us\App2.msi"
InstallCondition="App2=1"/>
      <MsiPackage DisplayInternalUI="yes"
SourceFile="..\bin\$(var.Configuration)\en-us\App3.msi"
InstallCondition="App3=1"/>
      <MsiPackage DisplayInternalUI="yes"
SourceFile="..\bin\$(var.Configuration)\en-us\App4.msi"
InstallCondition="App4=1"/>
</Chain>

When the user double clicks on the bootstrapper msi, is there a way for me
to detect which msi has been installed and let the user pick which ones to
uninstall?  Would the uninstall process follow the steps in the <Chain>
element?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Modify-Setup-tp7596927.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to