You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are instances where .Net is not installed in a way that allows
Chocolatey CLI to function. In these scenarios, the version in the
registry seems to be very old. This commit moves the test for .Net 4.8
earlier in program execution in order to provide a more user friendly
error message.
Additionally, this changes the check to use Registry64 instead of
Registry32, as on 64 bit systems the 64 bit registry is the one that
determines the .Net version. And the lookup on 32 bit systems gracefully
falls back to the 32 bit registry.
@".NET 4.8 is not installed or may need a reboot to complete installation.
337
337
Please install .NET Framework 4.8 manually and reboot the system.
338
338
Download at 'https://download.visualstudio.microsoft.com/download/pr/2d6bb6b2-226a-4baa-bdec-798822606ff1/8494001c276a4b96804cde7829c04d7f/ndp48-x86-x64-allos-enu.exe'"
0 commit comments