How to find Python path in Visual C++ install wizard

"Martin v. Löwis" martin at v.loewis.de
Sat Aug 13 07:26:22 EDT 2005


Philippe C. Martin wrote:
> I am trying to setup an .msi for my software (Python code (.pyc) + drivers)
> to make installation easier for Windows users.
> 
> I am using the installer that comes with V. C++ 7.1.
> 
> I would like to find the way to make sure Python is installed and then copy
> automatically my files into its hierarchy.

You should look at (HKEY_LOCAL_MACHINE,HKEY_CURRENT_USER)/Software/Python.


Regards,
Martin



More information about the Python-list mailing list