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