Hi All,

I am using Wix 3.9. Created installer using custom Boostrapper application.
I need some clarification about MSIPackage execution sequence. 

My Bundle\Chain having,

<Chain>

  <MsiPackage DisplayInternalUI="no" Id="SampleMSIPackage1"  Compressed="no"
SourceFile="D:\MSI\SamplePackage1.msi" Visible="no"  ForcePerMachine="yes"
Permanent="no" Vital="yes" EnableFeatureSelection="yes" />
      
  <MsiPackage DisplayInternalUI="no" Id="SampleMSIPackage2"  Compressed="no"
SourceFile="D:\MSI\SamplePackage2.msi" Visible="no"  ForcePerMachine="yes"
Permanent="no" Vital="yes" EnableFeatureSelection="yes" />
                         
  <MsiPackage DisplayInternalUI="no" Id="SampleMSIPackage3"  Compressed="no"
SourceFile="D:\MSI\SamplePackage3.msi" Visible="no"  ForcePerMachine="yes"
Permanent="no" Vital="yes" EnableFeatureSelection="yes" />
</Chain>

On Installation, MSI installed in following sequence,
SamplePackage1.msi
SamplePackage2.msi
SamplePackage3.msi

On Uninstallation, msi called reverse order of installation order. That is
last installed MSI(SamplePackage3) called first.

But I need to change the sequence in uninstall. I need to execute all MSI
packages in installed order.

Is it possible? Can you please share any idea on this?

Regards,
Saravanan




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Change-MSI-Package-Install-Uninstall-Order-tp7597904.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&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