really uninstall
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
|
||||
Set $MsiId32$ = '{A6EE99EA-420C-4FA6-8A7C-FDB60D278855}'
|
||||
Set $UninstallProgram32$ = $InstallDir32$ + "\unins000.exe"
|
||||
Set $UninstallProgram32$ = $InstallDir32$ + "UVERSION\uninstall.exe"
|
||||
|
||||
Set $MsiId64$ = '{A6EE99EA-420C-4FA6-8A7C-FDB60D278855}'
|
||||
Set $UninstallProgram32$ = $InstallDir64$ + "\unins000.exe"
|
||||
Set $UninstallProgram32$ = $InstallDir64$ + "UVERSION\uninstall.exe"
|
||||
|
||||
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
|
||||
Message "Uninstalling " + $ProductId$ + " 32 Bit..."
|
||||
@@ -59,7 +59,7 @@ LinkFolder_uninstall
|
||||
; Choose one of the following examples as basis for program uninstall
|
||||
;
|
||||
; === Nullsoft Scriptable Install System ================================================================
|
||||
"$UninstallProgram32$" /VERYSILENT
|
||||
"$UninstallProgram32$" /S
|
||||
|
||||
|
||||
[Winbatch_uninstall_msi_32]
|
||||
@@ -74,7 +74,7 @@ msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
|
||||
; Choose one of the following examples as basis for program uninstall
|
||||
;
|
||||
; === Nullsoft Scriptable Install System ================================================================
|
||||
"$UninstallProgram64$" /VERYSILENT
|
||||
"$UninstallProgram64$" /S
|
||||
|
||||
|
||||
[Winbatch_uninstall_msi_64]
|
||||
|
||||
Reference in New Issue
Block a user