We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The package installation exits as a failure when the VS installer exits with 3010, which is the restart required code.
3010
The text was updated successfully, but these errors were encountered:
Install-ChocolateyPackage can have a switch iirc -validExitCodes @(0,3010) This can fix your problem.
Sorry, something went wrong.
Can this be set in the package definition?
it can. I'll add that. Thanks!
Date: Tue, 17 Jun 2014 13:23:56 -0700 From: [email protected] To: [email protected] Subject: Re: [Chocolatey-Packages] VisualStudio2013 package fails on code 3010 (#18)
— Reply to this email directly or view it on GitHub.
Isn't it solved?
No branches or pull requests
The package installation exits as a failure when the VS installer exits with
3010
, which is the restart required code.The text was updated successfully, but these errors were encountered: