> 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