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

Annotation of /trunk/nsis/ascendini.nsi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1571 - (hide annotations) (download)
Fri Aug 3 15:50:59 2007 UTC (16 years, 1 month ago) by jpye
File size: 661 byte(s)
Fixed problems with Python installation.
Message about .ascend.ini file is now in an NSIS 'Page'.
1 jpye 1571 ;---------------------------------------------------------------------
2     ; CUSTOM PAGE to tell the user about
3    
4     Function ascendIniCreate
5    
6     ${If} $ASCENDINIFOUND == '1'
7     ${AndIf} $PYOK == "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