This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adrian.e.d.lloyd
Recipients adrian.e.d.lloyd
Date 2021-02-04.16:53:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612457605.05.0.029864468293.issue43127@roundup.psfhosted.org>
In-reply-to
Content
I get the following error when I try to install Python 3.9.1 on windows 10

0x80070659 The installation is forbidden by system policy.

The log gives more information:

[13A0:0FC0][2021-02-04T16:41:04]e000: Error 0x80070659: Failed to install MSI package.
[13A0:0FC0][2021-02-04T16:41:04]e000: Error 0x80070659: Failed to configure per-user MSI package.
[13A0:0FC0][2021-02-04T16:41:04]i319: Applied execute package: core_JustForMe, result: 0x80070659, restart: None
[13A0:0FC0][2021-02-04T16:41:04]e000: Error 0x80070659: Failed to execute MSI package.


I have looked on earlier posts and stack overflow and all suggest a registry fix to set DisableMSI = 0 in the registry, but according to windows documentation this doesn't apply to windows 10. Also the Installer folder which would contain this parameter doesn't exist.

Can you help?
History
Date User Action Args
2021-02-04 16:53:25adrian.e.d.lloydsetrecipients: + adrian.e.d.lloyd
2021-02-04 16:53:25adrian.e.d.lloydsetmessageid: <1612457605.05.0.029864468293.issue43127@roundup.psfhosted.org>
2021-02-04 16:53:25adrian.e.d.lloydlinkissue43127 messages
2021-02-04 16:53:24adrian.e.d.lloydcreate