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

Contents of /trunk/nsis/ascendini.nsi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2605 - (show annotations) (download)
Tue Apr 24 06:14:23 2012 UTC (11 years, 5 months ago) by jpye
File size: 668 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 ascendIniCreate
5
6 ${If} $ASCENDINIFOUND == '1'
7 ${AndIf} $HAVE_PYTHON == "OK"
8
9 nsDialogs::Create /NOUNLOAD 1018
10 Pop $0
11
12 ${NSD_CreateLabel} 10% 0 75% 100% "An ASCEND settings file '$APPDATA\.ascend.ini' was found for the current user. This file has NOT been overwritten by the installer. You should manually delete that file and re-run the installer if ASCEND doesn't behave as expected."
13 Pop $0
14
15 ; nothing else here
16
17 nsDialogs::Show
18 ${EndIf}
19
20 FunctionEnd
21
22 Function ascendIniLeave
23 ; nothing here
24 FunctionEnd

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