From b76e56c44a68ef0394126c7a061ffd4c1ae4139b Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Sat, 9 Oct 2010 12:01:35 +0200 Subject: [PATCH] add option to run xchat-wdk after installation finishes --- build/xchat-wdk.iss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 9721fa93..05d18bc9 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -70,6 +70,9 @@ Root: HKCR; Subkey: "irc\DefaultIcon"; ValueType: string; ValueName: ""; ValueDa 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 +[Run] +Filename: "{app}\xchat.exe"; Description: "Run XChat-WDK after closing the Wizard"; Flags: nowait postinstall skipifsilent + [Files] Source: "cert.pem"; DestDir: "{app}"; Components: libs Source: "COPYING"; DestDir: "{app}"; Components: libs