diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 00:17:02 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 00:17:02 +0200 |
commit | 750e41ae616ee73d11d861b794995766718f788c (patch) | |
tree | a8bfe06b27979e98ac821e2a5b700621eafbcd58 /win32/installer/hexchat-x86.skel.iss | |
parent | 38d318ec26e5fecfa57539cf8f903d485135d960 (diff) |
Open downloads for Perl and Python
Diffstat (limited to 'win32/installer/hexchat-x86.skel.iss')
-rw-r--r-- | win32/installer/hexchat-x86.skel.iss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win32/installer/hexchat-x86.skel.iss b/win32/installer/hexchat-x86.skel.iss index e32f16f5..ea40b0b9 100644 --- a/win32/installer/hexchat-x86.skel.iss +++ b/win32/installer/hexchat-x86.skel.iss @@ -46,8 +46,8 @@ Name: "plugins\upd"; Description: "Update Checker"; Types: normal custom; Flags: Name: "plugins\winamp"; Description: "Winamp"; Types: custom; Flags: disablenouninstallwarning Name: "plugins\wmpa"; Description: "Windows Media Player Announcer"; Types: custom; Flags: disablenouninstallwarning Name: "langs"; Description: "Language Interfaces"; Types: custom; Flags: disablenouninstallwarning -Name: "langs\perl"; Description: "Perl"; Types: custom; Flags: disablenouninstallwarning -Name: "langs\python"; Description: "Python"; Types: custom; Flags: disablenouninstallwarning +Name: "langs\perl"; Description: "Perl (requires Perl 5.16)"; Types: custom; Flags: disablenouninstallwarning +Name: "langs\python"; Description: "Python (requires Python 2.7)"; Types: custom; Flags: disablenouninstallwarning [Tasks] Name: portable; Description: "Yes"; GroupDescription: "Portable Install (no Registry entries, no Start Menu icons, no uninstaller):"; Flags: unchecked @@ -74,6 +74,8 @@ Root: HKCR; Subkey: ".hct\shell\open\command"; ValueType: string; ValueName: ""; Filename: "{app}\hexchat.exe"; Description: "Run HexChat after closing the Wizard"; Flags: nowait postinstall skipifsilent Filename: "https://hexchat.readthedocs.org/en/latest/changelog.html"; Description: "See what's changed"; Flags: shellexec runasoriginaluser postinstall skipifsilent unchecked Filename: "http://www.microsoft.com/en-us/download/details.aspx?id=8328"; Description: "Download Visual C++ Redistributable Package"; Flags: shellexec runasoriginaluser postinstall skipifsilent unchecked +Filename: "http://hexchat.org/downloads.html"; Description: "Download Perl 5.16"; Flags: shellexec runasoriginaluser postinstall skipifsilent unchecked; Components: langs\perl +Filename: "http://hexchat.org/downloads.html"; Description: "Download Python 2.7"; Flags: shellexec runasoriginaluser postinstall skipifsilent unchecked; Components: langs\python [Files] Source: "portable-mode"; DestDir: "{app}"; Tasks: portable |