OSDN Git Service

Updated install script to use the Aero plug-in, which will use an "Aero Glass"-style...
authorlordmulder <mulder2@gmx.de>
Thu, 7 Jul 2011 17:40:49 +0000 (19:40 +0200)
committerlordmulder <mulder2@gmx.de>
Thu, 7 Jul 2011 17:40:49 +0000 (19:40 +0200)
doc/FAQ.html
etc/NSIS/setup.nsi
src/Config.h

index 9d4ee22..c77adb0 100644 (file)
@@ -155,9 +155,12 @@ Conclusion:<ul>
 
 <a name="fd53d98a"></a><b>Who created LameXP?</b><br>
 <br>
-LameXP was written from the scratch by LoRd_MuldeR &lt;MuldeR2@GMX.de&gt;. However it has to be noted that LameXP<br>
+LameXP was written from the scratch by <a href="mailto:mulder2-nospam&#64;gmx.de">LoRd_MuldeR &lt;MuldeR2&#64;GMX.de&gt;</a>. However it has to be noted that LameXP<br>
 uses a number of third-party tools, which have been created by the individual authors. Moreover various<br>
-people have contributed LameXP translations. Please see the "About" dialog for details!<br><br>
+people have contributed LameXP translations. Please see the "About" dialog for details! Also please do NOT<br>
+send e-mail to LoRd_MuldeR directly, if the problem or suggestion can be discussed in the <a href="#9c2e273d">support</a> forums!<br>
+<br>
+More OpenSource projects by LoRd_MuldeR available at <a href="http://mulder.at.gg/" target="_blank">http://mulder.at.gg/</a> or <a href="http://mulder.googlecode.com/" target="_blank">http://mulder.googlecode.com/</a>.<br><br>
 
 <br><br>
 
@@ -643,7 +646,8 @@ In order to use the LameXP deployment scripts you need the following tools:<br><
 <li><a href="http://www.scratchpaper.com/" target="_blank">NSIS</a> - Nullsoft Scriptable Install System (Unicode Version)<ul>
 <li><a href="http://nsis.sourceforge.net/UAC_plug-in" target="_blank">UAC plug-in</a>
 <li><a href="http://nsis.sourceforge.net/LockedList_plug-in" target="_blank">LockedList plug-in</a>
-<li><a href="http://nsis.sourceforge.net/Inetc_plug-in" target="_blank">Inetc plug-in</a></ul>
+<li><a href="http://nsis.sourceforge.net/Inetc_plug-in" target="_blank">Inetc plug-in</a>
+<li><a href="http://forums.winamp.com/showthread.php?t=329990">Aero plug-in</a></ul>
 <li><a href="http://upx.sourceforge.net/" target="_blank">UPX</a> - the Ultimate Packer for eXecutables
 <li><a href="http://www.matcode.com/mpress.htm" target="_blank">MPRESS</a> - high-performance executable packer for PE32/PE32+
 <li><a href="ftp://ftp.gnupg.org/gcrypt/binary/" target="_blank">GnuPG</a> - the GNU Privacy Guard v1.4.x<div style="height:7px"></div>
index 1201772..fcfa83f 100644 (file)
@@ -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
 
 
index 4ad50c0..9f434a7 100644 (file)
@@ -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