From d1840b838afc5e8cdd7f174e319d197376ce8d3a Mon Sep 17 00:00:00 2001 From: Peter Singer Date: Sun, 10 Mar 2013 14:48:26 +0100 Subject: [PATCH] fixed uninstall --- CLIENT_DATA/delsub3264.ins | 8 ++++---- builder-product.cfg | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CLIENT_DATA/delsub3264.ins b/CLIENT_DATA/delsub3264.ins index 73dc23f..596d958 100644 --- a/CLIENT_DATA/delsub3264.ins +++ b/CLIENT_DATA/delsub3264.ins @@ -77,7 +77,7 @@ LinkFolder_uninstall ; Choose one of the following examples as basis for program uninstall ; ; === Nullsoft Scriptable Install System ================================================================ -; "$UninstallProgram32$" /S +"$UninstallProgram32$" /VERYSILENT ; ; === Inno Setup ======================================================================================== ; "$UninstallProgram32$" /silent /norestart /SUPPRESSMSGBOXES @@ -92,13 +92,13 @@ msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress [Files_uninstall_32] ; Example for recursively deleting the installation directory (don't forget the trailing backslash): ; -; delete -sf "$InstallDir32$\" +delete -sf "$InstallDir32$\" [Winbatch_uninstall_64] ; Choose one of the following examples as basis for program uninstall ; ; === Nullsoft Scriptable Install System ================================================================ -; "$UninstallProgram64$" /S +"$UninstallProgram64$" /VERYSILENT ; ; === Inno Setup ======================================================================================== ; "$UninstallProgram64$" /silent /norestart /SUPPRESSMSGBOXES @@ -113,7 +113,7 @@ msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress [Files_uninstall_64] ; Example for recursively deleting the installation directory (don't forget the trailing backslash): ; -; delete -sf "$InstallDir64$\" +delete -sf "$InstallDir64$\" [Registry_uninstall] ; Example of deleting a registry key: diff --git a/builder-product.cfg b/builder-product.cfg index c5b1762..10c9f40 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -3,6 +3,8 @@ ############################ VENDOR="cdburnerxp.se" 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" RELEASE="1" PRIORITY="0"