Ignore:
Timestamp:
May 11, 2020, 8:21:33 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Create separate 32-bit and 64-bit Windows installers to allow to install 32-bit version with additional AIs included.
  • Modified: Use InnoSetup 6 with modern style.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/win/build.bat

    r160 r218  
    44  set LAZDIR=C:\lazarus
    55)
     6
     7set INNO_SETUP="c:\Program Files (x86)\Inno Setup 6\ISCC.exe"
    68
    79rem Build AI
     
    3335copy %MAIN_EXE% %WIN64_EXE%
    3436
    35 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "C-evo.iss"
     37%INNO_SETUP% "C-evo.iss"
     38%INNO_SETUP% "C-evo 32-bit.iss"
     39%INNO_SETUP% "C-evo 64-bit.iss"
Note: See TracChangeset for help on using the changeset viewer.