Last modified 5 years ago Last modified on 02/01/10 12:44:09
:: OPTIONAL: Install ActivePython @Echo off :: URL|ALL|http://downloads.activestate.com/ActivePython/windows/2.3/ActivePython-2.3.5-236-win32-ix86.msi|packages/python/ActivePython-2.3.5-236-win32-ix86.msi start /wait msiexec /qb /l* %SystemDrive%\netinst\logs\python.txt /i %Z%\packages\python\ActivePython-2.3.5-236-win32-ix86.msi PYTHON_PATH=Yes PYTHON_EXT=Yes ALLUSERS=1 @if errorlevel 1 exit 1