diff options
-rw-r--r-- | build/xchat-wdk-x64.iss | 2 | ||||
-rw-r--r-- | build/xchat-wdk-x86.iss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/xchat-wdk-x64.iss b/build/xchat-wdk-x64.iss index 3ed99fa3..c3ae4720 100644 --- a/build/xchat-wdk-x64.iss +++ b/build/xchat-wdk-x64.iss @@ -43,7 +43,7 @@ Name: "plugins\python"; Description: "Python (needs ActivePython 2.6)"; Types: f Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custom [Tasks] -Name: portablemode; Description: "Portable Mode (no Registry keys written and no uninstaller created)"; Flags: unchecked +Name: portablemode; Description: "Portable Mode (no Registry entries, no Start Menu icons, no uninstaller)"; Flags: unchecked [Files] Source: "COPYING"; DestDir: "{app}"; Components: libs diff --git a/build/xchat-wdk-x86.iss b/build/xchat-wdk-x86.iss index a2bc0fcf..82121e5b 100644 --- a/build/xchat-wdk-x86.iss +++ b/build/xchat-wdk-x86.iss @@ -42,7 +42,7 @@ Name: "plugins\python"; Description: "Python (needs ActivePython 2.6)"; Types: f Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custom [Tasks] -Name: portablemode; Description: "Portable Mode (no Registry keys written and no uninstaller created)"; Flags: unchecked +Name: portablemode; Description: "Portable Mode (no Registry entries, no Start Menu icons, no uninstaller)"; Flags: unchecked [Files] Source: "COPYING"; DestDir: "{app}"; Components: libs |