This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: win32 silent installation: allow MAINDIR on command line
Type: enhancement Stage:
Components: Installation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: sigmud, zseil
Priority: normal Keywords:

Created on 2004-10-04 10:23 by sigmud, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg54273 - (view) Author: Matteo Gallivanoni (sigmud) Date: 2004-10-04 10:23
This request is related to 
my (false) "Bugs item #1038410"
since it is by design and it won't be fixed
I thought I could be suggested as a new feature.

Request:
Add a command line switch to be able to specify
python install directory in silent installation mode

in other word it should be something like this:

Python-X.Y.Z.exe /s /d MAINDIR=C:\some_dir\python


BTW:
IIRC the windows wise installer configuration file is not 
provided into python cvs source tree so I can only
suggest this google-groups thread as a hint:

Newsgroups:wise.wise7.general
Subject: "Passing the path name to a silent install. How?"
Data:2000/01/17

msg54274 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2006-04-08 01:35
Logged In: YES 
user_id=1326842

Starting with Python 2.4 it is possible to specify 
a TARGETDIR parameter to the msi installer.
See http://www.python.org/download/releases/2.4/msi/
for more details.

This feature request should be closed as fixed.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 40981
2004-10-04 10:23:34sigmudcreate