Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[Enhancement] Install .NET Framework 4.0 Requirement #255
Comments
This comment has been minimized.
This comment has been minimized.
I was trying to deal with this as well. I have a clean Windows Server 2008 R2 machine. I found something similar to this on the Chocolatey site. It is called right after installing Chocolatey. I downloads the command line version of Web Platform Installer to a temporary directory. It not perfect yet.
|
This comment has been minimized.
This comment has been minimized.
This has been on my list to add. Now that I have boxstarter.org wrapped up I hope to knock this out soon. In the mean time, you might consider trying boxstarter, it does just this and with unattended install/reboot resiliency through out all choco installs, it makes installing from bare OS less error prone especially if you include windows updates (which boxstarter can grab). |
This comment has been minimized.
This comment has been minimized.
I will be checking out BoxStarter this weekend. Thanks! |
This comment has been minimized.
This comment has been minimized.
tested on clean windows 7 VM in non admin CMD and works perfectly. |
This comment has been minimized.
This comment has been minimized.
Thanks Matt, I'll get this over to .org as well. |
This comment has been minimized.
This comment has been minimized.
Currently improving this a bit. |
(clearly low priority, just a small user experience issue)
Currently it will let me install chocolatey on a fresh Win7 without any warnings that .NET Framework 4 isn't installed, and when I first run it, it just gives the error that NuGet failed to run and to check that .NET Framework 4 is installed.
It seems like this could be made a little more user-friendly, even if it can't automate the install of .NET Framework 4 (which it seems like it could), it could check whether it's installed and at least open a web page or give a url for the user to do so?
Code to see which framework versions are installed, for instance:
http://msdn.microsoft.com/en-us/library/hh925568.aspx