ESRI ArcGIS9.3能否在WIN7下安装?
- 提问者网友:临风不自傲
- 2021-04-10 16:25
- 五星知识达人网友:西岸风
- 2021-04-10 17:17
下面英文估计可以看得懂,如果需要翻译,可以要求补充回答。
After days of trying to figure out the Windows Modules Installer problem that I was having with Windows 7 which started after I installed Visual Studio 2008 SP1 (see previous post above), I have solved my problem!! The problem is with the Microsoft .NET Framework 3.5 but was compounded by a registry issue that keeps the Windows Modules Installer from running and you from being able to repair the problem. This problem can occur when installing other Microsoft products as well such as Office. If you are suffering from
this problem, you will most likely be suffering from one or more of these symptoms listed below. Please be careful when attempting to resolve this issue as you could leave your system in an unusable state when altering the registry. I have simply put this online in the hopes it will save someone some heartburn. :)
**********************************************
Symptoms -
1) When installing applications you receive error messages involving OpenMP and the installation fails with a rollback:
Product: Microsoft Visual C++ 2005 Redistributable -- Error 1935.An error occurred during the installation of assembly
'Microsoft.VC80.OpenMP,type="win32",version="8.0.50727.762",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"'. Please refer to Help and Support for more information. HRESULT: 0x800736FD. assembly interface: IAssemblyCacheItem, function: Commit, component: {1E507087-0819-45E0-A01F-C8B3B9A1E18E}
2) Installing applications or trying to run Windows Update causes the following entries to be added to the System log in Event Viewer:
The server {752073A1-23F2-4396-85F0-8FDB879ED0ED} did not register with DCOM within the required timeout.
The Windows Modules Installer service terminated with the following error: Insufficient system resources exist to complete the requested service.
Application popup: Windows - Low On Registry Space : The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
3) When trying to make changes to your Windows configuration the "Turn Windows Features On and Off" dialog box is empty.
4) Open the %windir%\logs\cbs directory and the cbs.log file. Look for failures concerning the TrustedInstaller initialization. The error might look something like this:
2009-08-27 00:05:20, Info CBS Starting TrustedInstaller initialization.
2009-08-27 00:05:20, Info CBS Loaded Servicing Stack v6.1.7600.16385 with Core: C:\Windows\winsxs\x86_microsoft-windows-
servicingstack_31bf3856ad364e35_6.1.7600.16385_none_0935b76c289e0fd5\cbscore.dll
2009-08-27 00:05:20, Info CBS Failed to load the COMPONENTS hive from 'C:\Windows\System32\config\COMPONENTS' into registry key 'HKLM\COMPONENTS'.
[HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
2009-08-27 00:05:20, Info CBS Failed to load WCP DLL. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
2009-08-27 00:05:20, Info CBS Failed to initialize the Core DLL: C:\Windows\winsxs\x86_microsoft-windows-
servicingstack_31bf3856ad364e35_6.1.7600.16385_none_0935b76c289e0fd5\cbscore.dll [HRESULT = 0x800705aa -
**********************************************
Test -
If you are having one or more of the symptoms listed above, one or more of following tests should fail to confirm the problem:
1) Run the .NET Framework Setup Verification Tool ( http://blogs.msdn.com/astebner/pages/8999004.aspx). You should have 3 Frameworks listed (2.0 SP2, 3.0 SP2, and 3.5 SP1).
Validate each one starting with 2.0 SP2, then 3.0 SP2, and lastly 3.5 SP1. The only one that should fail validation is 3.5 SP1.
2) As a Administrator open a Command Prompt and run "SFC /SCANNOW". You should receive a failure regarding the Windows Resource Monitor.
**********************************************
Resolution -
1) If you are receiving the "Low Registry Space" error, set the Registry Size Limit to "unlimited":
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
Key: RegistrySizeLimit
Type: REG_DWORD
Value: 0xffffff (4294967295) (6498578)
2) Reboot
3) As a Administrator open a Command Prompt and run "SFC /SCANNOW". The command should complete successfully and if any errors were found, they should be corrected.
- 1楼网友:洒脱疯子
- 2021-04-10 18:37