[geany/geany] 52f5b8: Windows Installer: declare files to be reserved for faster startup

Enrico Tröger git-noreply at xxxxx
Sun Mar 6 15:14:46 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 06 Mar 2016 15:14:46 UTC
Commit:      52f5b88873c44486157cfb6127598e92f909172e
             https://github.com/geany/geany/commit/52f5b88873c44486157cfb6127598e92f909172e

Log Message:
-----------
Windows Installer: declare files to be reserved for faster startup

This tells NSIS to place the necessary libraries at the beginning
of the packed installer so the installer does not need to extract
everything before it can start.


Modified Paths:
--------------
    geany.nsi.in

Modified: geany.nsi.in
6 lines changed, 6 insertions(+), 0 deletions(-)
===================================================================
@@ -77,6 +77,12 @@ Var UNINSTDIR
 ;;;;;;;;;;;;;;;;
 !include "MUI2.nsh"
 
+;Reserve files used in .onInit, for faster start-up
+ReserveFile "${NSISDIR}\Plugins\System.dll"
+ReserveFile "${NSISDIR}\Plugins\UserInfo.dll"
+ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
+ReserveFile "${NSISDIR}\Plugins\LangDLL.dll"
+
 !define MUI_ABORTWARNING
 !define MUI_ICON "icons\geany.ico"
 !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall-full.ico"



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list