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

Example JSON for downloading ArcGIS Server 12.1

"ConfigData": {
   "Version": "12.1",
   "ServerRole": "GeneralPurposeServer",
   "DownloadSetups": true,
   "DownloadSetupsToSharedPath": false,
   "Credentials": {
      "ServiceAccount": {
         "UserName": "arcgis",
	     "Password": "<redacted>",
         "IsDomainAccount": false
      },
      "AGOCredential":{
         "UserName": "agousername",
         "Password": "<redacted>"
      }
   },
   "Server": {
      "Installer": {
         "Path": "C:\\Software\\Archives\\ArcGIS_Server_Windows_121_200157.exe",
         "VolumePaths": [
            "C:\\Software\\Archives\\ArcGIS_Server_Windows_121_200157.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 ConfigData.Portal.Installer.Path
12.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_121_200161.exe
12.0 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_120_197706.exe
11.5 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_115_195367.exe
11.4 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_114_192940.exe
11.3 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_113_189790.exe
11.2 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_112_188250.exe
11.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_111_185219.exe
11.0 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_110_182885.exe
10.9.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_1091_180052.exe
10.8.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_1081_175214.exe

Portal for ArcGIS Volume Files

Version ConfigData.Portal.Installer.VolumePaths
12.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_121_200161.exe.001
12.0 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_120_197706.exe.001
11.5 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_115_195367.exe.001
11.4 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_114_192940.exe.001
11.3 C:\\Software\\Archives\\Portal_for_ArcGIS_Windows_113_189790.exe.001

Portal for ArcGIS Webstyles

Version ConfigData.Portal.Installer.WebStylesPath
12.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_121_200163.exe
12.0 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_120_197708.exe
11.5 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_115_195369.exe
11.4 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_114_192942.exe
11.3 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_113_190232.exe
11.2 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_112_188251.exe
11.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_111_185220.exe
11.0 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_110_182886.exe
10.9.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_1091_180053.exe
10.8.1 C:\\Software\\Archives\\Portal_for_ArcGIS_Web_Styles_Windows_1081_175215.exe

ArcGIS Server

Version ConfigData.Server.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_Server_Windows_121_200157.exe
12.0 C:\\Software\\Archives\\ArcGIS_Server_Windows_120_197664.exe
11.5 C:\\Software\\Archives\\ArcGIS_Server_Windows_115_195344.exe
11.4 C:\\Software\\Archives\\ArcGIS_Server_Windows_114_192938.exe
11.3 C:\\Software\\Archives\\ArcGIS_Server_Windows_113_190188.exe
11.2 C:\\Software\\Archives\\ArcGIS_Server_Windows_112_188239.exe
11.1 C:\\Software\\Archives\\ArcGIS_Server_Windows_111_185208.exe
11.0 C:\\Software\\Archives\\ArcGIS_Server_Windows_110_182874.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_Server_Windows_1091_180041.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_Server_Windows_1081_175203.exe

ArcGIS Server Volume Files

Version ConfigData.Server.Installer.VolumePaths
12.1 C:\\Software\\Archives\\ArcGIS_Server_Windows_121_200157.exe.001
12.0 C:\\Software\\Archives\\ArcGIS_Server_Windows_120_197664.exe.001
11.5 C:\\Software\\Archives\\ArcGIS_Server_Windows_115_195344.exe.001
11.4 C:\\Software\\Archives\\ArcGIS_Server_Windows_114_192938.exe.001
11.3 C:\\Software\\Archives\\ArcGIS_Server_Windows_113_190188.exe.001

ArcGIS Data Store

Version ConfigData.DataStore.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_121_200164.exe
12.0 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_120_197709.exe
11.5 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_115_195370.exe
11.4 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_114_192943.exe
11.3 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_113_190233.exe
11.2 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_112_188252.exe
11.1 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_111_185221.exe
11.0 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_110_182887.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_1091_180054.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_1081_175216.exe

ArcGIS Data Store Volume Files

Version ConfigData.DataStore.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_121_200164.exe.001
12.0 C:\\Software\\Archives\\ArcGIS_DataStore_Windows_120_197709.exe.001

ArcGIS Web Adaptor (IIS)

Version ConfigData.WebAdaptor.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_121_200166.exe
12.0 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_120_197711.exe
11.5 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_115_195371.exe
11.4 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_114_192944.exe
11.3 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_113_190234.exe
11.2 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_112_188253.exe
11.1 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_111_185222.exe
11.0 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_110_182888.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_1091_180055.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_1081_175217.exe

ArcGIS Web Adaptor (Java Windows)

Version ConfigData.WebAdaptor.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_121_200167.exe
12.0 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_120_197722.exe
11.5 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_115_195382.exe
11.4 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_114_192945.exe
11.3 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_113_190245.exe
11.2 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_112_188264.exe
11.1 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_111_185197.exe
11.0 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_110_182899.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_1091_180066.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_Web_Adaptor_Java_Windows_1081_175228.exe

ArcGIS Notebook Server

Version ConfigData.Server.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_121_200174.exe
12.0 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_120_197685.exe
11.5 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_115_195405.exe
11.4 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_114_192951.exe
11.3 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_113_190268.exe
11.2 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_112_188287.exe
11.1 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_111_185261.exe
11.0 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_110_182932.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Windows_1091_180089.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_Notebook_Server_1081_175250.exe

ArcGIS Notebook Server Samples Data

Version ConfigData.Server.Installer.NotebookServerSamplesDataPath
11.3 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_113_190212.exe
11.2 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_112_188219.exe
11.1 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_111_185269.exe
11.0 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_110_182939.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_Notebook_Server_Samples_Data_Windows_1091_180107.exe

ArcGIS Notebook Server Docker Advanced Images

Version ConfigData.Server.ContainerImagePaths
12.1 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_121_200176.tar.gz
12.0 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_120_197687.tar.gz
11.5 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_115_195407.tar.gz
11.4 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_114_192953.tar.gz
11.3 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_113_190270.tar.gz
11.2 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_112_188289.tar.gz
11.1 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_111_185263.tar.gz
11.0 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_110_182934.tar.gz
10.9.1 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_1091_180091.tar.gz
10.8.1 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Advanced_1081_175252.tar.gz

ArcGIS Notebook Server Docker Standard Images

Version ConfigData.Server.ContainerImagePaths
12.1 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_121_200175.tar.gz
12.0 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_120_197686.tar.gz
11.5 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_115_195406.tar.gz
11.4 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_114_192952.tar.gz
11.3 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_113_190269.tar.gz
11.2 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_112_188288.tar.gz
11.1 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_111_185262.tar.gz
11.0 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_110_182933.tar.gz
10.9.1 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_1091_180090.tar.gz
10.8.1 C:\\Software\\Archives\\ArcGIS_Notebook_Docker_Standard_1081_175251.tar.gz

ArcGIS Notebook Server Windows Container Images

Version ConfigData.Server.ContainerImagePaths
12.1 C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_121_200177.tar.gz
12.0 C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_120_197688.tar.gz
11.5 C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_115_195408.tar.gz
11.4 C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_114_192954.tar.gz
11.3 C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_113_190271.tar.gz
11.2 C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_112_188290.tar.gz
11.1 C:\\Software\\Archives\\ArcGIS_Notebook_Windows_Container_Image_111_185892.tar.gz

ArcGIS Mission Server

Version ConfigData.Server.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_121_200173.exe
12.0 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_120_197768.exe
11.5 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_115_195404.exe
11.4 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_114_192950.exe
11.3 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_113_190267.exe
11.2 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_112_188286.exe
11.1 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_111_185264.exe
11.0 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_110_182935.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_1091_180092.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_Mission_Server_Windows_1081_175253.exe

ArcGIS Video Server

Version ConfigData.Server.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_121_200179.exe
12.0 C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_120_197689.exe
11.5 C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_115_195409.exe
11.4 C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_114_192955.exe
11.3 C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_113_190272.exe
11.2 C:\\Software\\Archives\\ArcGIS_Video_Server_Windows_112_188292.exe

ArcGIS Data Pipelines Server

Version ConfigData.Server.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_Data_Pipelines_Server_Windows_121_200171.exe

ArcGIS GeoEnrichment Server

Version ConfigData.Server.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_GeoEnrichment_Server_Windows_121_199265.exe

ArcGIS Workflow Manager Server

Version ConfigData.WorkflowManagerServer.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_121_200180.exe
12.0 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_120_197690.exe
11.5 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_115_195410.exe
11.4 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_114_192956.exe
11.3 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_113_190273.exe
11.2 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_112_188216.exe
11.1 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_111_185267.exe
11.0 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_110_182937.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_1091_180100.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_Workflow_Manager_Server_1081_175261.exe

ArcGIS GeoEvent Server

Version ConfigData.GeoEventServer.Installer.Path
12.1 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_121_200172.exe
12.0 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_120_197742.exe
11.5 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_115_195396.exe
11.4 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_114_192949.exe
11.3 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_113_190259.exe
11.2 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_112_188278.exe
11.1 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_111_185251.exe
11.0 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_110_182914.exe
10.9.1 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_1091_180081.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_GeoEvent_Server_1081_175242.exe

ArcGIS Pro

Version ConfigData.Pro.Installer.Path
3.7 C:\\Software\\Archives\\ArcGISPro_37_199633.exe
3.6 C:\\Software\\Archives\\ArcGISPro_36_197382.exe
3.5 C:\\Software\\Archives\\ArcGISPro_35_195271.exe
3.4 C:\\Software\\Archives\\ArcGISPro_34_192912.exe
3.3 C:\\Software\\Archives\\ArcGISPro_33_190016.exe
3.2 C:\\Software\\Archives\\ArcGISPro_32_188049.exe
3.1 C:\\Software\\Archives\\ArcGISPro_31_184994.exe
3.0.3 C:\\Software\\Archives\\ArcGISPro_303_184244.exe

ArcGIS Desktop

Version ConfigData.Desktop.Installer.Path
10.8.2 C:\\Software\\Archives\\ArcGIS_Desktop_1082_180378.exe
10.8.1 C:\\Software\\Archives\\ArcGIS_Desktop_1081_175110.exe

ArcGIS License Manager

Version ConfigData.LicenseManager.Installer.Path
2025.1 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2025_1_197883.exe
2025.0 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2024_1_192691.exe
2024.1 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2024_1_192691.exe
2024.0 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2024_0_190004.exe
2023.0 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2023_0_187870.exe
2022.1 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2022_1_184717.exe
2022.0 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2022_0_182116.exe
2021.1 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2021_1_180127.exe
2021.0 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2021_0_177928.exe
2020.1 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2020_1_176572.exe
2020.0 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2020_0_175435.exe
2019.2 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2019_2_173083.exe
2019.1 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2019_1_172308.exe
2019.0 C:\\Software\\Archives\\ArcGIS_License_Manager_Windows_2019_0_169344.exe

ArcGIS Insights

Version ConfigData.Insights.Installer.Path
2025.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2025_1_195798.exe
2024.2 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2024_2_193021.exe
2024.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2024_1_190726.exe
2023.2 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2023_2_186056.exe
2023.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2023_1_185917.exe
2022.3 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2022_3_184093.exe
2022.2 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2022_2_183474.exe
2022.1.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2022_1_1_181548.exe
2022.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2022_1_181546.exe
2021.3.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_3_1_179500.exe
2021.3 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_3_179498.exe
2021.2.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_2_1_178737.exe
2021.2 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_2_178735.exe
2021.1.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_1_1_177961.ex
2021.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2021_1_177919.exe
2020.3 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2020_3_176134.exe
2020.2 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2020_2_175863.exe
2020.1 C:\\Software\\Archives\\ArcGIS_Insights_Windows_2020_1_173526.exe
⚠️ **GitHub.com Fallback** ⚠️