/[ascend]/trunk/pygtk/create.nsi
ViewVC logotype

Diff of /trunk/pygtk/create.nsi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1075 by johnpye, Wed Nov 8 05:25:37 2006 UTC revision 1076 by johnpye, Tue Jan 9 03:29:03 2007 UTC
# Line 102  Section "ASCEND (required)" Line 102  Section "ASCEND (required)"
102      File "Makefile.bt"      File "Makefile.bt"
103      File "ascend.syn"      File "ascend.syn"
104    
105      ; Set 'librarypath' in .ascend.ini      ${If} ${FileExists} "$APPDATA\.ascend.ini"
106      WriteINIstr $APPDATA\.ascend.ini Directories librarypath "$DOCUMENTS\ascdata;$INSTDIR\models"          MessageBox MB_OK "The '$APPDATA\.ascend.ini' is NOT being updated. Manually delete this file if ASCEND doesn't behave as expected."
107        ${Else}
108            ; Set 'librarypath' in .ascend.ini
109            WriteINIstr $APPDATA\.ascend.ini Directories librarypath "$DOCUMENTS\ascdata;$INSTDIR\models"
110        ${EndIf}
111    
112      ; Write the installation path into the registry      ; Write the installation path into the registry
113      WriteRegStr HKLM SOFTWARE\ASCEND "Install_Dir" "$INSTDIR"      WriteRegStr HKLM SOFTWARE\ASCEND "Install_Dir" "$INSTDIR"

Legend:
Removed from v.1075  
changed lines
  Added in v.1076

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