Re: [WiX-users] Executing an application after installation

2011-10-24 Thread Bob Arnson
On 19-Oct-11 08:27, Thomas Due wrote: > However, I still need to know how I pass a command-line argument to the > application I run on ExitDialog exit. That's not supported by shell execute. Use CustomAction/@FileKey,@ExeCommand. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Executing an application after installation

2011-10-19 Thread Thomas Due
: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Executing an application after installation On 13-Oct-11 04:55, Thomas Due wrote: > However since my installer requires elevated priviliges I don't understand > why it is not possible to run the application. MSI UI isn't e

Re: [WiX-users] Executing an application after installation

2011-10-17 Thread Bob Arnson
On 13-Oct-11 04:55, Thomas Due wrote: > However since my installer requires elevated priviliges I don't understand > why it is not possible to run the application. MSI UI isn't elevated, even if the rest of the install is. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Executing an application after installation

2011-10-17 Thread Thomas Due
riginal Message- From: Thomas Due [mailto:t...@scanvaegt.dk] Sent: 17. oktober 2011 08:39 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Executing an application after installation Yeah, I found it here though: http://wix.sourceforge.

Re: [WiX-users] Executing an application after installation

2011-10-16 Thread Thomas Due
khenry.com] Sent: 14. oktober 2011 15:06 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Executing an application after installation Interesting, the link "How To: Run the Installed Application After Setup" seems to be dead in the wix.chm. -- John M. C

Re: [WiX-users] Executing an application after installation

2011-10-14 Thread John Cooper
n application after installation Hello, I can't seem to find it in the docs? /Thomas Due -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 13. oktober 2011 15:55 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Execut

Re: [WiX-users] Executing an application after installation

2011-10-14 Thread John Cooper
ML toolset. Subject: Re: [WiX-users] Executing an application after installation Hello, I can't seem to find it in the docs? /Thomas Due -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 13. oktober 2011 15:55 To: General discussion for Windows Instal

Re: [WiX-users] Executing an application after installation

2011-10-14 Thread Thomas Due
Hello, I can't seem to find it in the docs? /Thomas Due -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 13. oktober 2011 15:55 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Executing an application after install

Re: [WiX-users] Executing an application after installation

2011-10-13 Thread Rob Mensching
Did the WiX documentation not help you? This case is explicitly called out. On Thu, Oct 13, 2011 at 1:55 AM, Thomas Due wrote: > Hello, > > I have a configuration application that I wish to run always after my > installer have completed. > I don't want to have the application start until I clos