suppress the uninstall questions

This commit is contained in:
Mario Fetka 2015-11-11 06:15:11 +01:00
parent e780ea097a
commit a674a3f6ac
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ comment "Delete program shortcuts"
LinkFolder_uninstall
[Winbatch_uninstall_msi_old]
msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress
msiexec /x $MsiIdOld$ /qn! REBOOT=ReallySuppress
[Winbatch_uninstall_msi]
msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
msiexec /x $MsiId$ /qn! REBOOT=ReallySuppress
[Files_uninstall]
; Example for recursively deleting the installation directory: