我试图安装NetFramework4.8,但是安装返回
安装失败,找不到对象或属性
我尝试过许多解决方案,比如使用网络框架修复工具、离线安装程序等等。
它们都不起作用,所以我决定检查cbs.log,这就是我得到的:
Wait for Item (x64-Windows10.0-KB4486153-x64.cab) to be available
x64-Windows10.0-KB4486153-x64.cab is now available to install
Creating new Performer for Exe item
Created new ExePerformer for Exe item
Action: Performing Action on Exe at C:\5a9f17874cff9e1d385125\x64-Windows10.0-KB4486153-x64.cab
Launching CreateProcess with command line = dism.exe /quiet /norestart /online /add-package /packagepath:"C:\5a9f17874cff9e1d385125\x64-Windows10.0-KB4486153-x64.cab"
Exe log file(s) :
C:\Windows\logs\cbs\CBS.log
Log File C:\Windows\logs\cbs\CBS.log exists and will be added to the Watson upload list
Exe (C:\5a9f17874cff9e1d385125\x64-Windows10.0-KB4486153-x64.cab) failed with 0x80092004 - Cannot find object or property. .
Exe Log File: CBS.log
PerformOperation on exe returned exit code 2148081668 (translates to HRESULT = 0x80092004)
Action complete
Error 0x80092004 is mapped to Custom Error:
OnFailureBehavior for this item is to Rollback.
Action: Performing actions on all Items
Restart manager will not be used since the current operation is not install.
Action complete
Action complete
Final Result: Installation failed with error code: (0x80092004), "Cannot find object or property. " (Elapsed time: 0 00:02:46).然后我检查了注册表,似乎net48已经安装在注册表POV中了
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET框架安装程序的注册表值\NDP\v4\Full\Release显示528049。
然而,我的程序没有检测到它,所以它要求我安装这个网络框架,而且似乎安装程序也没有检测到它,我如何解决这个问题呢?
发布于 2022-08-15 07:49:10
https://stackoverflow.com/questions/72490514
复制相似问题