1 |
;--------------------------------------------------------------------- |
2 |
; CUSTOM PAGE to tell the user about |
3 |
|
4 |
Function ascendEnvVarCreate |
5 |
|
6 |
${If} $ASCENDENVVARFOUND == '1' |
7 |
${AndIf} $HAVE_PYTHON == "OK" |
8 |
|
9 |
nsDialogs::Create /NOUNLOAD 1018 |
10 |
Pop $0 |
11 |
|
12 |
${NSD_CreateLabel} 10% 0 75% 100% "The environment variable ASCENDLIBRARY is set to '$ASCENDLIBRARY' for the current user.$\n$\nBe careful to review this variable if unexpected behaviour occurs. This environment variable has NOT been modified by this installer." |
13 |
Pop $0 |
14 |
|
15 |
nsDialogs::Show |
16 |
${EndIf} |
17 |
|
18 |
FunctionEnd |
19 |
|
20 |
Function ascendEnvVarLeave |
21 |
; nothing here |
22 |
FunctionEnd |