mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add docs for msiexec
This commit is contained in:
parent
27059ed61c
commit
d1ed6b0f58
@ -41,7 +41,21 @@ The package definition file should look similar to this example for Firefox:
|
|||||||
uninstaller: '%ProgramFiles(x86)%/Mozilla Firefox/uninstall/helper.exe'
|
uninstaller: '%ProgramFiles(x86)%/Mozilla Firefox/uninstall/helper.exe'
|
||||||
uninstall_flags: ' /S'
|
uninstall_flags: ' /S'
|
||||||
|
|
||||||
|
Add ``msiexec: True`` if using an msi installer requiring the use of msiexec.
|
||||||
|
``/srv/salt/win/repo/7zip/init.sls``
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
7zip:
|
||||||
|
9.20:
|
||||||
|
installer: salt://win/repo/7zip/7z920-x64.msi
|
||||||
|
full_name: 7zip 9.22
|
||||||
|
reboot: False
|
||||||
|
install_flags: ' /q '
|
||||||
|
msiexec: True
|
||||||
|
uninstaller: salt://win/repo/7zip/7z920-x64.msi
|
||||||
|
uninstall_flags: ' /qn'
|
||||||
|
|
||||||
|
|
||||||
Generate Repo Cache File
|
Generate Repo Cache File
|
||||||
========================
|
========================
|
||||||
|
Loading…
Reference in New Issue
Block a user