Re: [WiX-users] Custom action sequencing problem

2008-04-15 Thread Boris Krivonog
Hi! Since I don't use elevation within my systray application, I don't have any problem with tray shut-down on uninstall. However, AFAIK on Vista, a process with lower-level privilege cannot: a) Perform a window handle validation of higher process privilege. b) Use the SendMessage or PostMessage

Re: [WiX-users] Custom action sequencing problem

2008-03-04 Thread Anidil
y.exe application is notified that it is about to shut down >>>>>> and has time to remove icon from tray. See link for details: >>>>>> http://support.microsoft.com/kb/178893. Off course, systray.exe must >>>>>> have a valid window which will shut

Re: [WiX-users] Custom action sequencing problem

2008-03-04 Thread Boris Krivonog
;> is received. >>>>> >>>>> Hope this helps. >>>>> >>>>> Anidil wrote: >>>>> >>>>> >>>>>> Oki..I could get the systray process killed but the tray icon waits >>>

Re: [WiX-users] Custom action sequencing problem

2008-03-04 Thread Anidil
f that the installer throws an >>>>> icon file >>>>> in >>>>> use dialog.Is there a way to avoid this ? >>>>> >>>>> >>>>> Alexander Shevchuk wrote: >>>>> >>>>>>

Re: [WiX-users] Custom action sequencing problem

2008-02-27 Thread Boris Krivonog
Not a problem! Glad to be of assistance. Cheers, Boris Daryn Mitchell wrote: >> -Original Message- >> From: wix-users On Behalf Of Boris Krivonog >> > ... > >> Attached is a simple VS 2005 project which locates a process by name and >> sends it a WM_CLOSE. >> > > That's re

Re: [WiX-users] Custom action sequencing problem

2008-02-27 Thread Daryn Mitchell
> -Original Message- > From: wix-users On Behalf Of Boris Krivonog ... > Attached is a simple VS 2005 project which locates a process by name and > sends it a WM_CLOSE. That's really generous of you, Boris. Thanks for sharing that with the community. Daryn. --

Re: [WiX-users] Custom action sequencing problem

2008-02-27 Thread Anidil
the tray icon waits >>>>> for a >>>>> mouse over to disapear, because of that the installer throws an >>>>> icon file >>>>> in >>>>> use dialog.Is there a way to avoid this ? >>>>> >>>>> >>

Re: [WiX-users] Custom action sequencing problem

2008-02-27 Thread Boris Krivonog
om action before InstallValidate. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anidil Sent: Friday, February 22, 2008 3:16 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom action sequencing problem I use the following custom action to k

Re: [WiX-users] Custom action sequencing problem

2008-02-27 Thread Anidil
idate. >>> >>> >>> >>> -Original Message- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On Behalf Of Anidil >>> Sent: Friday, February 22, 2008 3:16 AM >>> To: wix-users@lists.sourceforge.net >>> Subject

Re: [WiX-users] Custom action sequencing problem

2008-02-27 Thread Boris Krivonog
ginal Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Anidil >> Sent: Friday, February 22, 2008 3:16 AM >> To: wix-users@lists.sourceforge.net >> Subject: [WiX-users] Custom action sequencing problem >> >> >> I use th

Re: [WiX-users] Custom action sequencing problem

2008-02-26 Thread Anidil
ction. Schedule your > custom action before InstallValidate. > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Anidil > Sent: Friday, February 22, 2008 3:16 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-use

Re: [WiX-users] Custom action sequencing problem

2008-02-22 Thread Alexander Shevchuk
et Subject: [WiX-users] Custom action sequencing problem I use the following custom action to kill systray process befre the uninstall. Installed This works fine but i get the Files in Use dialog before the CA actually runs.How do i be sequencing the CA to run at the start of uninst

[WiX-users] Custom action sequencing problem

2008-02-22 Thread Anidil
I use the following custom action to kill systray process befre the uninstall. Installed This works fine but i get the Files in Use dialog before the CA actually runs.How do i be sequencing the CA to run at the start of uninstall? Or is there any way to sequence 'Files in Use' dialog?