Hello,
I have a windows server 2016 with .net 4.6 that im trying to update to .net 4.7.2 (or 4.7.1). I have tried bothe offline and web-installer for both 4.7.2 and 4.7.1, both give me the same error (0x800f081e).
The file i run is this: NDP472-KB4054530-x86-x64-AllOS-ENU.exe
The logg says this:
Created new ExePerformer for Exe item [11/20/2018, 13:48:40] Action: Performing Action on Exe at C:\b983bf9eebdd7762a544\x64-Windows10.0-KB4054590-x64.cab... [11/20/2018, 13:48:40]Launching CreateProcess with command line = dism.exe /quiet /norestart /online /add-package /packagepath:"C:\b983bf9eebdd7762a544\x64-Windows10.0-KB4054590-x64.cab" [11/20/2018, 13:48:43]Exe (C:\b983bf9eebdd7762a544\x64-Windows10.0-KB4054590-x64.cab) failed with 0x800f081e - (null). [11/20/2018, 13:48:43]PerformOperation on exe returned exit code 2148468766 (translates to HRESULT = 0x800f081e) [11/20/2018, 13:48:43] Action complete [11/20/2018, 13:48:43]Error 0x800f081e is mapped to Custom Error: [11/20/2018, 13:48:43]OnFailureBehavior for this item is to Rollback. [11/20/2018, 13:48:43] Action: Performing actions on all Items... [11/20/2018, 13:48:43]Restart manager will not be used since the current operation is not install. [11/20/2018, 13:48:43] Action complete [11/20/2018, 13:48:43] Action complete [11/20/2018, 13:48:43]Final Result: Installation failed with error code: (0x800F081E) (Elapsed time: 0 00:01:19).
I tried running the command manually:
C:\Users\administrator.KSBNO>dism.exe /quiet /norestart /online /add-package /packagepath:"C:\b983bf9eebdd7762a544\x64-Windows10.0-KB4054590-x64.cab" Error: 0x800f081e The specified package is not applicable to this image.
I thought this could have to do with something corrupt in dism, so i ran this:
Dism /Online /Cleanup-Image /RestoreHealthThis was successfull, but didnt make any difference..
I unpacked the .exe and tried to run the installer for 4.7.1 manually, but that only gives me this:
Windows server 2016 comes with 4.6 by default, and i have enabled both 3.5 and 4.6 in Server Manager.
I tried to enable 4.5 anyways, with this command:
Dism /Online /Enable-Feature /FeatureName:NetFx4Extended-ASPNET45 /all
But that only gave me this:
C:\Users\administrator.KSBNO>Dism /Online /Enable-Feature /FeatureName:NetFx4Extended-ASPNET45 /all Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 Error: 0x800f0805 The specified package is not valid Windows package.
I have no idea how to get .nete 4.7.x installed on the server, any suggestions?
/E