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

2008-04-03 Thread Sebastian Brand
>>> where KillMeSoftly is a dll CA which kills the systray process >>> softly by >>> sending a WM_CLOSE message >>> >>> >>> >>> Wilson, Phil wrote: >>>> >>>> Unless my eyes are deceiving me, your custom action

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

2008-04-01 Thread Anidil
M_CLOSE message >> >> >> >> Wilson, Phil wrote: >>> >>> Unless my eyes are deceiving me, your custom action has a condition >>> of Not >>> Installed. Your product *is* installed when you do a repair. You >>> have the >>> pseudo-code &qu

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?

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

2008-03-27 Thread Sebastian Brand
eudo-code "If my product is Not Installed then run app.exe". >> >> Phil Wilson >> >> >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Anidil >> Sent: Wednesday, March 26, 2008 3:08 AM >>

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

2008-03-27 Thread Anidil
do a repair. You have the > pseudo-code "If my product is Not Installed then run app.exe". > > Phil Wilson > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Anidil > Sent: Wednesday, March 26, 2008 3:08 AM >

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

2008-03-26 Thread Wilson, Phil
lto:[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 And sequence the same in the as follows ... Not Installed It's wor

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

2008-03-26 Thread Anidil
I use the following code to launch a systray And sequence the same in the as follows ... Not Installed 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 kill