Maybe you can try to change the condition statement to:
Installed AND NOT REMOVE="ALL"
which means the precondition is "installed already" and "not in remove mode".
> Date: Wed, 2 Apr 2008 08:44:14 -0700> From: [EMAIL PROTECTED]> To: 
> wix-users@lists.sourceforge.net> Subject: [WiX-users] CA only during Repair> 
> > > How do i change the following CA to run only as part of the repair?> > 
> <CustomAction> Id="LaunchSystrayExeRepair" > Directory="INSTALLDIR" > 
> ExeCommand="[INSTALLDIR]systray.exe"> Return="check" Execute="deferred" />> > 
> > <InstallExecuteSequence>> .........> <Custom 
> Action='LaunchSystrayExeRepair'> Before='InstallFinalize'>Installed</Custom>> 
> ........> </InstallExecuteSequence>> > When i uninstall after repair,MSI 
> throws a files in use dialog for the> service running, and the uninstall fail 
> and get rolled back> > Any clue on what's going wrong here?> -- > View this 
> message in context: 
> http://www.nabble.com/CA-only-during-Repair-tp16447318p16447318.html> Sent 
> from the wix-users mailing list archive at Nabble.com.> > > 
> -------------------------------------------------------------------------> 
> Check out the new SourceForge.net Marke
 tplace.> It's the best place to buy or sell services for> just about anything 
Open Source.> 
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace> 
_______________________________________________> WiX-users mailing list> 
WiX-users@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wix-users
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to