-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
VisualStudio2013Premium may require a reboot before continuing installation #30
Comments
yeah. thats a tough one because its unlike |
Thank you. Should that exit code be added as a valid exit code then?
|
I don't think so or the install will never finish. It will see that exit code and then consider itself successful. I suppose you could then run a forced cinst on the package a second time to complete the install. However, I think the failure is better otherwise a user is mislead into thinking the install has completed. |
Thank you. I will test it with Boxstarter. |
Maybe this issue can be closed no ? |
Hi.
Thank you for Chocolatey and VisualStudio2013Premium.
Windows Server 2012 R2 Standard
Chocolatey 0.9.9.11
When installing Visual Studio 2013 Premium, vs_premium_download.exe may return an exit code of
-2147185721
indicating that aRestart is required before installation can continue.
See https://msdn.microsoft.com/en-us/library/ee225238(v=vs.120).aspx.
For example:
cinst VisualStudio2013Premium -InstallArguments "/Features:'WindowsPhone80'" -y
chocolatey.log (snippet):
vs.log (snippet):
I didn't expect
cinst
to exit with code 1.Thank you.
The text was updated successfully, but these errors were encountered: