-
Notifications
You must be signed in to change notification settings - Fork 903
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
Installer needs to check/install .net framework 4.0 immediately #168
Comments
Attempt to install the .NET Framework 4.0 immediately if it is not already installed.
* stable: (chocolateyGH-163) Ignore Acl Errors during install (chocolateyGH-168) Install .NET Framework 4.0 immediately
We need to use primitive powershell functions to install the upgraded .NET framework. We can't use any chocolatey modules because choco requires .NET 4.0 to unpack them.
A second try seems to work without issue when the first install fails.
* stable: (version) 0.9.9.3 (doc) update nuspec / changelog for release (chocolateyGH-211) Use full path to msiexec (chocolateyGH-197) Uninstaller check for registry existence (chocolateyGH-167) Get-ChocolateyWebFile create directory (chocolateyGH-207) Set up variables for powershell scripts (chocolateyGH-202)(log) Enhance formatting escaping (chocolateyGH-202) Fix formatting on Noop logging (chocolateyGH-208) Do not escape curly braces in scripts (chocolateyGH-168) Retry .NET Fx if first install fails (chocolateyGH-168) .NET Framework 4.0 install egg/chicken (chocolateyGH-207) Some pkgs incorrectly use arguments
problem still there with 0.9.9.4. .net gets installed now though before attempting to install chocolatey |
Hmmm, this was working for me. However it probably needs tested in a wider area than a few local systems that I have. |
well it still is an non-updated install that i tried it with. after doing all updates it works well. |
@aronovgj the ones I'm using don't even have updates installed :) |
i can send you the iso i'm using if you want. install it in virtualbox, install chocolatey immediatelly after that. |
i think i know what causes the error. after .net is installed windows needs a reboot. after that the installation works well. |
It doesn't always, but sometimes it does. |
Otherwise installs may have strange results.
The text was updated successfully, but these errors were encountered: