66
edits
Changes
→Deploy Adobe AIR Applications
;-programMenu
:adds a Start Menu shortcut for the AIR application
According to [http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html#WS485a42d56cd19641-70d979a8124ef20a34b-7ffb Adobe Help] the silent switches are as follows:
<source lang="winbatch">
-silent {-eulaAccepted -pingbackAllowed ( -location <loc> ) -desktopShortcut -programMenu} path
</source>
You cannot use the silent installer option to update an installed AIR application. So you have to uninstall before upgrade.
Uninstall is possible using msiexec /x {...} from Uninstall string.
[[category:Silent Installers]]
[[Category:Adobe software]]