The Windows Shell/Control Panel runs MSIs that are in ARP in "Basic U/I"
mode. Windows Installer skips InstallUISequence when UI is "Basic". The only
workaround is to use ARPSYSTEMCOMPONENT and create your own ARP registry
entries.

 

From: Arun Kumar [mailto:arun_jku...@persistent.co.in] 
Sent: Wednesday, January 19, 2011 3:41 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-devs] Custom Action on unistall does not run

 

Hi,

 

I'm just running an custom action on uninstall, but I notice that one 
of my custom actions isn't running during the uninstall.

I've put it in the UIInstallSequence thus: 

   <InstallUISequence> 
       <Custom Action="MyUninstallAction"
After='ExecuteAction'>Installed</Custom> 
    </InstallUISequence> 

But it doens't seem to run. 

What I've seen implies that the UI sequence isn't run on an add/remove 
programs uninstall.  Is that really the case?

 

Really appreciate any help.

 

Thanks,

AK.

DISCLAIMER ========== This e-mail may contain privileged and confidential
information which is the property of Persistent Systems Ltd. It is intended
only for the use of the individual or entity to which it is addressed. If
you are not the intended recipient, you are not authorized to read, retain,
copy, print, distribute or use this message. If you have received this
communication in error, please notify the sender and delete all copies of
this message. Persistent Systems Ltd. does not accept any liability for
virus infected mails.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to