Windows Python install vs. MSI extract question

C

cjl

OK -- this might be a strange question.

If I do a 'full' install of Python on Windows XP, the result is a
directory 'C:\Python25'. Depending on whether I install for all users
or just me, the 'python25.dll' might end up in 'C:\Python25', or in
the Windows system directory. If I copy python25.dll to the 'C:
\Python25' directory, I now should have everything that Python
installs all in on spot, correct?

Now, if I download the Python installer, create an empty directory 'C:
\python' and type the following at the command prompt:

msiexec /a python-2.5.4.msi /qb TARGETDIR=C:\python

Is there any difference between the folder that resulted from running
the installer and the folder that resulted from extracting the MSI?

I put together a portable version of Django (www.instantdjango.com),
and want to experiment with multiple versions of Python on Windows
without running the installer.

Besides the changes to the registry and environment variable, am I
missing anything when I extract the MSI?

Thanks in advance,
cjlesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top