PatchInstall Parameter #539
Closed
mikiekelly
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
@mikiekelly This is an excellent suggestion! We will look to get this added in an upcoming release of the module. ConfigData.SkipPatchInstalls - boolean true|false (default). When set to false, and PatchesDir is defined the module will install patches from the PatchesDir directory, if set to true it will skip both download and installing of patches. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This has been implemented in the latest release, v4.3.0! https://github.com/Esri/arcgis-powershell-dsc/releases/tag/v4.3.0 Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes as you are iterating through versions, and constantly reinstalling components, it is nice to keep code in your config file but turn on/off parts that streamline the operation. For this reason, I think it would be valuable to have a boolean PatchInstall parameter that dictates whether or not patches are installed. As things stand you either need to remove json from the config file, or delete/move patches downloaded from prior installs. This would allow you keep everything in place, with a minor edit to turn on/off the feature.
I'd also be satisfied if an empty PatchInstallOrder parameter ensured no patches were installed. But this doesn't appear to be the case.
Beta Was this translation helpful? Give feedback.
All reactions