That doesn't sound right. Rollback should rollback. Log file should tell all.

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/



-----Original Message-----
From: Mohamed Yasir [mailto:yasirmohame...@gmail.com] 
Sent: Monday, September 15, 2014 6:22 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Issue in roll back on installation

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

------------------------------------------------------------------------------
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