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
|
2002-09-13 12:07:48 +00:00
|
|
|
AppVerName=TTX 2.0b2
|
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]
|
2002-09-10 11:23:34 +00:00
|
|
|
Source: ..\dist\ttx\umath.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttx\_sre.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttx\expat.dll; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttx\multiarray.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttx\pyexpat.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttx\python22.dll; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttx\_numpy.pyd; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
Source: ..\dist\ttx\ttx.exe; DestDir: {app}; CopyMode: alwaysoverwrite
|
2002-09-09 19:58:42 +00:00
|
|
|
Source: ..\LICENSE.txt; DestDir: {app}; CopyMode: alwaysoverwrite
|
2002-09-10 15:37:34 +00:00
|
|
|
Source: ..\Doc\documentation.html; DestDir: {app}; CopyMode: alwaysoverwrite
|
2002-09-09 19:58:42 +00:00
|
|
|
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
|
2002-09-10 11:23:34 +00:00
|
|
|
Name: {userdesktop}\ttx.exe; Filename: {app}\ttx.exe; Tasks: desktopicon; IconFilename: {app}\ttx.ico; IconIndex: 0
|
2002-09-10 15:37:34 +00:00
|
|
|
Name: {group}\TTX documentation; Filename: {app}\documentation.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
|