Re: [WiX-users] Run program after installation

2007-08-10 Thread Richard.Foster
gards, Richard From: John Lalande [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 8:57 PM To: Foster, Richard - PAL Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Run program after installation Richard I really appreciate your help on this

Re: [WiX-users] Run program after installation

2007-08-09 Thread John Lalande
he virtual PC > reboots without permission or any obvious reason). I'll let you know what I > find as I learn more. > > > > Regards, > > Richard > > > -- > > *From:* John Lalande [mailto:[EMAIL PROTECTED] > *Sent:* Th

Re: [WiX-users] Run program after installation

2007-08-09 Thread Richard.Foster
EMAIL PROTECTED] Sent: Thursday, August 09, 2007 2:13 PM To: Foster, Richard - PAL Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Run program after installation Richard As per the tutorial, my custom action is defined as: This yields a custom action of type 210. I am

Re: [WiX-users] Run program after installation

2007-08-09 Thread John Lalande
-- > > *From:* John Lalande [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, August 09, 2007 12:54 PM > *To:* Foster, Richard - PAL > *Cc:* wix-users@lists.sourceforge.net > *Subject:* Re: [WiX-users] Run program after installation > > > > According to t

Re: [WiX-users] Run program after installation

2007-08-09 Thread John Lalande
t; > -- > > *From:* John Lalande [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, August 09, 2007 11:18 AM > *To:* Foster, Richard - PAL > *Cc:* wix-users@lists.sourceforge.net > *Subject:* Re: [WiX-users] Run program after installation > > > &

Re: [WiX-users] Run program after installation

2007-08-09 Thread John Lalande
Richard It certainly is not a silly question and was worth checking. I checked and the program does not depend on its location. If I install to a non-default folder I can run the program from its shortcut. I am starting to think that perhaps this cannot be done as easily as the tutorial illustr

Re: [WiX-users] Run program after installation

2007-08-09 Thread Richard.Foster
lto:[EMAIL PROTECTED] On Behalf Of John Lalande Sent: Wednesday, August 08, 2007 7:11 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Run program after installation Following the steps outlined at the excellent tutorial at http://www.tramontana.co.hu/wix/lesson8.php#8.6 works great unles

[WiX-users] Run program after installation

2007-08-08 Thread John Lalande
Following the steps outlined at the excellent tutorial at http://www.tramontana.co.hu/wix/lesson8.php#8.6 works great unless the user changes the installation directory from the default. When going down the happy path the log says that the LaunchFile custom action returns 0 and the program starts.