Hi,

I have  following msipackage element in product.wxs.


  <MsiPackage DisplayInternalUI="no" Id="packageid"   Compressed="no"
    DownloadUrl="http://"; SourceFile="..\..\Sample.msi" Visible="no" 
ForcePerMachine="yes" Permanent="no" Vital="no"
EnableFeatureSelection="yes">
    
 </MsiPackage>

In my bundle I have 10 MSIPackages.
I need to continue the installation, 
if any of packages got fail. 
So i set the Vital="no" for all MSI packages.
Installation is working fine. 
While cancel the installation(added Result.Cancel), 
currently installaing packages only get roll back. 
All other installed packages not get roll back.

Is there any way to cancel and roll back all packages 
if vital="no"?

Regards,
Mohamed Yasir



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Issue-in-roll-back-on-installation-tp7596812.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&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