mwrock/Chocolatey-Packages

VisualStudio2013 package fails on code 3010

Opened this issue · 4 comments

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: notifications@github.com
To: Chocolatey-Packages@noreply.github.com
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?