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