Re: MSI Difficulties

2005-01-27 Thread "Martin v. Löwis"
brolewis wrote: However both of these commands fail to update the Windows path to include C:\Python24 and as such creates problems for me when trying to actually use Python. Not surprisingly so. The Python installation makes no attempt to update the PATH, and never did so, in any recent release. Ho

Re: MSI Difficulties

2005-01-26 Thread rbt
brolewis wrote: I am trying to deploy Python onto a number of laptops and have been trying to take advantage of Python 2.4's MSI installer. I have tried using the following commands to install, but to no avail: msiexec /i python-2.4.msi /qb ALLUSERS=1 -- and -- msiexec /i python-2.4.msi /qb ALLUSER

MSI Difficulties

2005-01-26 Thread brolewis
I am trying to deploy Python onto a number of laptops, all running Windows XP, and have been trying to take advantage of Python 2.4's MSI installer. I have tried using the following commands to install, but to no avail: msiexec /i python-2.4.msi /qb ALLUSERS=1 -- and -- msiexec /i python-2.4.msi /

MSI Difficulties

2005-01-26 Thread brolewis
I am trying to deploy Python onto a number of laptops and have been trying to take advantage of Python 2.4's MSI installer. I have tried using the following commands to install, but to no avail: msiexec /i python-2.4.msi /qb ALLUSERS=1 -- and -- msiexec /i python-2.4.msi /qb ALLUSERS=1 ADDLOCAL=AL