You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Cannot bind parameter 'ValidExitCodes'. Cannot convert value "2147781575" to type "System.Int32". Error: "Value was either too large or too small for an Int32."
The install of visualstudio2015enterprise was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\VisualStudio2015Enterprise\Tools\ChocolateyInstall.ps1'.
See log for details.
What is Expected?
Chocolatey should be able to handle error codes > Int32.MaxValue
How Did You Get This To Happen? (Steps to Reproduce)
Probably needs more investigation. On the machine it fails there is Pro installed. It works on two other machines without Pro. But there are also different OS (Win 10 where it fails, Win Server 2012 R2 where it works).
What You Are Seeing?
ERROR: Cannot bind parameter 'ValidExitCodes'. Cannot convert value "2147781575" to type "System.Int32". Error: "Value was either too large or too small for an Int32."
The install of visualstudio2015enterprise was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\VisualStudio2015Enterprise\Tools\ChocolateyInstall.ps1'.
See log for details.
What is Expected?
Chocolatey should be able to handle error codes > Int32.MaxValue
How Did You Get This To Happen? (Steps to Reproduce)
Install Visual Studio 2015 Enterprise while a reboot is pending.
Possible exit code from Visual Studio installer are defined here.
The text was updated successfully, but these errors were encountered: