Chocolatey-Packages
Chocolatey-Packages copied to clipboard
VisualStudio2013 package fails on code 3010
The package installation exits as a failure when the VS installer exits with 3010
, which is the restart required code.
Install-ChocolateyPackage can have a switch iirc -validExitCodes @(0,3010) This can fix your problem.
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)
Can this be set in the package definition?
— Reply to this email directly or view it on GitHub.
Isn't it solved?