2 ; Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 ; Copyright (C) ESI - 2017 - Antoine ELIAS
5 ; Copyright (C) 2012 - 2016 - Scilab Enterprises
7 ; This file is hereby licensed under the terms of the GNU GPL v2.0,
8 ; pursuant to article 5.3.4 of the CeCILL v.2.1.
9 ; This file was originally licensed under the terms of the CeCILL v2.1,
10 ; and continues to be available under such terms.
11 ; For more information, see the COPYING file which you should have received
12 ; along with this program.
14 ;--------------------------------------------------------------------------------------------------------------
15 ; Inno Setup Script (5.3 and more) for Scilab (UNICODE version required)
17 ;--------------------------------------------------------------------------------------------------------------
19 ;--------------------------------------------------------------------------------------------------------------
21 #define WEBTOOLS "webtools"
23 Source: bin\{#WEBTOOLS}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB}
24 Source: bin\{#WEBTOOLS}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB}
26 Source: modules\{#WEBTOOLS}\license.txt; DestDir: {app}\modules\{#WEBTOOLS}; Components: {#COMPN_SCILAB}
28 Source: modules\{#WEBTOOLS}\sci_gateway\{#WEBTOOLS}_gateway.xml; DestDir: {app}\modules\{#WEBTOOLS}\sci_gateway; Components: {#COMPN_SCILAB}
30 Source: modules\{#WEBTOOLS}\etc\{#WEBTOOLS}.quit; DestDir: {app}\modules\{#WEBTOOLS}\etc; Components: {#COMPN_SCILAB}
31 Source: modules\{#WEBTOOLS}\etc\{#WEBTOOLS}.start; DestDir: {app}\modules\{#WEBTOOLS}\etc; Components: {#COMPN_SCILAB}
33 Source: modules\{#WEBTOOLS}\macros\buildmacros.sce; DestDir: {app}\modules\{#WEBTOOLS}\macros; Components: {#COMPN_SCILAB}
34 Source: modules\{#WEBTOOLS}\macros\buildmacros.bat; DestDir: {app}\modules\{#WEBTOOLS}\macros; Components: {#COMPN_SCILAB}
35 Source: modules\{#WEBTOOLS}\macros\cleanmacros.bat; DestDir: {app}\modules\{#WEBTOOLS}\macros; Components: {#COMPN_SCILAB}
36 ;Source: modules\{#WEBTOOLS}\macros\*.sci; DestDir: {app}\modules\{#WEBTOOLS}\macros; Components: {#COMPN_SCILAB}
37 ;Source: modules\{#WEBTOOLS}\macros\*.bin; DestDir: {app}\modules\{#WEBTOOLS}\macros; Components: {#COMPN_SCILAB}
38 Source: modules\{#WEBTOOLS}\macros\lib; DestDir: {app}\modules\{#WEBTOOLS}\macros; Components: {#COMPN_SCILAB}
40 Source: modules\{#WEBTOOLS}\tests\*.*; DestDir: {app}\modules\{#WEBTOOLS}\tests; Flags: recursesubdirs; Components: {#COMPN_SCILAB} and {#COMPN_TESTS}
42 ;--------------------------------------------------------------------------------------------------------------