2002-09-09 19:58:42 +00:00
|
|
|
;This file has been created by Adam Twardoch <adam@twardoch.com>
|
|
|
|
;See README.TXT in this folder for instructions on building the setup
|
|
|
|
|
|
|
|
[Setup]
|
2002-09-09 21:22:17 +00:00
|
|
|
AppName=TTX
|
|
|
|
AppVerName=TTX 2.0b1
|
2002-09-09 19:58:42 +00:00
|
|
|
AppPublisher=Just van Rossum
|
|
|
|
AppPublisherURL=http://fonttools.sourceforge.net/
|
|
|
|
AppSupportURL=http://fonttools.sourceforge.net/
|
|
|
|
AppUpdatesURL=http://fonttools.sourceforge.net/
|
2002-09-09 21:22:17 +00:00
|
|
|
DefaultDirName={pf}\TTX
|
|
|
|
DefaultGroupName=TTX
|
2002-09-09 19:58:42 +00:00
|
|
|
AllowNoIcons=false
|
|
|
|
LicenseFile=..\LICENSE.txt
|
|
|
|
InfoBeforeFile=fonttools-win-setup.txt
|
|
|
|
InfoAfterFile=..\Doc\changes.txt
|
2002-09-09 21:22:17 +00:00
|
|
|
OutputBaseFilename=ttx-setup
|
2002-09-09 19:58:42 +00:00
|
|
|
AppCopyright=Copyright 1999-2002 by Just van Rossum, Letterror, The Netherlands.
|
2002-09-09 21:22:17 +00:00
|
|
|
UninstallDisplayIcon={app}\ttx.ico
|
2002-09-09 19:58:42 +00:00
|
|
|
|
|
|
|
[Tasks]
|
|
|
|
Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional icons:
|
|
|
|
|
|
|
|
[Files]
|
|
|
|
Source: ..\dist\ttcompile\umath.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttcompile\_sre.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttcompile\expat.dll; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttcompile\multiarray.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttcompile\pyexpat.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttcompile\python22.dll; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttcompile\_numpy.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttcompile\ttcompile.exe; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttdump\ttdump.exe; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttlist\ttlist.exe; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\LICENSE.txt; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\Doc\index.html; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\Doc\changes.txt; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\Doc\bugs.txt; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: fonttools-win-setup.txt; DestDir: {app}; CopyMode: alwaysoverwrite
|
2002-09-09 21:22:17 +00:00
|
|
|
Source: ttx.ico; DestDir: {app}; CopyMode: alwaysoverwrite
|
2002-09-09 19:58:42 +00:00
|
|
|
|
|
|
|
[Icons]
|
2002-09-09 21:22:17 +00:00
|
|
|
Name: {group}\Uninstall TTX; Filename: {uninstallexe}; IconIndex: 0
|
|
|
|
Name: {userdesktop}\ttdump.exe; Filename: {app}\ttdump.exe; Tasks: desktopicon; IconFilename: {app}\ttx.ico; IconIndex: 0
|
|
|
|
Name: {userdesktop}\ttcompile.exe; Filename: {app}\ttcompile.exe; Tasks: desktopicon; IconIndex: 0; IconFilename: {app}\ttx.ico
|
|
|
|
Name: {userdesktop}\ttlist.exe; Filename: {app}\ttlist.exe; Tasks: desktopicon; IconFilename: {app}\ttx.ico; IconIndex: 0
|
|
|
|
Name: {group}\TTX documentation; Filename: {app}\index.html; IconIndex: 0
|
2002-09-09 19:58:42 +00:00
|
|
|
Name: {group}\Changes; Filename: {app}\changes.txt; IconIndex: 0
|
|
|
|
Name: {group}\Bugs; Filename: {app}\bugs.txt; IconIndex: 0
|
|
|
|
Name: {group}\License; Filename: {app}\LICENSE.txt; IconIndex: 0
|
|
|
|
|
|
|
|
[_ISTool]
|
|
|
|
EnableISX=false
|