msi based Planmaker viewer
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
; credits: http://www.opsi.org/credits/
|
||||
|
||||
|
||||
Set $MsiId$ = '{AC76BA86-7AD7-1031-7B44-AA1000000001}'
|
||||
Set $MsiId$ = '{E3650D25-6752-4DE1-85DA-72A7BF2E49EE}'
|
||||
Set $UninstallProgram$ = $InstallDir$ + "\uninstall.exe"
|
||||
|
||||
Message "Uninstalling " + $ProductId$ + " ..."
|
||||
@@ -40,7 +40,7 @@ LinkFolder_uninstall
|
||||
|
||||
|
||||
[Winbatch_uninstall_msi]
|
||||
; msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
|
||||
msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Files_uninstall]
|
||||
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
|
||||
@@ -55,8 +55,8 @@ delete -sf "$InstallDir$\"
|
||||
[LinkFolder_uninstall]
|
||||
; Example of deleting a folder from AllUsers startmenu:
|
||||
;
|
||||
set_basefolder common_programs
|
||||
delete_subfolder SoftMaker
|
||||
; set_basefolder common_programs
|
||||
; delete_subfolder $ProductId$
|
||||
;
|
||||
; Example of deleting a shortcut from AllUsers desktop:
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user