2 # Create some images used in the installation program
4 image create
photo img_logo
-file .
/src
/maxicon.gif
5 image create
photo img_license
-file .
/deliver
/install1.gif
6 image create
photo img_logo3
-file .
/deliver
/fdlogo3.gif
11 array set pkgDesc
{maxima
{All Maxima files will be put under the directory you choose
, except
for an optional
button on the start
/programs
menu. You should quit any programs
,
12 during installation
}}
14 array set pkgBaseDir
{maxima .
}
16 array set pkgDefDir
{maxima c
:/maxima Documentation
{} {freeDelivery program
} {} {Build files
} {}}
17 # array set pkgDefDir {maxima h:/wfs2xx/tmp/xmaxima7 Documentation {} {freeDelivery program} {} {Build files} {}}
19 array set pkgAbsDir
{maxima
{}}
21 array set pkgUseDir
{maxima DefDir
}
23 array set pkgDefault
{maxima
1 Documentation
0 {freeDelivery program
} 0 {Build files
} 0}
25 array set pkgFiles
{maxima
{.
/intro.html .
/gcc.zip .
/maxima.zip .
/readme.xmaxima .
/tclpip83.dll .
/unzip.exe
}}
27 array set pkgFileSpace
{maxima
4102762}
28 global settings_appName
29 set settings_appName
{maxima
}
30 global settings_appSlogan
31 set settings_appSlogan
{}
32 global settings_appVersion
33 set settings_appVersion
{5.5}
34 global settings_appAuthor
35 set settings_appAuthor
{William Schelter
}
36 global settings_CopyrightFile
37 set settings_CopyrightFile
{.
/COPYING
}
38 global settings_InfoFile
39 set settings_InfoFile
{.
/readme.xmaxima
}
40 global settings_runscript
41 set settings_runscript
{.
/deliver
/unpack.tcl
}
44 global settings_runbin
45 set settings_runbin
{}
48 global settings_appSetupFile
49 set settings_appSetupFile
{setup.exe
}
50 global settings_LogoFile
51 set settings_LogoFile
{.
/src
/maxicon.gif
}