Add docs for msiexec

This commit is contained in:
David Boucha 2013-02-14 19:36:24 -07:00
parent 27059ed61c
commit d1ed6b0f58

View File

@ -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
======================== ========================