Hi,

Could you please give the more details about the rollback, ie which property
or method to call the rollback?

I tried to uninstall the installed setup. When i debug the source, the
LauchAction does not make uninstall action. I used the below code to
uninstall the setup.

 SyncBA.Model.Engine.Detect();
            
 SyncBA.hwnd = IntPtr.Zero;  

 SyncBA.Model.Engine.Plan(LaunchAction.Uninstall);

 SyncBA.Model.Engine.Apply(SyncBA.hwnd);

I get the action in Immediate window like (SyncBA.Model.Command.Action;) but
it returns "Install" even plan to Uninstall. Please refer the attached
image.

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7579137/UninstallMSI.png
 

Thanks,
Kannan


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Planning-package-customization-tp6040489p7579137.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to