From 8c95b78e68a9b29dc8034214ee208f6433e144d2 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 7 Jul 2011 19:40:49 +0200 Subject: [PATCH] Updated install script to use the Aero plug-in, which will use an "Aero Glass"-style window on supported OS. --- doc/FAQ.html | 10 +++++++--- etc/NSIS/setup.nsi | 5 +++++ src/Config.h | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/FAQ.html b/doc/FAQ.html index 9d4ee220..c77adb05 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -155,9 +155,12 @@ Conclusion:
  • UPX - the Ultimate Packer for eXecutables
  • MPRESS - high-performance executable packer for PE32/PE32+
  • GnuPG - the GNU Privacy Guard v1.4.x
    diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 12017722..fcfa83f2 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -112,6 +112,7 @@ ReserveFile "${NSISDIR}\Plugins\System.dll" ReserveFile "${NSISDIR}\Plugins\nsDialogs.dll" ReserveFile "${NSISDIR}\Plugins\StartMenu.dll" ReserveFile "${NSISDIR}\Plugins\LockedList.dll" +ReserveFile "${NSISDIR}\Plugins\Aero.dll" ;-------------------------------- @@ -338,6 +339,8 @@ Function MyUacInit Abort SkipPrereleaseWarning: !endif + + Aero::Apply FunctionEnd Function un.MyUacInit @@ -360,6 +363,8 @@ Function un.MyUacInit MessageBox MB_ICONSTOP|MB_TOPMOST|MB_SETFOREGROUND "Unable to elevate installer! (Error code: $0)" Quit ${EndSwitch} + + Aero::Apply FunctionEnd diff --git a/src/Config.h b/src/Config.h index 4ad50c00..9f434a73 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 3 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 2 -#define VER_LAMEXP_BUILD 594 +#define VER_LAMEXP_BUILD 595 /////////////////////////////////////////////////////////////////////////////// // Tools versions -- 2.11.0