Windows Install Command Line
"Martin v. Löwis"
martin at v.loewis.de
Sun Feb 22 13:15:32 EST 2009
Sparky wrote:
> For internal distribution purposes, I was wondering if there was an
> already established process/program for installing Python on Windows
> machines without using an msi file or compiling from source. Basically
> I need the standard distribution installed by either a batch file or
> python script through py2exe.
What's wrong with running the MSI from a batch file?
msiexec /i pythonxy.msi
If you want installation to be silent, add more command line options
to msiexec.
HTH,
Martin
More information about the Python-list
mailing list