correct uninstall

This commit is contained in:
Mario Fetka 2013-03-06 20:15:07 +01:00
parent 37d113f070
commit 93c03e8f20
1 changed files with 1 additions and 8 deletions

View File

@ -38,14 +38,7 @@ comment "Delete program shortcuts"
LinkFolder_uninstall
[Winbatch_uninstall]
; Choose one of the following examples as basis for program uninstall
;
; === Nullsoft Scriptable Install System ================================================================
; "$UninstallProgram$" /S
;
; === Inno Setup ========================================================================================
; "$UninstallProgram$" /silent /norestart /SUPPRESSMSGBOXES
"$UninstallProgram$" /S
[Winbatch_uninstall_msi_old]
msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress