Windows Install Command Line

S

Sparky

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.

Thank you in advance,
Sam
 
M

Martin v. Löwis

Sparky said:
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
 
S

Sparky

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

Ah! Wonderful that was exactly what I was looking for.

Thanks,
Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top