Changeset 7528


Ignore:
Timestamp:
Sep 23, 2009, 4:18:13 PM (15 years ago)
Author:
nariman
Message:

Fixed up path for validate_all during installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installation_files/windows/installer.nsi

    r7524 r7528  
    130130  File /r "${FileSource}\${AnugaFolder}\anuga_validation"
    131131
    132   #Set MingG\bin environment path only for the installer to access gcc for compile all
     132  #Set environment path only for the installer to access gcc and python
    133133  ReadEnvStr $R0 "PATH"
    134   StrCpy $R0 "$R0;$MinGWDir\bin;$PythonDir\DLLs"
     134  StrCpy $R0 "$R0;$MinGWDir\bin;$PythonDir\DLLs;$PythonDir"
    135135  System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("PATH", R0).r2'
    136136  ReadEnvStr $R0 "PATH"
Note: See TracChangeset for help on using the changeset viewer.