Windows error 0x80070659, -2147023271

Detailed Error Information

INSTALL_PACKAGE_REJECTED[1]

MessageThis installation is forbidden by system policy. Contact your system administrator.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1625 (0x0659)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000659.

Questions

26votes
3answers

Python 3.6 Installation failed

I'm trying to install python3.6 on windows server 2016. I have downloaded python-3.6.6rc1-amd64-webinstall.Followed the default setting to install it. But during installation step I got the error message as 0x80070659-This installation is forbidden by system policy. Contact your system administrator. I have talked with system administrator but he is not [...] read more
python
windows
1vote
1answer

Using python on a Google Cloud Windows Server

I've just installed Windows Server 2019 on Google Cloud Compute Engine, so I can host my python apps 24/7 but I can't install python because of this error: 0x80070659 - This installation is forbidden by system policy. Contact your system administrator. I was wondering if there's anything I can do [...] read more
python
1vote
1answer

I can't install python on vm, error setup

I want to install Python on a VM, Google Cloud, and I am encountering the following error: > 0x80070659. I can't bypass this error using regedit or administrator tool. In this machine, I have Windows Server 2016. read more
python
installation
0votes
0answers

Django app on Windows Server 2012 - HTTP Error 500.0 - The FastCGI process exited unexpectedly

I setup a django "hello world" app IIS (Windows Server 2012). The application is run successfully using the Django web server. However, when I tried to install in on IIS (following the instructions provided here) I get an HTTP 500 error with the message "python.exe - The FastCGI process exited [...] read more
django
iis
fastcgi

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0