Brad Tilley wrote:
I found the documentation here:
http://python.fyxm.net/2.4/msi.html
The original, of course, is at
http://python.org/2.4/msi.html
Regards, Martin
Thanks Martin... going to a .msi was a great move... we can do fully automated, unattended installs now. I appreaciate your work.
P.S. Here's what my batch install file currently looks like:
msiexec /i python-2.4.msi /qb! ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 ARPNOREPAIR=1 ADDLOCAL=ALL TARGETDIR="C:\Program Files\Python24"
-- http://mail.python.org/mailman/listinfo/python-list