Add chdir support to win_package (#46123)

* Add chdir support to win_package

* Add chdir support to uninstall too.

* Update docs to account for uninstall.

* Correct variable substitution for hashtable.

* added changelog fragment
This commit is contained in:
Simon Liddicott
2018-10-08 07:28:28 +01:00
committed by Jordan Borean
parent bc6d441cf2
commit f731e68bca
3 changed files with 27 additions and 8 deletions

View File

@@ -32,6 +32,12 @@ options:
module will escape the arguments as necessary, it is recommended to use a
string when dealing with MSI packages due to the unique escaping issues
with msiexec.
chdir:
description:
- Set the specified path as the current working directory before installing
or uninstalling a package.
type: path
version_added: '2.8'
creates_path:
description:
- Will check the existance of the path specified and use the result to