From c6a031659b54230099c863b7ccdc03de4a4c7a2d Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Mon, 21 Feb 2011 04:10:53 +0100 Subject: [PATCH] make myspell uninstallable from the start menu --- build/build-spell.bat | 1 + build/xchat-wdk-spell.skel.iss | 3 +++ 2 files changed, 4 insertions(+) diff --git a/build/build-spell.bat b/build/build-spell.bat index 0a4e9b2d..7300e41d 100644 --- a/build/build-spell.bat +++ b/build/build-spell.bat @@ -4,6 +4,7 @@ set XCHAT_DEST=..\tmp-spell rmdir /q /s %XCHAT_DEST% mkdir %XCHAT_DEST% xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell +copy ..\COPYING %XCHAT_DEST% echo [Setup] > xchat-wdk-spell.iss echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk-spell.iss diff --git a/build/xchat-wdk-spell.skel.iss b/build/xchat-wdk-spell.skel.iss index 46d8b8ab..055c5a6a 100644 --- a/build/xchat-wdk-spell.skel.iss +++ b/build/xchat-wdk-spell.skel.iss @@ -32,5 +32,8 @@ Name: portable; Description: "Yes"; GroupDescription: "Portable Install (no Regi [Files] Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: createallsubdirs recursesubdirs +[Icons] +Name: "{group}\Uninstall Spelling Dictionaries"; Filename: "{uninstallexe}"; Tasks: not portable + [Messages] BeveledLabel= XChat-WDK