Re: [WiX-users] custom action python

2007-08-07 Thread Mark Line
environment var, but i created a work around! Thansk again Mark - Original Message - From: "Mailinglist" <[EMAIL PROTECTED]> To: "Mark Line" <[EMAIL PROTECTED]>; "Mailinglist" <[EMAIL PROTECTED]>; Sent: Tuesday, August 07, 2007 3:00 PM Su

Re: [WiX-users] custom action python

2007-08-07 Thread Mailinglist
Hi, please make sure, that "python.exe" equals the id-tag of that file in your setup. If your file-tag looks like this: Then the custom action should look like this: Oli - This SF.net email is sponsored by: Splunk Inc.

Re: [WiX-users] custom action python

2007-08-07 Thread Mark Line
python Try it like this: Oli - Original Message - From: Matthieu RUNTZ To: Mark Line Cc: wix-users@lists.sourceforge.net Sent: Tuesday, August 07, 2007 1:01 PM Subject: Re: [WiX-users] custom action python

Re: [WiX-users] custom action python

2007-08-07 Thread Mark Line
it wont compile with the code show below I'm using Wix 2 by the way what does [#name] mean? - Original Message - From: Mailinglist To: wix-users@lists.sourceforge.net Sent: Tuesday, August 07, 2007 1:53 PM Subject: Re: [WiX-users] custom action python T

Re: [WiX-users] custom action python

2007-08-07 Thread Mailinglist
Try it like this: Oli - Original Message - From: Matthieu RUNTZ<mailto:[EMAIL PROTECTED]> To: Mark Line<mailto:[EMAIL PROTECTED]> Cc: wix-users@lists.sourceforge.net<mailto:wix-users@lists.sourceforge.net> Sent: Tuesday, August 07, 2007 1:01 PM Subject: Re:

Re: [WiX-users] custom action python

2007-08-07 Thread Mark Line
42:56: installMTMAgentService. Return value 3 - Original Message - From: Matthieu RUNTZ To: Mark Line Cc: wix-users@lists.sourceforge.net Sent: Tuesday, August 07, 2007 1:01 PM Subject: Re: [WiX-users] custom action python Hello, If the python.exe file and the service.pyc

Re: [WiX-users] custom action python

2007-08-07 Thread Matthieu RUNTZ
Hello, If the python.exe file and the service.pyc file are integrated in the Wix file, you can use the following code : Regards, Matthieu 2007/8/7, Mark Line <[EMAIL PROTECTED]>: > > Hi, > > i'm trying to call a python script after the install via a custom action > > this is the code which i