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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to