diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 14:38:47 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 14:38:47 +0200 |
commit | 4fd5cf704335429df67938a2833b850b83521e72 (patch) | |
tree | 205531e0c3a863b238112f943cec461569750035 /win32/installer/hexchat-xp-x86.skel.iss | |
parent | db4cb3d2f2df730f635980e47fdf24ade37e2225 (diff) |
Keep the installer component lists sorted
Diffstat (limited to 'win32/installer/hexchat-xp-x86.skel.iss')
-rw-r--r-- | win32/installer/hexchat-xp-x86.skel.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/installer/hexchat-xp-x86.skel.iss b/win32/installer/hexchat-xp-x86.skel.iss index 542d34cb..fbefbe76 100644 --- a/win32/installer/hexchat-xp-x86.skel.iss +++ b/win32/installer/hexchat-xp-x86.skel.iss @@ -43,9 +43,9 @@ Name: "plugins\fishlim"; Description: "FiSHLiM"; Types: custom; Flags: disableno Name: "plugins\hextray"; Description: "HexTray"; Types: custom; Flags: disablenouninstallwarning Name: "plugins\mpcinfo"; Description: "mpcInfo"; Types: custom; Flags: disablenouninstallwarning Name: "plugins\sasl"; Description: "SASL"; Types: normal custom; Flags: disablenouninstallwarning +Name: "plugins\sysinfo"; Description: "SysInfo"; Types: custom; Flags: disablenouninstallwarning Name: "plugins\upd"; Description: "Update Checker"; Types: normal custom; Flags: disablenouninstallwarning Name: "plugins\winamp"; Description: "Winamp"; Types: custom; Flags: disablenouninstallwarning -Name: "plugins\sysinfo"; Description: "SysInfo"; 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\lua"; Description: "Lua"; Types: custom; Flags: disablenouninstallwarning |