File: ANN_toolbox.iss

package info (click to toggle)
scilab-ann 0.4.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 516 kB
  • sloc: xml: 2,189; makefile: 13; sh: 13
file content (97 lines) | stat: -rw-r--r-- 4,306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
;##############################################################################################################

; Inno Setup Install script for Toolbox_skeleton

; http://www.jrsoftware.org/isinfo.php

; Allan CORNET

; Copyright INRIA 2008

;##############################################################################################################

; modify this path where is toolbox_skeleton directory

#define BinariesSourcePath "E:\ANN_Toolbox_0.4.2.2"

#define ANN_Toolbox_version "0.4.2.2"

#define CurrentYear "2008"

#define Toolbox_ANNDirFilename "ANN_Toolbox_0.4.2.2"

;##############################################################################################################

[Setup]

; Debut Donnes de base  renseigner suivant version

SourceDir={#BinariesSourcePath}

AppName=ANN Toolbox 0.4.2.2 for Scilab 5.x

AppVerName=ANN Toolbox 0.4.2.2 for Scilab 5.x

DefaultDirName={pf}\{#Toolbox_ANNDirFilename}

InfoAfterfile=readme.txt

LicenseFile=license.txt

WindowVisible=true

AppPublisher=Your Company

BackColorDirection=lefttoright

AppCopyright=Copyright  {#CurrentYear}

Compression=lzma/max

InternalCompressLevel=normal

SolidCompression=true

VersionInfoVersion={#ANN_Toolbox_version}

VersionInfoCompany=NONE

;##############################################################################################################

[Files]

; Add here files that you want to add

Source: loader.sce; DestDir: {app}

Source: builder.sce; DestDir: {app}

Source: license.txt; DestDir: {app}

Source: etc\ANN_toolbox.quit; DestDir: {app}\etc

Source: etc\ANN_toolbox.start; DestDir: {app}\etc

Source: help\en_US\addchapter.sce; DestDir: {app}\help\en_US

Source: jar\scilab_en_US_help.jar; DestDir: {app}\jar

Source: macros\buildmacros.sce; DestDir: {app}\macros

Source: macros\lib; DestDir: {app}\macros

Source: macros\names; DestDir: {app}\macros

Source: macros\*.sci; DestDir: {app}\macros

Source: macros\*.bin; DestDir: {app}\macros

Source: demos\*.*; DestDir: {app}\demos; Flags: recursesubdirs

;

;##############################################################################################################

;