.NET Framework 4.7.2 install error 0x80092004 — Cannot find object or property

Search (using windows explorer) for the .cab files in the folder C:updatefixexpanded and type the command below to install each one(using admin command prompt):dism /online /add-package /packagepath:C:updatefixexpandedfilename.cab(filename should be replaced with .cab file located in C:updatefixexpanded)As of Dec..17th 2018 these files are named:Windows8.1-KB4338415-x64.cabWindows8.1-KB4338419-x64.cabWindows8.1-KB4338424-x64.cabIgnore WSUSCAN.cabReboot when asked5..When an error occurs (80092004) type (using admin command prompt) the command below to uninstall the package:dism /online /remove-package /packagepath:C:updatefixexpandedfilename.cab(filename should replaced with the one that failed)6..Go back to step 4 and try to install the CAB again until you have installed all CAB files successfully.7..When you have installed everything successfully you can delete the folder C:updatefix (rmdir C:updatefix)If the above solution keeps giving problems start again with step 1.Continue with step 5 on all .cab files and repeat this until there are no more errors (I heard users who had to do this step 3 times for some .cab files).After uninstalling the package in step 5, go back to the .cab file that gave the error and install it again (step 4)After this, download and run the .NET Framework 4.7.2 installer and it should complete successfully..Restart when prompted.. More details

Leave a Reply