summary refs log tree commit diff stats
path: root/win32/installer/hexchat-x86.skel.iss
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-01 16:32:50 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-01 16:32:50 +0200
commitc1dde82389e473638aeec84960e0c4bb6b22d27d (patch)
tree10afe76403c25d0a72ba654bca843aa22b47780a /win32/installer/hexchat-x86.skel.iss
parenta6f9b6d5a4e177a1d9456f67cccb3ae0db73e66e (diff)
Make gtkrc a component so that users can preserve their theme settings between upgrades
Diffstat (limited to 'win32/installer/hexchat-x86.skel.iss')
-rw-r--r--win32/installer/hexchat-x86.skel.iss3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/installer/hexchat-x86.skel.iss b/win32/installer/hexchat-x86.skel.iss
index 1bd185ad..da7d900b 100644
--- a/win32/installer/hexchat-x86.skel.iss
+++ b/win32/installer/hexchat-x86.skel.iss
@@ -29,6 +29,7 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom
 

 [Components]

 Name: "libs"; Description: "HexChat"; Types: normal full minimal custom; Flags: fixed

+Name: "gtktheme"; Description: "GTK+ Theme"; Types: normal full custom; Flags: disablenouninstallwarning

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

 Name: "xtm"; Description: "HexChat Theme Manager (Requires .NET 4.0)"; Types: full custom; Flags: disablenouninstallwarning

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

@@ -99,7 +100,7 @@ Source: "LICENSE.CAIRO"; DestDir: "{app}"; Flags: ignoreversion; Components: lib
 Source: "LICENSE.LUA"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

 Source: "LICENSE.ENCHANT"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

 Source: "LICENSE.LIBXML"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

-Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: libs

+Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: gtktheme

 ;Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: libs and not gtkengines

 Source: "share\xml\*"; DestDir: "{app}\share\xml"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs

 Source: "locale\*"; DestDir: "{app}\locale"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: translations