Popup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists.

This commit is contained in:
LoRd_MuldeR 2012-07-01 21:33:04 +02:00
parent 3c89d3c2ef
commit eb590289aa
2 changed files with 8 additions and 0 deletions

View File

@ -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! LameXP is free/libre software. The "stable" versions of LameXP do *not* expire!
You have been warned ;-) You have been warned ;-)
The latest official (stable) release of LameXP can be found at:
http://lamexp.sourceforge.net/

View File

@ -487,6 +487,10 @@ SectionEnd
Section "-Finished" Section "-Finished"
!insertmacro PrintProgress "$(MUI_TEXT_FINISH_TITLE)." !insertmacro PrintProgress "$(MUI_TEXT_FINISH_TITLE)."
${If} ${FileExists} "$INSTDIR\PRE_RELEASE_INFO.txt"
${StdUtils.ExecShellAsUser} $R1 "$INSTDIR\PRE_RELEASE_INFO.txt" "open" ""
${EndIf}
; ---- POLL ---- ; ---- POLL ----
; !insertmacro UAC_AsUser_ExecShell "" "http://mulder.brhack.net/temp/style_poll/" "" "" SW_SHOWNORMAL ; !insertmacro UAC_AsUser_ExecShell "" "http://mulder.brhack.net/temp/style_poll/" "" "" SW_SHOWNORMAL
; ---- POLL ---- ; ---- POLL ----