Tcl 8.5 isms
[tcl-tlc.git] / setup.iss
blobb7b0384786c9691fdcd36f2f5b6c9a92c1d45582
1 ; Script generated by the Inno Setup Script Wizard.
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
4 ; $Log: setup.iss,v $
5 ; Revision 1.2 2004/12/30 11:25:31 cvs
6 ; Spring cleaning in prep for sourceforge cvs import
8 ; Revision 1.1.1.1 2003/04/22 11:10:05 root
9 ; Imported
12 ; Revision 1.7 2002/05/23 13:17:28 cyan
13 ; Fixed Mylistbox behaviour with > -maxitems items
15 ; Revision 1.6 2002/05/23 11:50:24 cyan
16 ; Fixed form bug
18 ; Revision 1.5 2002/05/13 15:50:31 cyan
19 ; Fixed an incorrect delete class
21 ; Revision 1.4 2002/05/13 15:33:20 cyan
22 ; Bumped the version to 0.10.0 - includes the Mytoplevel widget and Module changes
26 [Setup]
27 AppName=TLC
28 AppVerName=TLC 0.31.0
29 OutputBaseFilename=tlc-0.31.0
30 AppPublisher=Ogilvie Consulting
31 AppPublisherURL=http://sf.net/projects/tlc-tcl
32 AppSupportURL=http://sf.net/projects/tlc-tcl
33 AppUpdatesURL=http://sf.net/projects/tlc-tcl
34 DefaultDirName=C:\Tcl\lib\TLC
35 DefaultGroupName=TLC
36 AllowNoIcons=yes
37 AlwaysCreateUninstallIcon=yes
38 ; uncomment the following line if you want your installation to run on NT 3.51 too.
39 ; MinVersion=4,3.51
41 [Files]
42 Source: "tlc-base.tcl"; DestDir: "{app}"; CopyMode: alwaysoverwrite
43 Source: "tlc.tcl"; DestDir: "{app}"; CopyMode: alwaysoverwrite
44 Source: "pkgIndex.tcl"; DestDir: "{app}"; CopyMode: alwaysoverwrite
45 Source: "scripts\*.*"; DestDir: "{app}\scripts"; CopyMode: alwaysoverwrite
46 Source: "scripts\images\*.*"; DestDir: "{app}\scripts\images"; CopyMode: alwaysoverwrite