/[ascend]/branches/ksenija2/nsis/ascendini.nsi
ViewVC logotype

Contents of /branches/ksenija2/nsis/ascendini.nsi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2835 - (show annotations) (download)
Tue Feb 17 07:31:55 2015 UTC (8 years, 7 months ago) by jpye
File size: 668 byte(s)
recreating ksenija2 branch from current HEAD, r2824.

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