diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-18 00:39:19 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-18 00:39:19 -0400 |
commit | 010545f528265f5275cba0ed0eb4075b5ca62315 (patch) | |
tree | cfe72ce43e16daf677ed9de77b7ef7d6482e4bee /PACKAGE/lynx.nsi | |
parent | 519f8ac966b9073b86a37d0283c7258ea07a911c (diff) | |
download | lynx-snapshots-010545f528265f5275cba0ed0eb4075b5ca62315.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16s
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 |