Updated install script to use the Aero plug-in, which will use an "Aero Glass"-style window on supported OS.
This commit is contained in:
parent
2d18aecd55
commit
8c95b78e68
10
doc/FAQ.html
10
doc/FAQ.html
@ -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 <MuldeR2@GMX.de>. However it has to be noted that LameXP<br>
|
||||
LameXP was written from the scratch by <a href="mailto:mulder2-nospam@gmx.de">LoRd_MuldeR <MuldeR2@GMX.de></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>
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user