-
Notifications
You must be signed in to change notification settings - Fork 121
arcgis‐pro Cookbook Recipes
Pavel Bobov edited this page Mar 3, 2017
·
9 revisions
arcgis-pro cookbook is used to install and configure ArcGIS Pro.
Brief descriptions of arcgis-pro cookbook recipes along with cookbook attributes are available at README.md. This page provides more detailed descriptions of the recipes and specifies attributes used by each recipe.
Installs and configures ArcGIS Pro.
Attributes used by the recipe:
{
"arcgis": {
"pro": {
"version": "1.4",
"setup": "C:\\ArcGIS\\Pro\\ArcGISPro.msi",
"install_dir": "C:\\Program Files\\ArcGIS\\Pro",
"blockaddins": "#0",
"allusers": 2
}
},
"run_list": [
"recipe[arcgis-pro]"
]
}Uninstalls ArcGIS Pro of the specified version.
Attributes used by the recipe:
{
"arcgis": {
"pro": {
"version": "1.2"
}
},
"run_list":[
"recipe[arcgis-pro::uninstall]"
]
}