How to fill in "install_flags" field in salt-stack when installing applications in Windows? -


i'm using salt-stack manage minion in windows. i'm wondering how fill in install_flags field in salt-stack when installing applications in windows?

here document of salt-stack. http://docs.saltstack.com/ref/windows-package-manager.html may see that: installation, firefox gets -ms , 7zip gets /q own install_flags.

is there rule follow? i.e. "if want install apache-tomcat, what's install_flags fill in?"

is there knows secret? in advance.

i'm author of salt windows package manager. install_flags refer silent install options application installer provides. passing /? or /h installer @ command line tell options available.

also, wpkg project has fantastic wiki documenting many of silent installer switches here: http://wpkg.org/category:silent_installers

a quick google search revealed doc well: http://documentation.softwareag.com/webmethods/wmsuites/wmsuite8_ga/system_management_hub/install/tomcat_windows_install.htm#d0e2149


Comments