RE: [python-win32] Feature request for Python's msi

2005-01-19 Thread Mark Hammond
> I couldn't really tell which list to post this to. This > looked closest. Let > me know if it should go elsewhere. It should be added as a feature request in the main Python bug collector (ie, at sourceforge). There would be far far more chance of it getting done if you also provide a patch to

Re: [python-win32] Feature request for Python's msi

2005-01-19 Thread R. Alan Monroe
> I'd like a feature to be added to Python's windows installer. I want it to > set up two environment variables for me. It should: > 1. Append %PythonInstallDir%\Scripts to the system PATH. > 2. Append .PY to the system PATHEXT. As an interim solution, have you looked at Innosetup? Alan __

[python-win32] Feature request for Python's msi

2005-01-19 Thread Arlo
I couldn't really tell which list to post this to. This looked closest. Let me know if it should go elsewhere. I'd like a feature to be added to Python's windows installer. I want it to set up two environment variables for me. It should: 1. Append %PythonInstallDir%\Scripts to the system PATH. 2.