-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PE-18728) Skip frictionless install if agent is affected by powershe…
…ll 2 bug (#45) We introduced frictionless installs for Windows agents in PE 2016.4.0. For upgrade scenarios where we are testing frictionless upgrades, to install we need to use the old MSI method if we are installing less then PE 2016.4.0. However, we have discovered that frictionless installs of windows2008r2 will fail on PE 2016.4.0 and PE 2016.4.2. This PR adds in logic to install with the non-frictionless method if the agent is windows2008r2 and version is less then PE 2016.4.3.
- Loading branch information
Showing
2 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters