Browse Source

Update UAC nsis plugin to 0.2.4c. Building the installer with nsis 3.0 (final) is possible now. Closes #5556.

adaptive-webui-19844
sledgehammer999 8 years ago
parent
commit
a7253c5ead
  1. 9
      dist/windows/README.txt
  2. 2
      dist/windows/UAC.nsh
  3. BIN
      dist/windows/nsis plugins/UAC Unicode.zip
  4. BIN
      dist/windows/nsis plugins/UAC.zip

9
dist/windows/README.txt vendored

@ -16,17 +16,13 @@ TRANSLATORS: @@ -16,17 +16,13 @@ TRANSLATORS:
PACKAGERS:
You will need NSIS and upx to make the installer. You need a unicode version of NSIS.
I tested with NSIS 3.0a0.
I tested with NSIS 3.0 (final).
1. Open the options.nsi file in an editor and change line that contains
"!define PROG_VERSION "3.0.3"" to the version of qbittorrent you just built.
2. Extract the plugins found in the folder "nsis plugins" into your
NSIS's unicode Plugin directory(usually C:\Program Files\NSIS\Plugins\x86-unicode).
Only the *.dll files are needed. Don't use the .dll from UAC.zip, use the one from "UAC Unicode.zip".
NOTE: To build the unicode version of UAC with MSVC2008 you need:
a) the sources from UAC.zip
b) apply the util.cpp.diff from "UAC Unicode.zip" to util.cpp
c) in a msvc command prompt issue: cl.exe /O1s /GS- /GR- /EHs-c- /Zl /LD /DUNICODE RunAs.cpp uac.cpp util.cpp /link kernel32.lib user32.lib shell32.lib advapi32.lib ole32.lib /DLL /MANIFEST:NO /OUT:uac.dll
Only the *.dll files are needed. Use the unicode version of the dlls.
3. The script you need to compile is "qbittorrent.nsi". It includes all other necessary scripts.
4. The script expects the following file tree:
@ -53,6 +49,7 @@ qbittorrent.exe @@ -53,6 +49,7 @@ qbittorrent.exe
qbittorrent.nsi
qt.conf
translations.nsi
UAC.nsh
uninstaller.nsi

2
dist/windows/UAC.nsh vendored

@ -228,6 +228,8 @@ pop $_LOGICLIB_TEMP @@ -228,6 +228,8 @@ pop $_LOGICLIB_TEMP
!undef _UAC_ParseDefineFlags_orin_this
!ifdef _UAC_ParseDefineFlags_orin_f1
!undef _UAC_ParseDefineFlags_orin_f1
!endif
!ifdef _UAC_ParseDefineFlags_orin_f2
!undef _UAC_ParseDefineFlags_orin_f2
!endif
!macroend

BIN
dist/windows/nsis plugins/UAC Unicode.zip vendored

Binary file not shown.

BIN
dist/windows/nsis plugins/UAC.zip vendored

Binary file not shown.
Loading…
Cancel
Save