Chocolatey-Packages icon indicating copy to clipboard operation
Chocolatey-Packages copied to clipboard

VisualStudio2013 package fails on code 3010

Open jtroe opened this issue 10 years ago • 4 comments

The package installation exits as a failure when the VS installer exits with 3010, which is the restart required code.

jtroe avatar Jun 06 '14 21:06 jtroe

Install-ChocolateyPackage can have a switch iirc -validExitCodes @(0,3010) This can fix your problem.

rismoney avatar Jun 17 '14 19:06 rismoney

Can this be set in the package definition?

jtroe avatar Jun 17 '14 20:06 jtroe

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.

mwrock avatar Jun 18 '14 00:06 mwrock

Isn't it solved?

tunisiano187 avatar Sep 05 '20 08:09 tunisiano187