Re: [WiX-users] launch on exit

2010-03-08 Thread Pally Sandher
d in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Andy.Kruger [mailto:appr...@gmail.com] Sent: 08 March 2010 11:32 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] launc

Re: [WiX-users] launch on exit

2010-03-08 Thread Andy.Kruger
Sorry my bad. I did not realize that ShellExecute is not available with WiX 2.0 I'm building the installer using WiX 2.0. How do I fix the issue in this scenario? Thanks for your reply - Andy MSI Developer Schneider Electric:working: -- View this message in context: http://n2.nabble.com/la

Re: [WiX-users] launch on exit

2010-03-08 Thread Pally Sandher
Message- From: Andy.Kruger [mailto:appr...@gmail.com] Sent: 08 March 2010 09:09 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] launch on exit I have tried to implement the same as follows. But it gives me an error stating as follows: Error 1723. There is a problem with this Windows

Re: [WiX-users] launch on exit

2010-03-08 Thread Andy.Kruger
I have tried to implement the same as follows. But it gives me an error stating as follows: Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action LaunchUpdate, entr

Re: [WiX-users] launch on exit

2010-03-04 Thread Sascha Beaumont
What do you mean by "this way?" ;) Here's a working fragment copied straight from our current release...

Re: [WiX-users] launch on exit

2010-03-04 Thread Andy.Kruger
I'm trying to launch an exe this way on windows Vista with UAC enabled. But the exe doesn't seems to be launching. Mine is a c# exe and I'm using an admin manifest to tell that it requires elevation. Shouldn't it show the UAC dialog with Allow and Cancel options upon launch?? - Andy MSI Devel

Re: [WiX-users] "launch on exit" triggered even when uninstall

2008-10-31 Thread shibo
Thanks for the replies. Installed works. The statement: has no effect, still displaying the checkbox. Though I like the clearer logic it brings. FYI, I am using WiX 2.0. -- View this message in context: http://n2.nabble.com/%22launch-on-exit%22-triggered-even-when-uninstall-tp1437612p143784

Re: [WiX-users] "launch on exit" triggered even when uninstall

2008-10-31 Thread Chad Miles
Look in the Wix chm for... On Fri, Oct 31, 2008 at 12:40 PM, s zheng <[EMAIL PROTECTED]> wrote: > Hi, > > >From the tutorial http://www.tramontana.co.hu/wix/, section 8.6, I have > learnt how to launch an application: > > <*Control* Id="Launch" Type="CheckBox" X="135" Y="120" Width="150" >

Re: [WiX-users] "launch on exit" triggered even when uninstall

2008-10-31 Thread Rob Hamflett
Underneath the Text element (still inside the Control element) you want something like: Rob s zheng wrote: > Hi, > >>From the tutorial http://www.tramontana.co.hu/wix/, section 8.6, I have > learnt how to launch an application: > > <*Control* Id="Launch" Type="CheckBox" X="135" Y="120" Widt

[WiX-users] "launch on exit" triggered even when uninstall

2008-10-31 Thread s zheng
Hi, >From the tutorial http://www.tramontana.co.hu/wix/, section 8.6, I have learnt how to launch an application: <*Control* Id="Launch" Type="CheckBox" X="135" Y="120" Width="150" Height="17" Property='LAUNCHPRODUCT' CheckBoxValue='1'> <*Text*>Launch [ProductName] However, this la

Re: [WiX-users] launch on exit

2007-09-04 Thread Anidil
How do we make this application to launch only if the check box is checked? Guess in this case it wont validate and execute based on the check box status..correct me if i'm wrong Andrew T Hopper wrote: > > You can launch an application at the end of a setup in a couple of ways, > but here are t

Re: [WiX-users] launch on exit

2007-08-08 Thread Mark Line
thats just what i was after many thanks Mark - Original Message - From: Andrew T Hopper To: Mark Line ; wix-users@lists.sourceforge.net Sent: Wednesday, August 08, 2007 3:52 PM Subject: RE: [WiX-users] launch on exit You can launch an application at the end of a

Re: [WiX-users] launch on exit

2007-08-08 Thread Andrew T Hopper
You can launch an application at the end of a setup in a couple of ways, but here are two: Include the following custom action definition and set a property (I named mine SOMEMAGICPROPERTY, I’m sure you can come up with a better name) and call this CA after the files have been placed on the ha

Re: [WiX-users] launch on exit

2007-08-08 Thread Mark Line
not really, i want something to be lunched after the installer is closed. - Original Message - From: Schrieken, Rene To: Mark Line ; wix-users@lists.sourceforge.net Sent: Wednesday, August 08, 2007 12:14 PM Subject: RE: [WiX-users] launch on exit Does this do what you

Re: [WiX-users] launch on exit

2007-08-08 Thread Schrieken, Rene
@lists.sourceforge.net Subject: [WiX-users] launch on exit Is there any way to start an exe on exit? i've seen some installers that start the application on exit? does anyone know how this was done? Thanks in advance Mark This e-mail and any attachment is for authorised use b

[WiX-users] launch on exit

2007-08-08 Thread Mark Line
Is there any way to start an exe on exit? i've seen some installers that start the application on exit? does anyone know how this was done? Thanks in advance Mark- This SF.net email is sponsored by: Splunk Inc. Still greppin