From: lordmulder Date: Sun, 1 Jul 2012 19:33:04 +0000 (+0200) Subject: Popup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists. X-Git-Tag: Release_405~54 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eb590289aa10943ded4c5a84cf8389f5be24623c;p=lamexp%2FLameXP.git Popup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists. --- diff --git a/doc/PRE_RELEASE_INFO.txt b/doc/PRE_RELEASE_INFO.txt index a1055908..06594de6 100644 --- a/doc/PRE_RELEASE_INFO.txt +++ b/doc/PRE_RELEASE_INFO.txt @@ -8,3 +8,7 @@ Note: This "test" version of LameXP will expire 30 days after the release date. LameXP is free/libre software. The "stable" versions of LameXP do *not* expire! You have been warned ;-) + + +The latest official (stable) release of LameXP can be found at: +http://lamexp.sourceforge.net/ diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index a8671938..1c7f3345 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -487,6 +487,10 @@ SectionEnd Section "-Finished" !insertmacro PrintProgress "$(MUI_TEXT_FINISH_TITLE)." + ${If} ${FileExists} "$INSTDIR\PRE_RELEASE_INFO.txt" + ${StdUtils.ExecShellAsUser} $R1 "$INSTDIR\PRE_RELEASE_INFO.txt" "open" "" + ${EndIf} + ; ---- POLL ---- ; !insertmacro UAC_AsUser_ExecShell "" "http://mulder.brhack.net/temp/style_poll/" "" "" SW_SHOWNORMAL ; ---- POLL ----