summary refs log tree commit diff stats
path: root/build/xchat-wdk.skel.iss
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-10 08:48:50 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-10 08:48:50 +0100
commit9c8f37cc15393e918f19a6e6e34ae52d4272383b (patch)
tree48cbcc2627ade93f976edc049c15588bb9fca9d7 /build/xchat-wdk.skel.iss
parenta62ba4792c3dbf72b10912e1ccbce8c5088556cb (diff)
add support for xchat-text
Diffstat (limited to 'build/xchat-wdk.skel.iss')
-rw-r--r--build/xchat-wdk.skel.iss7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/xchat-wdk.skel.iss b/build/xchat-wdk.skel.iss
index 83df9061..d543003f 100644
--- a/build/xchat-wdk.skel.iss
+++ b/build/xchat-wdk.skel.iss
@@ -33,6 +33,7 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom
 

 [Components]

 Name: "libs"; Description: "XChat-WDK"; Types: normal full minimal custom; Flags: fixed

+Name: "xctext"; Description: "XChat-Text"; Types: full custom; Flags: disablenouninstallwarning

 Name: "translations"; Description: "Translations"; Types: normal full custom; Flags: disablenouninstallwarning

 Name: "spelling"; Description: "Spelling Dictionaries"; Types: full custom; Flags: disablenouninstallwarning

 Name: "plugins"; Description: "Plugins"; Types: full custom; Flags: disablenouninstallwarning

@@ -183,6 +184,11 @@ Source: "lib\gtk-2.0\modules\libgail.dll.x64"; DestDir: "{app}\lib\gtk-2.0\modul
 

 

 

+Source: "xchat-text.exe"; DestDir: "{app}"; Components: xctext; Tasks: x86

+Source: "xchat-text.exe.x64"; DestDir: "{app}"; DestName: "xchat-text.exe"; Components: xctext; Tasks: x64

+

+

+

 ;Source: "plugins\xcewc.dll"; DestDir: "{app}\plugins"; Components: plugins\ewc; Tasks: x86

 ;Source: "plugins\xcewc.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcewc.dll"; Components: plugins\ewc; Tasks: x64

 

@@ -226,6 +232,7 @@ Source: "plugins\xcperl-512.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcper
 

 [Icons]

 Name: "{group}\XChat-WDK"; Filename: "{app}\xchat.exe"; Tasks: not portable

+Name: "{group}\XChat-Text"; Filename: "{app}\xchat-text.exe"; Tasks: not portable

 Name: "{group}\Uninstall XChat-WDK"; Filename: "{uninstallexe}"; Tasks: not portable

 

 [Messages]