3,217
edits
Changes
m
no edit summary
The installer is install4j so you can use -q as the unattended switch. The switch -overwrite is for updating and checks if the files that already exist are the same or older, if they are the same then it skips the install.
<source lang="xml">
<package
id="reviewmanager"
<remove cmd='"%PROGRAMFILES%\Review Manager 5\uninstall.exe" -q ' />
</package>
</source>
[[category:Silent Installers]]