diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/xchat-wdk-x64.iss | 3 | ||||
-rw-r--r-- | build/xchat-wdk-x86.iss | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/build/xchat-wdk-x64.iss b/build/xchat-wdk-x64.iss index 5cc31585..bb301209 100644 --- a/build/xchat-wdk-x64.iss +++ b/build/xchat-wdk-x64.iss @@ -47,9 +47,6 @@ Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custo [Tasks] Name: portablemode; Description: "Portable Mode (no Registry keys written and no uninstaller created)"; Flags: unchecked -;[Registry] -;Root: HKCU; Subkey: "Environment"; ValueType: string; ValueName: "XCHAT_WARNING_IGNORE"; ValueData: "true"; Flags: uninsdeletevalue - [Files] Source: "COPYING"; DestDir: "{app}"; Components: libs Source: "libfreetype-6.dll"; DestDir: "{app}"; Components: libs diff --git a/build/xchat-wdk-x86.iss b/build/xchat-wdk-x86.iss index d85fce7a..5eae02d4 100644 --- a/build/xchat-wdk-x86.iss +++ b/build/xchat-wdk-x86.iss @@ -46,9 +46,6 @@ Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custo [Tasks] Name: portablemode; Description: "Portable Mode (no Registry keys written and no uninstaller created)"; Flags: unchecked -;[Registry] -;Root: HKCU; Subkey: "Environment"; ValueType: string; ValueName: "XCHAT_WARNING_IGNORE"; ValueData: "true"; Flags: uninsdeletevalue - [Files] Source: "COPYING"; DestDir: "{app}"; Components: libs Source: "freetype6.dll"; DestDir: "{app}"; Components: libs |