2 ; Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 ; Copyright (C) DIGITEO - 2010 - Allan CORNET
5 ; This file must be used under the terms of the CeCILL.
6 ; This source file is licensed as described in the file COPYING, which
7 ; you should have received as part of this distribution. The terms
8 ; are also available at
9 ; http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
11 ;--------------------------------------------------------------------------------------------------------------
12 ; Inno Setup Script (5.3 and more) for Scilab (UNICODE version required)
14 ;--------------------------------------------------------------------------------------------------------------
16 ;--------------------------------------------------------------------------------------------------------------
20 Source: bin\sci{#TYPES}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
22 Source: modules\{#TYPES}\jar\org.scilab.modules.{#TYPES}.jar;DestDir: {app}\modules\{#TYPES}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
24 Source: modules\{#TYPES}\license.txt; DestDir: {app}\modules\{#TYPES}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
26 Source: modules\{#TYPES}\etc\{#TYPES}.quit; DestDir: {app}\modules\{#TYPES}\etc; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
27 Source: modules\{#TYPES}\etc\{#TYPES}.start; DestDir: {app}\modules\{#TYPES}\etc; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
29 Source: modules\{#TYPES}\macros\buildmacros.sce; DestDir: {app}\modules\{#TYPES}\macros; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
30 Source: modules\{#TYPES}\macros\buildmacros.bat; DestDir: {app}\modules\{#TYPES}\macros; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
31 Source: modules\{#TYPES}\macros\cleanmacros.bat; DestDir: {app}\modules\{#TYPES}\macros; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
33 ;Source: modules\{#TYPES}\tests\*.*; DestDir: {app}\modules\{#TYPES}\tests; Flags: recursesubdirs; Components: {#COMPN_SCILAB} and {#COMPN_TESTS} and {#COMPN_JVM_MODULE}
36 ;--------------------------------------------------------------------------------------------------------------