diff options
Diffstat (limited to 'PACKAGE/lynx.nsi')
-rw-r--r-- | PACKAGE/lynx.nsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 4aae5a34..bbacb3ec 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.8 2013/10/13 21:28:18 tom Exp $ +; $LynxId: lynx.nsi,v 1.9 2013/10/17 00:52:26 tom Exp $ ; Script originally generated with the Venis Install Wizard, but customized. ; The Inno Setup script is preferred; but this can be built via cross-compiling. @@ -23,6 +23,8 @@ InstallDir "$PROGRAMFILES\${INSTALL}" InstallDirRegKey HKLM "Software\${SUBKEY}" "$INSTDIR\bin" OutFile "NSIS-Output\${APPNAME}-${VERSION}-setup.exe" +RequestExecutionLevel highest + CRCCheck on SetCompressor /SOLID lzma |