I follow this tut to install python on Windows 7 (64 bit). But I get an error: 0x80070643: Failed to Install MSI Package: What's wrong? P. S. The 1st and 3d methods of this guide have not worked for me.
Should I tick up Add Python to PATH box?
I've doanloaded the x86-64 embeddable zip file, unzipped it into Python35 and now it works.
Close the installation program and follow:
msiexec /unreg
, and press Enter.msiexec /regserver
, and press Enter.In this link you can find more information.
Choose 'custom install' & checked all options.
If you choose debug option , someone will require you install vs2005 above.
Click 'next', it'll work for you.
User contributions licensed under CC BY-SA 3.0