Popup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists.
This commit is contained in:
parent
3c89d3c2ef
commit
eb590289aa
@ -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/
|
||||
|
@ -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 ----
|
||||
|
Loading…
Reference in New Issue
Block a user