diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 12:20:59 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 12:20:59 +0200 |
commit | 8aec84afd980677284dbb86ed872a2d0d8d9ae59 (patch) | |
tree | c8f446b4cb4d9238b0cb211b426a5f9a2bac1964 | |
parent | b76e56c44a68ef0394126c7a061ffd4c1ae4139b (diff) |
disable uninstall warnings as they are nonsense, uninstaller is ran before install
-rw-r--r-- | build/xchat-wdk.iss | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 05d18bc9..5e4b10e1 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -36,18 +36,18 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom [Components] Name: "libs"; Description: "XChat-WDK"; Types: normal full custom; Flags: fixed -Name: "translations"; Description: "Translations"; Types: normal full custom -Name: "spelling"; Description: "Spelling Dictionaries"; Types: full custom -Name: "plugins"; Description: "Plugins"; Types: full custom -Name: "plugins\ewc"; Description: "EasyWinampControl"; Types: full custom -Name: "plugins\upd"; Description: "Update Checker"; Types: normal full custom -Name: "plugins\xdcc"; Description: "XDCC"; Types: full custom -Name: "langs"; Description: "Language Interfaces"; Types: full custom -Name: "langs\lua"; Description: "Lua"; Types: full custom -Name: "langs\lua\luawdk"; Description: "Lua-WDK"; Types: full custom -Name: "langs\perl"; Description: "Perl"; Types: full custom -Name: "langs\python"; Description: "Python"; Types: full custom -Name: "langs\tcl"; Description: "Tcl"; Types: full custom +Name: "translations"; Description: "Translations"; Types: normal full custom; Flags: disablenouninstallwarning +Name: "spelling"; Description: "Spelling Dictionaries"; Types: full custom; Flags: disablenouninstallwarning +Name: "plugins"; Description: "Plugins"; Types: full custom; Flags: disablenouninstallwarning +Name: "plugins\ewc"; Description: "EasyWinampControl"; Types: full custom; Flags: disablenouninstallwarning +Name: "plugins\upd"; Description: "Update Checker"; Types: normal full custom; Flags: disablenouninstallwarning +Name: "plugins\xdcc"; Description: "XDCC"; Types: full custom; Flags: disablenouninstallwarning +Name: "langs"; Description: "Language Interfaces"; Types: full custom; Flags: disablenouninstallwarning +Name: "langs\lua"; Description: "Lua"; Types: full custom; Flags: disablenouninstallwarning +Name: "langs\lua\luawdk"; Description: "Lua-WDK"; Types: full custom; Flags: disablenouninstallwarning +Name: "langs\perl"; Description: "Perl"; Types: full custom; Flags: disablenouninstallwarning +Name: "langs\python"; Description: "Python"; Types: full custom; Flags: disablenouninstallwarning +Name: "langs\tcl"; Description: "Tcl"; Types: full custom; Flags: disablenouninstallwarning [Tasks] Name: x86; Description: "x86"; GroupDescription: "XChat-WDK version:"; Flags: exclusive unchecked |