Re: [WiX-users] Systray doesn't work during Repair

2008-04-03 Thread Sebastian Brand
doesn't work during Repair 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

Re: [WiX-users] Systray doesn't work during Repair

2008-04-01 Thread Anidil
:[EMAIL PROTECTED] On Behalf Of Anidil Sent: Wednesday, March 26, 2008 3:08 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Systray doesn't work during Repair I use the following code to launch a systray CustomAction Id=LaunchSystrayExe Directory=INSTALLDIR

Re: [WiX-users] Systray doesn't work during Repair

2008-03-27 Thread Anidil
: Wednesday, March 26, 2008 3:08 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Systray doesn't work during Repair I use the following code to launch a systray CustomAction Id=LaunchSystrayExe Directory=INSTALLDIR ExeCommand=[INSTALLDIR]Systray.exe

Re: [WiX-users] Systray doesn't work during Repair

2008-03-27 Thread Sebastian Brand
-users] Systray doesn't work during Repair 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

Re: [WiX-users] Systray doesn't work during Repair

2008-03-27 Thread Jeremy Farrell
From: Anidil Sent: Thursday, March 27, 2008 10:19 AM It works fine during repair when i change the condition to Installed.But it doesn't launch automatically after the installation unless i make it NOT Installed , in that case repair doesn't work :(...strange.. What's strange? Think

[WiX-users] Systray doesn't work during Repair

2008-03-26 Thread Anidil
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'

Re: [WiX-users] Systray doesn't work during Repair

2008-03-26 Thread Wilson, Phil
PROTECTED] On Behalf Of Anidil Sent: Wednesday, March 26, 2008 3:08 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Systray doesn't work during Repair I use the following code to launch a systray CustomAction Id=LaunchSystrayExe Directory=INSTALLDIR ExeCommand