2 ; Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 ; Copyright (C) DIGITEO - 2010-2011 - Allan CORNET
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.
15 ;-------------------------------------------------------------------------------
16 ; Inno Setup Script (5.3 and more) for Scilab (UNICODE version required)
18 ;-------------------------------------------------------------------------------
19 ; default files embedded with scilab
20 ;-------------------------------------------------------------------------------
22 Source: tools\zip\unzip.exe; Flags: dontcopy
23 Source: tools\innosetup\isxdl.dll; DestDir: {tmp}; Flags: dontcopy
27 Source: etc\scilab.start; DestDir: {app}\etc; Components: {#COMPN_SCILAB}
29 Source: etc\scilab.quit; DestDir: {app}\etc; Components: {#COMPN_SCILAB}
31 ; // These files MUST be generated in final version of Scilab 6
32 Source: etc\modules.xml; DestDir: {app}\etc; Components: {#COMPN_SCILAB}
35 Source: etc\logging.properties; DestDir: {app}\etc; Components: {#COMPN_SCILAB}
38 Source: RELEASE_NOTES*.*; DestDir: {app}; Components: {#COMPN_SCILAB}
40 Source: CHANGES*.*; DestDir: {app}; Components: {#COMPN_SCILAB}
41 ;Source: licence.txt; DestDir: {app}; Components: {#COMPN_SCILAB}
42 ;Source: license.txt; DestDir: {app}; Components: {#COMPN_SCILAB}
43 Source: COPYING; DestDir: {app}; Components: {#COMPN_SCILAB}
44 Source: COPYING-FR; DestDir: {app}; Components: {#COMPN_SCILAB}
45 Source: COPYING-BSD; DestDir: {app}; Components: {#COMPN_SCILAB}
47 Source: Readme_Visual.txt; DestDir: {app}; Components: {#COMPN_SCILAB}
48 Source: README_Windows.txt; DestDir: {app}; Components: {#COMPN_SCILAB}
49 Source: ACKNOWLEDGEMENTS; DestDir: {app}; Components: {#COMPN_SCILAB}
50 Source: Version.incl; DestDir: {app}; Components: {#COMPN_SCILAB}
53 #include BinariesSourcePath + "\bin\bin.iss"
56 Source: contrib\loader.sce; DestDir: {app}\contrib; Components: {#COMPN_SCILAB}
59 Source: locale\ca_ES\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\ca_ES\LC_MESSAGES; Components: {#COMPN_SCILAB}
60 Source: locale\cs_CZ\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\cs_CZ\LC_MESSAGES; Components: {#COMPN_SCILAB}
61 Source: locale\de_DE\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\de_DE\LC_MESSAGES; Components: {#COMPN_SCILAB}
62 Source: locale\en_US\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\en_US\LC_MESSAGES; Components: {#COMPN_SCILAB}
63 Source: locale\es_ES\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\es_ES\LC_MESSAGES; Components: {#COMPN_SCILAB}
64 Source: locale\fr_FR\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\fr_FR\LC_MESSAGES; Components: {#COMPN_SCILAB}
65 Source: locale\it_IT\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\it_IT\LC_MESSAGES; Components: {#COMPN_SCILAB}
66 Source: locale\ja_JP\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\ja_JP\LC_MESSAGES; Components: {#COMPN_SCILAB}
67 Source: locale\pl_PL\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\pl_PL\LC_MESSAGES; Components: {#COMPN_SCILAB}
68 Source: locale\pt_BR\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\pt_BR\LC_MESSAGES; Components: {#COMPN_SCILAB}
69 Source: locale\ru_RU\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\ru_RU\LC_MESSAGES; Components: {#COMPN_SCILAB}
70 Source: locale\uk_UA\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\uk_UA\LC_MESSAGES; Components: {#COMPN_SCILAB}
71 Source: locale\zh_CN\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\zh_CN\LC_MESSAGES; Components: {#COMPN_SCILAB}
72 Source: locale\zh_TW\LC_MESSAGES\scilab.mo ; DestDir: {app}\locale\zh_TW\LC_MESSAGES; Components: {#COMPN_SCILAB}
75 #include BinariesSourcePath + "\libs\libs.iss"
77 #ifndef SCILAB_WITHOUT_JRE
78 Source: java\JRE\*.*; DestDir: {app}\java\JRE; Flags: recursesubdirs; Components: {#COMPN_JRE}
81 ;-------------------------------------------------------------------------------