You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbooks/arcgis-desktop/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ layout: default
3
3
title: "arcgis-desktop cookbook"
4
4
category: cookbooks
5
5
item: arcgis-desktop
6
-
version: 4.0.0
6
+
version: 4.1.0
7
7
latest: true
8
8
---
9
9
@@ -37,6 +37,7 @@ This cookbook installs and configures ArcGIS Desktop and ArcGIS License Manager.
37
37
* 2021.0
38
38
* 2021.1
39
39
* 2022.0
40
+
* 2022.1
40
41
41
42
## Platforms
42
43
@@ -70,9 +71,9 @@ The following cookbooks are required:
70
71
*`node['arcgis']['desktop']['esri_license_host']` = Hostname of ArcGIS License Manager. Default hostname is `%COMPUTERNAME%`.
71
72
*`node['arcgis']['desktop']['software_class']` = ArcGIS Desktop software class `<Viewer|Editor|Professional>`. Default value is `Viewer`.
72
73
*`node['arcgis']['desktop']['seat_preference']` = ArcGIS Desktop license seat preference `<Fixed|Float>`. Default value is `Fixed`.
73
-
*`node['arcgis']['licensemanager']['version']` = ArcGIS License Manager version. Default value is `2022.0`.
74
+
*`node['arcgis']['licensemanager']['version']` = ArcGIS License Manager version. Default value is `2022.1`.
74
75
*`node['arcgis']['licensemanager']['setup_archive']` = The location of ArcGIS License Manager setup archive. Default value depends on `node['arcgis']['version']` attribute value.
75
-
*`node['arcgis']['licensemanager']['setup']` = The location of ArcGIS License Manager setup executable. Default location is `%USERPROFILE%\Documents\ArcGIS License Manager 2022.0\LicenseManager\Setup.exe` on Windows, and `/opt/arcgis/2022.0/LicenseManager_Linux/Setup` on Linux.
76
+
*`node['arcgis']['licensemanager']['setup']` = The location of ArcGIS License Manager setup executable. Default location is `%USERPROFILE%\Documents\ArcGIS License Manager 2022.1\LicenseManager\Setup.exe` on Windows, and `/opt/arcgis/2022.1/LicenseManager_Linux/Setup` on Linux.
76
77
*`node['arcgis']['licensemanager']['lp-setup']` = The location of language pack for ArcGIS License Manager. Default location is `C:\ArcGIS\LicenseManager\SetupFiles\setup.msi`.
77
78
*`node['arcgis']['licensemanager']['install_dir']` = ArcGIS License Manager installation directory. By default, the license manager is installed to `%ProgramFiles(x86)%\ArcGIS` on Windows and `/` on Linux.
78
79
@@ -143,8 +144,8 @@ Attributes used by the recipe:
0 commit comments