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

2008-04-03 Thread Sebastian Brand
Then try "NOT REMOVE" as condition. Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Apr 1, 2008, at 17:42 , Anidil wrote: > > I get the systray launched both at install and repair when i set the > condition as "1". > But the CA " After='InstallFinalize'>1 " get exec

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

2008-04-01 Thread Anidil
I get the systray launched both at install and repair when i set the condition as "1". But the CA "1 " get executed during the uninstall as well[which i don't want] and errors out as the installed files are not available at the end of uninstall.How should i be sequencing it so that it work fine wi

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
How about just "1" as Condition to have the CA executed always? Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Mar 27, 2008, at 11:18 , Anidil wrote: > > It works fine during repair when i change the condition to > "Installed".But it > doesn't launch automaticall

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

2008-03-27 Thread Anidil
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.. Here is a snip of my code ... .. Installed Installed Instal

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

2008-03-26 Thread Wilson, Phil
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 "If my product is Not Installed then run app.exe". Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT