fixed uninstall
This commit is contained in:
parent
8aadf35bc3
commit
d1840b838a
@ -77,7 +77,7 @@ LinkFolder_uninstall
|
|||||||
; Choose one of the following examples as basis for program uninstall
|
; Choose one of the following examples as basis for program uninstall
|
||||||
;
|
;
|
||||||
; === Nullsoft Scriptable Install System ================================================================
|
; === Nullsoft Scriptable Install System ================================================================
|
||||||
; "$UninstallProgram32$" /S
|
"$UninstallProgram32$" /VERYSILENT
|
||||||
;
|
;
|
||||||
; === Inno Setup ========================================================================================
|
; === Inno Setup ========================================================================================
|
||||||
; "$UninstallProgram32$" /silent /norestart /SUPPRESSMSGBOXES
|
; "$UninstallProgram32$" /silent /norestart /SUPPRESSMSGBOXES
|
||||||
@ -92,13 +92,13 @@ msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
|
|||||||
[Files_uninstall_32]
|
[Files_uninstall_32]
|
||||||
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
|
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
|
||||||
;
|
;
|
||||||
; delete -sf "$InstallDir32$\"
|
delete -sf "$InstallDir32$\"
|
||||||
|
|
||||||
[Winbatch_uninstall_64]
|
[Winbatch_uninstall_64]
|
||||||
; Choose one of the following examples as basis for program uninstall
|
; Choose one of the following examples as basis for program uninstall
|
||||||
;
|
;
|
||||||
; === Nullsoft Scriptable Install System ================================================================
|
; === Nullsoft Scriptable Install System ================================================================
|
||||||
; "$UninstallProgram64$" /S
|
"$UninstallProgram64$" /VERYSILENT
|
||||||
;
|
;
|
||||||
; === Inno Setup ========================================================================================
|
; === Inno Setup ========================================================================================
|
||||||
; "$UninstallProgram64$" /silent /norestart /SUPPRESSMSGBOXES
|
; "$UninstallProgram64$" /silent /norestart /SUPPRESSMSGBOXES
|
||||||
@ -113,7 +113,7 @@ msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
|
|||||||
[Files_uninstall_64]
|
[Files_uninstall_64]
|
||||||
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
|
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
|
||||||
;
|
;
|
||||||
; delete -sf "$InstallDir64$\"
|
delete -sf "$InstallDir64$\"
|
||||||
|
|
||||||
[Registry_uninstall]
|
[Registry_uninstall]
|
||||||
; Example of deleting a registry key:
|
; Example of deleting a registry key:
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
############################
|
############################
|
||||||
VENDOR="cdburnerxp.se"
|
VENDOR="cdburnerxp.se"
|
||||||
PN="cdburnerxp.cdburnerxp"
|
PN="cdburnerxp.cdburnerxp"
|
||||||
|
NAME="CDBurnerXP"
|
||||||
|
DESCRIPTION="CDBurnerXP ist ein kostenloses Programm zum Brennen von CDs und DVDs, sowie Blu-Rays und HD-DVDs."
|
||||||
VERSION="4.5.1.3868"
|
VERSION="4.5.1.3868"
|
||||||
RELEASE="1"
|
RELEASE="1"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user