Hi,

i'm trying to call a python script after the install via a custom action

this is the code which i have

<CustomAction Id="setPropertyPythonEXE" Property="pythonExe" 
Value="[INSTALLDIR]mtm\thirdParty\python2.4\python.exe" />

<CustomAction Id="invokeInstallService" Property="pythonExe" 
ExeCommand="[INSTALLDIR]mtm\mtmCore\python\agent\service.pyc install" />


however the problem is that the exeCommand is read by python as one long file 
name, so i believe this is being passed to the command line  
>"c:\Program Files\Abilisoft\mtm\thirdParty\python2.4\python.exe" "c:\Program 
>Files\Abilisoft\mtm\mtmCore\python\agent\service.pyc install"

i need the install to be passed after the file name? is there anyway to do this?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to