Downloading ArcGIS Installation Setups - Esri/arcgis-powershell-dsc GitHub Wiki
ArcGIS Module v4.0.0 and above, has the ability to download ArcGIS installation setups to a local or shared directory.
Requirements:
- Set ConfigData.DownloadSetups attribute to true.
- Specify an ArcGIS Online username and password for ConfigData.Credentials.AGOCredential.
- For the ConfigData.*.Installer.Path attributes specify a local or shared path with the setup file name for which the setup will be downloaded to.
- If the local directory specified for ConfigData.*.Installer.Path attribute does not exist, the module will create it.
- When using a local directory for ConfigData.*.Installer.Path in multi-machine deployments, the files are downloaded to all the target nodes.
- Using a shared (network) directory for ConfigData.*.Installer.Path is supported. The following conditions must be met:
- The share must already exist and the NT\Authority System (LocalSystem) account from each target node will need access to the share.
- Set ConfigData.DownloadSetupsToSharedPath attribute to true
- If the local directory specified for ConfigData.*.Installer.Path attribute does not exist, the module will create it.
Example JSON for downloading ArcGIS Server 11.3
"ConfigData": {
"Version": "11.3",
"ServerRole": "GeneralPurposeServer",
"DownloadSetups": true,
"DownloadSetupsToSharedPath": false,
"Credentials": {
"ServiceAccount": {
"UserName": "arcgis",
"Password": "Pa$$w0rdPa$$w0rd",
"IsDomainAccount": false
},
"AGOCredential":{
"UserName": "agousername",
"Password": "agouserpassword"
}
},
"Server": {
"Installer": {
"Path": "C:\\Software\\Archives\\ArcGIS_Server_Windows_113_190188.exe",
"VolumePaths": [
"C:\\Software\\113_Final\\ArcGIS_Server_Windows_113_190188.exe.001"
],
"InstallDir": "C:\\Program Files\\ArcGIS\\Server"
}
}
}
Note: Instead of passing in plaintext passwords, you can use PasswordFilePath attributes to define an encrypted password file. For additional information see: Password Files and Encrypted Deployments.
ArcGIS Installation Setup Archive File Names (Self Extracting EXE's)
Portal for ArcGIS
Version | Setup File Name | ConfigData.Portal.Installer.Path |
---|---|---|
11.4 | Portal_for_ArcGIS_Windows_114_192940.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_114_192940.exe |
11.3 | Portal_for_ArcGIS_Windows_113_189790.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_113_189790.exe |
11.2 | Portal_for_ArcGIS_Windows_112_188250.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_112_188250.exe |
11.1 | Portal_for_ArcGIS_Windows_111_185219.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_111_185219.exe |
11.0 | Portal_for_ArcGIS_Windows_110_182885.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_110_182885.exe |
10.9.1 | Portal_for_ArcGIS_Windows_1091_180052.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_1091_180052.exe |
10.8.1 | Portal_for_ArcGIS_Windows_1081_175214.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_1081_175214.exe |
10.7.1 | Portal_for_ArcGIS_Windows_1071_169688.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_1071_169688.exe |
Portal for ArcGIS Volume Files
Version | Setup File Name | ConfigData.Portal.Installer.VolumePaths |
---|---|---|
11.4 | Portal_for_ArcGIS_Windows_114_192940.exe.001 | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_114_192940.exe.001 |
11.3 | Portal_for_ArcGIS_Windows_113_189790.exe.001 | C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_113_189790.exe.001 |
Portal for ArcGIS Webstyles
Version | Setup File Name | ConfigData.Portal.Installer.WebStylesPath |
---|---|---|
11.4 | Portal_for_ArcGIS_Web_Styles_Windows_114_192942.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_114_192942.exe |
11.3 | Portal_for_ArcGIS_Web_Styles_Windows_113_190232.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_113_190232.exe |
11.2 | Portal_for_ArcGIS_Web_Styles_Windows_112_188251.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_112_188251.exe |
11.1 | Portal_for_ArcGIS_Web_Styles_Windows_111_185220.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_111_185220.exe |
11.0 | Portal_for_ArcGIS_Web_Styles_Windows_110_182886.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_110_182886.exe |
10.9.1 | Portal_for_ArcGIS_Web_Styles_Windows_1091_180053.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_1091_180053.exe |
10.8.1 | Portal_for_ArcGIS_Web_Styles_Windows_1081_175215.exe | C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_1081_175215.exe |
10.7.1 | ArcGIS_Web_Styles_Windows_1071_170272.exe | C:\\Software\\Archives\\ArcGIS_Web_Styles_Windows_1071_170272.exe |
ArcGIS Server
Version | Setup File Name | ConfigData.Server.Installer.Path |
---|---|---|
11.4 | ArcGIS_Server_Windows_114_192938.exe | C:\\Software\\Archives\\ArcGIS_Server_Windows_114_192938.exe |
11.3 | ArcGIS_Server_Windows_113_190188.exe | C:\\Software\\Archives\\ArcGIS_Server_Windows_113_190188.exe |
11.2 | ArcGIS_Server_Windows_112_188239.exe | C:\\Software\\Archives\\ArcGIS_Server_Windows_112_188239.exe |
11.1 | ArcGIS_Server_Windows_111_185208.exe | C:\\Software\\Archives\\ArcGIS_Server_Windows_111_185208.exe |
11.0 | ArcGIS_Server_Windows_110_182874.exe | C:\\Software\\Archives\\ArcGIS_Server_Windows_110_182874.exe |
10.9.1 | ArcGIS_Server_Windows_1091_180041.exe | C:\\Software\\Archives\\ArcGIS_Server_Windows_1091_180041.exe |
10.8.1 | ArcGIS_Server_Windows_1081_175203.exe | C:\\Software\\Archives\\ArcGIS_Server_Windows_1081_175203.exe |
10.7.1 | ArcGIS_Server_Windows_1071_169677.exe | C:\\Software\\Archives\\ArcGIS_Server_Windows_1071_169677.exe |
ArcGIS Server Volume Files
Version | Setup File Name | ConfigData.Server.Installer.VolumePaths |
---|---|---|
11.4 | ArcGIS_Server_Windows_114_192938.exe.001 | C:\\Software\\Archives\\ArcGIS_Server_Windows_114_192938.exe.001 |
11.3 | ArcGIS_Server_Windows_113_190188.exe.001 | C:\\Software\\Archives\\ArcGIS_Server_Windows_113_190188.exe.001 |
ArcGIS Data Store
Version | Setup File Name | ConfigData.DataStore.Installer.Path |
---|---|---|
11.4 | ArcGIS_DataStore_Windows_114_192943.exe | C:\\Software\\Archives\\ArcGIS_DataStore_Windows_114_192943.exe |
11.3 | ArcGIS_DataStore_Windows_113_190233.exe | C:\\Software\\Archives\\ArcGIS_DataStore_Windows_113_190233.exe |
11.2 | ArcGIS_DataStore_Windows_112_188252.exe | C:\\Software\\Archives\\ArcGIS_DataStore_Windows_112_188252.exe |
11.1 | ArcGIS_DataStore_Windows_111_185221.exe | C:\\Software\\Archives\\ArcGIS_DataStore_Windows_111_185221.exe |
11.0 | ArcGIS_DataStore_Windows_110_182887.exe | C:\\Software\\Archives\\ArcGIS_DataStore_Windows_110_182887.exe |
10.9.1 | ArcGIS_DataStore_Windows_1091_180054.exe | C:\\Software\\Archives\\ArcGIS_DataStore_Windows_1091_180054.exe |
10.8.1 | ArcGIS_DataStore_Windows_1081_175216.exe | C:\\Software\\Archives\\ArcGIS_DataStore_Windows_1081_175216.exe |
10.7.1 | ArcGIS_DataStore_Windows_1071_169689.exe | C:\\Software\\Archives\\ArcGIS_DataStore_Windows_1071_169689.exe |
ArcGIS Web Adaptor (IIS)
Version | Setup File Name | ConfigData.WebAdaptor.Installer.Path |
---|---|---|
11.4 | ArcGIS_Web_Adaptor_for_Microsoft_IIS_114_192944.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_114_192944.exe |
11.3 | ArcGIS_Web_Adaptor_for_Microsoft_IIS_113_190234.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_113_190234.exe |
11.2 | ArcGIS_Web_Adaptor_for_Microsoft_IIS_112_188253.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_112_188253.exe |
11.1 | ArcGIS_Web_Adaptor_for_Microsoft_IIS_111_185222.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_111_185222.exe |
11.0 | ArcGIS_Web_Adaptor_for_Microsoft_IIS_110_182888.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_110_182888.exe |
10.9.1 | ArcGIS_Web_Adaptor_for_Microsoft_IIS_1091_180055.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_1091_180055.exe |
10.8.1 | ArcGIS_Web_Adaptor_for_Microsoft_IIS_1081_175217.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_1081_175217.exe |
10.7.1 | Web_Adaptor_for_Microsoft_IIS_1071_169690.exe | C:\\Software\\Archives\\Web_Adaptor_for_Microsoft_IIS_1071_169690.exe |
ArcGIS Web Adaptor (Java Windows)
Version | Setup File Name | ConfigData.WebAdaptor.Installer.Path |
---|---|---|
11.4 | ArcGIS_Web_Adaptor_Java_Windows_114_192945.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_114_192945.exe |
11.3 | ArcGIS_Web_Adaptor_Java_Windows_113_190245.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_113_190245.exe |
11.2 | ArcGIS_Web_Adaptor_Java_Windows_112_188264.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_112_188264.exe |
11.1 | ArcGIS_Web_Adaptor_Java_Windows_111_185197.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_111_185197.exe |
11.0 | ArcGIS_Web_Adaptor_Java_Windows_110_182899.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_110_182899.exe |
10.9.1 | ArcGIS_Web_Adaptor_Java_Windows_1091_180066.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_1091_180066.exe |
10.8.1 | ArcGIS_Web_Adaptor_Java_Windows_1081_175228.exe | C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_1081_175228.exe |
10.7.1 | Web_Adaptor_Java_Windows_1071_169701.exe | C:\\Software\\Archives\\Web_Adaptor_Java_Windows_1071_169701.exe |
ArcGIS Notebook Server
Version | Setup File Name | ConfigData.Server.Installer.Path |
---|---|---|
11.4 | ArcGIS_Notebook_Server_Windows_114_192951.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_114_192951.exe |
11.3 | ArcGIS_Notebook_Server_Windows_113_190268.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_113_190268.exe |
11.2 | ArcGIS_Notebook_Server_Windows_112_188287.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_112_188287.exe |
11.1 | ArcGIS_Notebook_Server_Windows_111_185261.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_111_185261.exe |
11.0 | ArcGIS_Notebook_Server_Windows_110_182932.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_110_182932.exe |
10.9.1 | ArcGIS_Notebook_Server_Windows_1091_180089.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_1091_180089.exe |
10.8.1 | ArcGIS_Notebook_Server_1081_175250.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_1081_175250.exe |
10.7.1 | ArcGIS_Notebook_Server_1071_169734.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_1071_169734.exe |
ArcGIS Notebook Server Samples Data
Version | Setup File Name | ConfigData.Server.Installer.NotebookServerSamplesDataPath |
---|---|---|
11.3 | ArcGIS_Notebook_Server_Samples_Data_Windows_113_190212.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_113_190212.exe |
11.2 | ArcGIS_Notebook_Server_Samples_Data_Windows_112_188219.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_112_188219.exe |
11.1 | ArcGIS_Notebook_Server_Samples_Data_Windows_111_185269.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_111_185269.exe |
11.0 | ArcGIS_Notebook_Server_Samples_Data_Windows_110_182939.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_110_182939.exe |
10.9.1 | ArcGIS_Notebook_Server_Samples_Data_Windows_1091_180107.exe | C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_1091_180107.exe |
ArcGIS Notebook Server Docker Advanced Images
Version | Setup File Name | ConfigData.Server.ContainerImagePaths |
---|---|---|
11.4 | ArcGIS_Notebook_Docker_Advanced_114_192953.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_114_192953.tar.gz |
11.3 | ArcGIS_Notebook_Docker_Advanced_113_190270.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_113_190270.tar.gz |
11.2 | ArcGIS_Notebook_Docker_Advanced_112_188289.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_112_188289.tar.gz |
11.1 | ArcGIS_Notebook_Docker_Advanced_111_185263.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_111_185263.tar.gz |
11.0 | ArcGIS_Notebook_Docker_Advanced_110_182934.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_110_182934.tar.gz |
10.9.1 | ArcGIS_Notebook_Docker_Advanced_1091_180091.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_1091_180091.tar.gz |
10.8.1 | ArcGIS_Notebook_Docker_Advanced_1081_175252.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_1081_175252.tar.gz |
10.7.1 | ArcGIS_Notebook_Docker_Advanced_1071_169738.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_1071_169738.tar.gz |
ArcGIS Notebook Server Docker Standard Images
Version | Setup File Name | ConfigData.Server.ContainerImagePaths |
---|---|---|
11.4 | ArcGIS_Notebook_Docker_Standard_114_192952.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_114_192952.tar.gz |
11.3 | ArcGIS_Notebook_Docker_Standard_113_190269.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_113_190269.tar.gz |
11.2 | ArcGIS_Notebook_Docker_Standard_112_188288.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_112_188288.tar.gz |
11.1 | ArcGIS_Notebook_Docker_Standard_111_185262.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_111_185262.tar.gz |
11.0 | ArcGIS_Notebook_Docker_Standard_110_182933.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_110_182933.tar.gz |
10.9.1 | ArcGIS_Notebook_Docker_Standard_1091_180090.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_1091_180090.tar.gz |
10.8.1 | ArcGIS_Notebook_Docker_Standard_1081_175251.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_1081_175251.tar.gz |
10.7.1 | ArcGIS_Notebook_Docker_Standard_1071_169736.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_1071_169736.tar.gz |
ArcGIS Notebook Server Windows Container Images
Version | Setup File Name | ConfigData.Server.ContainerImagePaths |
---|---|---|
11.4 | ArcGIS_Notebook_Windows_Container_Image_114_192954.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_114_192954.tar.gz |
11.3 | ArcGIS_Notebook_Windows_Container_Image_113_190271.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_113_190271.tar.gz |
11.2 | ArcGIS_Notebook_Windows_Container_Image_112_188290.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_112_188290.tar.gz |
11.1 | ArcGIS_Notebook_Windows_Container_Image_111_185892.tar.gz | C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_111_185892.tar.gz |
ArcGIS Mission Server
Version | Setup File Name | ConfigData.Server.Installer.Path |
---|---|---|
11.4 | ArcGIS_Mission_Server_Windows_114_192950.exe | C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_114_192950.exe |
11.3 | ArcGIS_Mission_Server_Windows_113_190267.exe | C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_113_190267.exe |
11.2 | ArcGIS_Mission_Server_Windows_112_188286.exe | C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_112_188286.exe |
11.1 | ArcGIS_Mission_Server_Windows_111_185264.exe | C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_111_185264.exe |
11.0 | ArcGIS_Mission_Server_Windows_110_182935.exe | C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_110_182935.exe |
10.9.1 | ArcGIS_Mission_Server_Windows_1091_180092.exe | C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_1091_180092.exe |
10.8.1 | ArcGIS_Mission_Server_Windows_1081_175253.exe | C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_1081_175253.exe |
ArcGIS Video Server
Version | Setup File Name | ConfigData.Server.Installer.Path |
---|---|---|
11.4 | ArcGIS_Video_Server_Windows_114_192955.exe | C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_114_192955.exe |
11.3 | ArcGIS_Video_Server_Windows_113_190272.exe | C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_113_190272.exe |
11.2 | ArcGIS_Video_Server_Windows_112_188292.exe | C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_112_188292.exe |
ArcGIS Workflow Manager Server
Version | Setup File Name | ConfigData.WorkflowManagerServer.Installer.Path |
---|---|---|
11.4 | ArcGIS_Workflow_Manager_Server_114_192956.exe | C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_114_192956.exe |
11.3 | ArcGIS_Workflow_Manager_Server_113_190273.exe | C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_113_190273.exe |
11.2 | ArcGIS_Workflow_Manager_Server_112_188216.exe | C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_112_188216.exe |
11.1 | ArcGIS_Workflow_Manager_Server_111_185267.exe | C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_111_185267.exe |
11.0 | ArcGIS_Workflow_Manager_Server_110_182937.exe | C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_110_182937.exe |
10.9.1 | ArcGIS_Workflow_Manager_Server_1091_180100.exe | C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_1091_180100.exe |
10.8.1 | ArcGIS_Workflow_Manager_Server_1081_175261.exe | C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_1081_175261.exe |
ArcGIS GeoEvent Server
Version | Setup File Name | ConfigData.GeoEventServer.Installer.Path |
---|---|---|
11.4 | ArcGIS_GeoEvent_Server_114_192949.exe | C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_114_192949.exe |
11.3 | ArcGIS_GeoEvent_Server_113_190259.exe | C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_113_190259.exe |
11.2 | ArcGIS_GeoEvent_Server_112_188278.exe | C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_112_188278.exe |
11.1 | ArcGIS_GeoEvent_Server_111_185251.exe | C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_111_185251.exe |
11.0 | ArcGIS_GeoEvent_Server_110_182914.exe | C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_110_182914.exe |
10.9.1 | ArcGIS_GeoEvent_Server_1091_180081.exe | C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_1091_180081.exe |
10.8.1 | ArcGIS_GeoEvent_Server_1081_175242.exe | C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_1081_175242.exe |
10.7.1 | ArcGIS_GeoEvent_Server_1071_169716.exe | C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_1071_169716.exe |
ArcGIS Insights
Version | Setup File Name | ConfigData.Insights.Installer.Path |
---|---|---|
2024.1 | ArcGIS_Insights_Windows_2024_1_190726.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2024_1_190726.exe |
2023.2 | ArcGIS_Insights_Windows_2023_2_186056.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2023_2_186056.exe |
2023.1 | ArcGIS_Insights_Windows_2023_1_185917.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2023_1_185917.exe |
2022.3 | ArcGIS_Insights_Windows_2022_3_184093.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2022_3_184093.exe |
2022.2 | ArcGIS_Insights_Windows_2022_2_183474.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2022_2_183474.exe |
2022.1.1 | ArcGIS_Insights_Windows_2022_1_1_181548.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2022_1_1_181548.exe |
2022.1 | ArcGIS_Insights_Windows_2022_1_181546.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2022_1_181546.exe |
2021.3.1 | ArcGIS_Insights_Windows_2021_3_1_179500.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_3_1_179500.exe |
2021.3 | ArcGIS_Insights_Windows_2021_3_179498.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_3_179498.exe |
2021.2.1 | ArcGIS_Insights_Windows_2021_2_1_178737.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_2_1_178737.exe |
2021.2 | ArcGIS_Insights_Windows_2021_2_178735.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_2_178735.exe |
2021.1.1 | ArcGIS_Insights_Windows_2021_1_1_177961.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_1_1_177961.ex |
2021.1 | ArcGIS_Insights_Windows_2021_1_177919.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_1_177919.exe |
2020.3 | ArcGIS_Insights_Windows_2020_3_176134.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2020_3_176134.exe |
2020.2 | ArcGIS_Insights_Windows_2020_2_175863.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2020_2_175863.exe |
2020.1 | ArcGIS_Insights_Windows_2020_1_173526.exe | C:\\Software\\Archives\\ArcGIS_Insights_Windows_2020_1_173526.exe |
ArcGIS Pro
Version | Setup File Name | ConfigData.Pro.Installer.Path |
---|---|---|
3.4 | ArcGISPro_34_192912.exe | C:\\Software\\Archives\\ArcGISPro_34_192912.exe |
3.3 | ArcGISPro_33_190016.exe | C:\\Software\\Archives\\ArcGISPro_33_190016.exe |
3.2 | ArcGISPro_32_188049.exe | C:\\Software\\Archives\\ArcGISPro_32_188049.exe |
3.1 | ArcGISPro_31_184994.exe | C:\\Software\\Archives\\ArcGISPro_31_184994.exe |
3.0.3 | ArcGISPro_303_184244.exe | C:\\Software\\Archives\\ArcGISPro_303_184244.exe |
2.9 | ArcGISPro_29_179927.exe | C:\\Software\\Archives\\ArcGISPro_29_179927.exe |
2.8 | ArcGISPro_28_177688.exe | C:\\Software\\Archives\\ArcGISPro_28_177688.exe |
2.7 | ArcGISPro_27_176624.exe | C:\\Software\\Archives\\ArcGISPro_27_176624.exe |
2.6 | ArcGISPro_26_175036.exe | C:\\Software\\Archives\\ArcGISPro_26_175036.exe |
2.5 | ArcGISPro_25_172639.exe | C:\\Software\\Archives\\ArcGISPro_25_172639.exe |
2.4 | ArcGISPro_24_169232.exe | C:\\Software\\Archives\\ArcGISPro_24_169232.exe |
2.3 | ArcGISPro_23_14527.exe | C:\\Software\\Archives\\ArcGISPro_23_14527.exe |
2.2 | ArcGISPro_22_163783.exe | C:\\Software\\Archives\\ArcGISPro_22_163783.exe |
ArcGIS Desktop
Version | Setup File Name | ConfigData.Desktop.Installer.Path |
---|---|---|
10.8.2 | ArcGIS_Desktop_1082_180378.exe | C:\\Software\\Archives\\ArcGIS_Desktop_1082_180378.exe |
10.8.1 | ArcGIS_Desktop_1081_175110.exe | C:\\Software\\Archives\\ArcGIS_Desktop_1081_175110.exe |
10.7.1 | ArcGIS_Desktop_1071_169506.exe | C:\\Software\\Archives\\ArcGIS_Desktop_1071_169506.exe |
ArcGIS License Manager
Version | Setup File Name | ConfigData.LicenseManager.Installer.Path |
---|---|---|
2024.1 | ArcGIS_License_Manager_Windows_2024_1_192691.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2024_1_192691.exe |
2024.0 | ArcGIS_License_Manager_Windows_2024_0_190004.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2024_0_190004.exe |
2023.0 | ArcGIS_License_Manager_Windows_2023_0_187870.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2023_0_187870.exe |
2022.1 | ArcGIS_License_Manager_Windows_2022_1_184717.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2022_1_184717.exe |
2022.0 | ArcGIS_License_Manager_Windows_2022_0_182116.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2022_0_182116.exe |
2021.1 | ArcGIS_License_Manager_Windows_2021_1_180127.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2021_1_180127.exe |
2021.0 | ArcGIS_License_Manager_Windows_2021_0_177928.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2021_0_177928.exe |
2020.1 | ArcGIS_License_Manager_Windows_2020_1_176572.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2020_1_176572.exe |
2020.0 | ArcGIS_License_Manager_Windows_2020_0_175435.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2020_0_175435.exe |
2019.2 | ArcGIS_License_Manager_Windows_2019_2_173083.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2019_2_173083.exe |
2019.1 | ArcGIS_License_Manager_Windows_2019_1_172308.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2019_1_172308.exe |
2019.0 | ArcGIS_License_Manager_Windows_2019_0_169344.exe | C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2019_0_169344.exe |