/[ascend]/trunk/nsis/envvarwarning.nsi
ViewVC logotype

Contents of /trunk/nsis/envvarwarning.nsi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2605 - (show annotations) (download)
Tue Apr 24 06:14:23 2012 UTC (13 years ago) by jpye
File size: 645 byte(s)
Working on re-adding support for dependency download in installer (incl 64-bit).
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

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22