I use the following code to launch a systray

<CustomAction
        Id="LaunchSystrayExe" 
        Directory="INSTALLDIR" 
        ExeCommand="[INSTALLDIR]Systray.exe"
        Return="ignore" />

And sequence the same in the <InstallExecuteSequence> as follows
...
<Custom Action='LaunchSystrayExe' After='InstallFinalize'>Not
Installed</Custom>

It's working perfectly for a normal install.But when i repair the MSI, the
systray doesn't seems to be launching again.Can anyone give an insight on
this issue?

NB:I use another CA for killing the systray.
-- 
View this message in context: 
http://www.nabble.com/Systray-doesn%27t-work-during-Repair-tp16299140p16299140.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