Re: [WiX-users] A real challenge: how to launch the app in elevated mode after finishing its setup ?

2010-02-17 Thread Baris Taze
that? -Original Message- From: Baris Taze [mailto:bt...@microsoft.com] Sent: Sunday, February 07, 2010 2:57 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] A real challenge: how to launch the app in elevated mode after finishin

Re: [WiX-users] A real challenge: how to launch the app in elevated mode after finishing its setup ?

2010-02-07 Thread Baris Taze
t includes On Mon, Feb 8, 2010 at 5:46 AM, Baris Taze wrote: > > What would be the solution in that case? > > Should I use something else to launch as a beginning like "start" or "cmd"; > and then let it launch my target 'app' later?

Re: [WiX-users] A real challenge: how to launch the app in elevated mode after finishing its setup ?

2010-02-07 Thread Baris Taze
elevation token as the parent process. To work around this, use the WixShellExec custom action: http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm On Sat, Feb 6, 2010 at 11:14 PM, Baris Taze wrote: > > I tried that. At first glance, it seemed as if the setup was not la

Re: [WiX-users] A real challenge: how to launch the app in elevated mode after finishing its setup ?

2010-02-06 Thread Baris Taze
where that launch occurs. -Original Message- From: Baris Taze [mailto:bt...@microsoft.com] Sent: Friday, February 05, 2010 5:55 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] A real challenge: how to launch the app in elevated mode after finishing its setup ? Hi, I am having t

[WiX-users] A real challenge: how to launch the app in elevated mode after finishing its setup ?

2010-02-05 Thread Baris Taze
Hi, I am having trouble to implement a WIX project which requires the installed application to be launched just after its installation. I have read many articles and couldn't find a way to do it. The articles says that I need to flag my custom action as Execute="deferred" Imp

[WiX-users] how to set working directory of the launching application after setup?

2010-01-26 Thread Baris Taze
I wonder how to set working directory of the launching application (setup launches app after the setup). Currently I have the following custom action to launch the installed application. And it refers to the following file defined in the WIX: My setup installs successfully and

[WiX-users] how to change style of Control

2009-12-09 Thread Baris Taze
Is there a way to change the style of a Control in WixUI? For example, background color, foreground color, font size, font type (bold, italic), font name (Tahoma, etc).. I want to change this per control, not the per dialog or the whole WIX UI. eg: How to change style of this item? -Baris --