diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-02-21 03:20:29 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-02-21 03:20:29 +0100 |
commit | 171ec0b504ca561a5bed451313289746b8a5af99 (patch) | |
tree | 00a7bca27e9a0e2254a1025db76221b80804583e /build/xchat-wdk-spell.skel.iss | |
parent | e8651664f21dda44b7316fd7e7f6854780baca63 (diff) |
some more work on stripping myspell
Diffstat (limited to 'build/xchat-wdk-spell.skel.iss')
-rw-r--r-- | build/xchat-wdk-spell.skel.iss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/xchat-wdk-spell.skel.iss b/build/xchat-wdk-spell.skel.iss index ad12075a..b770995e 100644 --- a/build/xchat-wdk-spell.skel.iss +++ b/build/xchat-wdk-spell.skel.iss @@ -1,7 +1,3 @@ -[Setup] -WizardImageFile=c:\mozilla-build\build\xchat-wdk\build\bitmaps\wizardimage.bmp -WizardSmallImageFile=c:\mozilla-build\build\xchat-wdk\build\bitmaps\wizardsmallimage.bmp -SetupIconFile=c:\mozilla-build\build\xchat-wdk\xchat.ico AppName=XChat-WDK Spelling Dictionaries AppVerName=XChat-WDK Spelling Dictionaries 1.0 AppVersion=1.0 @@ -13,8 +9,8 @@ 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 +UninstallDisplayIcon={app}\xchat.exe +UninstallDisplayName=XChat-WDK Spelling Dictionaries DefaultDirName={pf}\XChat-WDK DefaultGroupName=XChat-WDK DisableProgramGroupPage=yes @@ -26,9 +22,13 @@ 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 |