Page 1 of 1

DotNet 4.7 installation error

Published: October 31, 2017 - 1:41 PM
by satlani
Hello,

I'm getting an error after installing .NET 4.7 from the packages available in the repository.

I'm testing on a Windows 10 VM.

EWaptSetupException: Fatal error: Microsoft .NET Framework 4.7 not found after install - Release 460798.

However, the registry clearly shows the correct version of the framework.

Do you have any ideas?

Re: DotNet 4.7 installation error

Published: October 31, 2017 - 2:48 PM
by satlani
I edited the package, and the code is actually looking for the REG_SZ "Release" file, but on Windows 10 FR it's "Version".

It's fixed. :) Thanks.

Re: DotNet 4.7 installation error

Published: November 7, 2017 - 1:40 PM
by agauvrit
Good morning,

Issues also reported for the DotNet 4.6.X package.

If no dotnet 4.X is installed beforehand, the package will fail.

I'm adding a value check

Code: Select all

if not actual_release: 
    actual_release = 0
Alexander

Edit:
Available packages: