The folder Dotnet fails to get created in the location “C:\Program Files\ArcGIS” if we perform a command line installation of ArcGIS Desktop 9.3.1 + service pack 2.
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM065296
已提交
February 17, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
9.3.1
操作系统
Windows OS
操作系统版本
7
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Known Limit with a work around
解决办法
The issue is because we evaluate the .NET support feature during the MSP and do not attempt to install that feature if it isn’t already installed. if you omit the patch on the command line, the feature is installed by the MSI and then you can patch it later. There are two ways to work around this issue. 1. Break the batch file into two commandsa. Install 9.3.1b. Then patch it – two steps2. Or you can use the command you are already using to install them both in one fell swoop IF you create the following registry key before you run the command:HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcInfo\Desktop\8.0\.NET SupportValue data = TRUE