2 ; Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 ; Copyright (C) INRIA - Allan CORNET
4 ; Copyright (C) DIGITEO - 2010 - Allan CORNET
6 ; Copyright (C) 2012 - 2016 - Scilab Enterprises
8 ; This file is hereby licensed under the terms of the GNU GPL v2.0,
9 ; pursuant to article 5.3.4 of the CeCILL v.2.1.
10 ; This file was originally licensed under the terms of the CeCILL v2.1,
11 ; and continues to be available under such terms.
12 ; For more information, see the COPYING file which you should have received
13 ; along with this program.
15 ;--------------------------------------------------------------------------------------------------------------
16 ; Inno Setup Script (5.3 and more) for Scilab (UNICODE version required)
18 ;--------------------------------------------------------------------------------------------------------------
20 ;--------------------------------------------------------------------------------------------------------------
24 Source: modules\{#M2SCI}\license.txt; DestDir: {app}\modules\{#M2SCI}; Components: {#COMPN_SCILAB}
26 Source: modules\{#M2SCI}\etc\{#M2SCI}.quit; DestDir: {app}\modules\{#M2SCI}\etc; Components: {#COMPN_SCILAB}
27 Source: modules\{#M2SCI}\etc\{#M2SCI}.start; DestDir: {app}\modules\{#M2SCI}\etc; Components: {#COMPN_SCILAB}
29 Source: modules\{#M2SCI}\macros\lib; DestDir: {app}\modules\{#M2SCI}\macros; Flags: recursesubdirs; Components: {#COMPN_SCILAB}
30 Source: modules\{#M2SCI}\macros\*.sci; DestDir: {app}\modules\{#M2SCI}\macros; Flags: recursesubdirs; Components: {#COMPN_SCILAB}
31 Source: modules\{#M2SCI}\macros\*.bin; DestDir: {app}\modules\{#M2SCI}\macros; Flags: recursesubdirs; Components: {#COMPN_SCILAB}
32 Source: modules\{#M2SCI}\macros\buildmacros.sce; DestDir: {app}\modules\{#M2SCI}\macros; Flags: recursesubdirs; Components: {#COMPN_SCILAB}
33 Source: modules\{#M2SCI}\macros\buildmacros.bat; DestDir: {app}\modules\{#M2SCI}\macros; Flags: recursesubdirs; Components: {#COMPN_SCILAB}
34 Source: modules\{#M2SCI}\macros\cleanmacros.bat; DestDir: {app}\modules\{#M2SCI}\macros; Flags: recursesubdirs; Components: {#COMPN_SCILAB}
36 Source: modules\{#M2SCI}\tests\*.*; DestDir: {app}\modules\{#M2SCI}\tests; Flags: recursesubdirs; Components: {#COMPN_SCILAB} and {#COMPN_TESTS}
38 ;--------------------------------------------------------------------------------------------------------------