From d03d6e606b40157d910ddf99ab018156abeb8ef0 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Mon, 28 Feb 2011 18:59:32 +0100 Subject: add wdk changes to named branch --- build/xchat-wdk-spell.skel.iss | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 build/xchat-wdk-spell.skel.iss (limited to 'build/xchat-wdk-spell.skel.iss') diff --git a/build/xchat-wdk-spell.skel.iss b/build/xchat-wdk-spell.skel.iss new file mode 100644 index 00000000..055c5a6a --- /dev/null +++ b/build/xchat-wdk-spell.skel.iss @@ -0,0 +1,39 @@ +AppName=XChat-WDK Spelling Dictionaries +AppVerName=XChat-WDK Spelling Dictionaries 1.0 +AppVersion=1.0 +VersionInfoVersion=1.0 +OutputBaseFilename=XChat-WDK Spelling Dictionaries +AppPublisher=XChat-WDK +AppPublisherURL=http://code.google.com/p/xchat-wdk/ +AppCopyright=Copyright (C) 1998-2010 Peter Zelezny +AppSupportURL=http://code.google.com/p/xchat-wdk/issues/list +AppUpdatesURL=http://code.google.com/p/xchat-wdk/wiki/InfoXChat +LicenseFile=COPYING +UninstallDisplayIcon={app}\xchat.exe +UninstallDisplayName=XChat-WDK Spelling Dictionaries +DefaultDirName={pf}\XChat-WDK +DefaultGroupName=XChat-WDK +DisableProgramGroupPage=yes +SolidCompression=yes +SourceDir=..\tmp-spell +OutputDir=..\build +FlatComponentsList=no +PrivilegesRequired=none +ShowComponentSizes=no +CreateUninstallRegKey=not IsTaskSelected('portable') +Uninstallable=not IsTaskSelected('portable') +DirExistsWarning=no +ArchitecturesAllowed=x86 x64 +ArchitecturesInstallIn64BitMode=x64 + +[Tasks] +Name: portable; Description: "Yes"; GroupDescription: "Portable Install (no Registry entries, no Start Menu icons, no uninstaller):"; Flags: unchecked + +[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 -- cgit 1.4.1 From 32ea8bdb84912bcd5f7072e19e6d0693d4287eaf Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 2 Mar 2011 08:50:58 +0100 Subject: spelling installer cosmetics --- build/xchat-wdk-spell.skel.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/xchat-wdk-spell.skel.iss') diff --git a/build/xchat-wdk-spell.skel.iss b/build/xchat-wdk-spell.skel.iss index 055c5a6a..6d1b26b6 100644 --- a/build/xchat-wdk-spell.skel.iss +++ b/build/xchat-wdk-spell.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK Spelling Dictionaries -AppVerName=XChat-WDK Spelling Dictionaries 1.0 +AppVerName=XChat-WDK Spelling Dictionaries r1 AppVersion=1.0 VersionInfoVersion=1.0 -OutputBaseFilename=XChat-WDK Spelling Dictionaries +OutputBaseFilename=XChat-WDK Spelling Dictionaries r1 AppPublisher=XChat-WDK AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny -- cgit 1.4.1