summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-09 09:36:06 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-09 09:36:06 +0200
commit42229db7baa8f3a6f2643f451209fb75783e4e64 (patch)
tree04fba36fbece13cdb14df8a017727e043200502d /build
parent8b6c28eee2f472ed3c07a8ad5d371b32012088cd (diff)
register xchat-wdk as the irc protocol handler
Diffstat (limited to 'build')
-rw-r--r--build/xchat-wdk.iss8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss
index 1cdd4c4a..9721fa93 100644
--- a/build/xchat-wdk.iss
+++ b/build/xchat-wdk.iss
@@ -62,6 +62,14 @@ Name: perl58; Description: "5.8"; GroupDescription: "Perl version:"; Flags: excl
 Name: perl510; Description: "5.10"; GroupDescription: "Perl version:"; Flags: exclusive unchecked; Components: langs\perl

 Name: perl512; Description: "5.12"; GroupDescription: "Perl version:"; Flags: exclusive; Components: langs\perl

 

+[Registry]

+Root: HKCR; Subkey: "irc"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Tasks: not portable

+Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: ""; ValueData: "URL:IRC Protocol"; Flags: uninsdeletevalue; Tasks: not portable

+Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: "URL Protocol"; ValueData: ""; Flags: uninsdeletevalue; Tasks: not portable

+Root: HKCR; Subkey: "irc\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\xchat.exe,0"; Flags: uninsdeletevalue; Tasks: not portable

+Root: HKCR; Subkey: "irc\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Tasks: not portable

+Root: HKCR; Subkey: "irc\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\xchat.exe --url=""%1"""; Flags: uninsdeletevalue; Tasks: not portable

+

 [Files]

 Source: "cert.pem"; DestDir: "{app}"; Components: libs

 Source: "COPYING"; DestDir: "{app}"; Components: libs