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:
Who created LameXP?
-LameXP was written from the scratch by LoRd_MuldeR <MuldeR2@GMX.de>. However it has to be noted that LameXP
+LameXP was written from the scratch by LoRd_MuldeR <MuldeR2@GMX.de>. However it has to be noted that LameXP
uses a number of third-party tools, which have been created by the individual authors. Moreover various
-people have contributed LameXP translations. Please see the "About" dialog for details!
+people have contributed LameXP translations. Please see the "About" dialog for details! Also please do NOT
+send e-mail to LoRd_MuldeR directly, if the problem or suggestion can be discussed in the support forums!
+
+More OpenSource projects by LoRd_MuldeR available at http://mulder.at.gg/ or http://mulder.googlecode.com/.
@@ -643,7 +646,8 @@ In order to use the LameXP deployment scripts you need the following tools:
<
- NSIS - Nullsoft Scriptable Install System (Unicode Version)
+
- Inetc plug-in
+
- Aero plug-in
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