Changes

Python

49 bytes removed, 12:03, 3 October 2006
m
no edit summary
This installer can be used for the [http://www.python.org distutils Python distribution] (www.python.org). AFAIK it will not work for Python < 2.4.
This configuration installs to C:\Programme%PROGRAMFILES%\Python and not to the default location C:\Python24 in order to show how to configure an arbitratry path:
<package
priority="0">
<check type="file" condition="exists" path="C:\Programme\Python\python.exe" />
<install cmd="msiexec /q /i \\server\wpkg%SOFTWARE%\python\python-2.4.1.msi TARGETDIR=&quot;C:\Programme%PROGRAMFILES%\Python&quot; ALLUSERS=1 REBOOT=ReallySuppress"> <exit code="0" /> </install>
</package>
[[category:Silent Installers|Python 2.4]]