git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@304 4cde692c-a291-49d1-8350-778aa11640f8
54 lines
2.7 KiB
Plaintext
Executable File
54 lines
2.7 KiB
Plaintext
Executable File
;This file has been created by Adam Twardoch <adam@twardoch.com>
|
|
;See README.TXT in this folder for instructions on building the setup
|
|
|
|
[Setup]
|
|
AppName=FontTools
|
|
AppVerName=FontTools 1.0
|
|
AppPublisher=Just van Rossum
|
|
AppPublisherURL=http://fonttools.sourceforge.net/
|
|
AppSupportURL=http://fonttools.sourceforge.net/
|
|
AppUpdatesURL=http://fonttools.sourceforge.net/
|
|
DefaultDirName={pf}\FontTools
|
|
DefaultGroupName=FontTools
|
|
AllowNoIcons=false
|
|
LicenseFile=..\LICENSE.txt
|
|
InfoBeforeFile=fonttools-win-setup.txt
|
|
InfoAfterFile=..\Doc\changes.txt
|
|
OutputBaseFilename=fontttols-setup
|
|
AppCopyright=Copyright 1999-2002 by Just van Rossum, Letterror, The Netherlands.
|
|
UninstallDisplayIcon={app}\fonttools.ico
|
|
|
|
[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
|
|
Source: fonttools.ico; DestDir: {app}; CopyMode: alwaysoverwrite
|
|
|
|
[Icons]
|
|
Name: {group}\Uninstall FontTools; Filename: {uninstallexe}; IconIndex: 0
|
|
Name: {userdesktop}\ttdump.exe; Filename: {app}\ttdump.exe; Tasks: desktopicon; IconFilename: {app}\fonttools.ico; IconIndex: 0
|
|
Name: {userdesktop}\ttcompile.exe; Filename: {app}\ttcompile.exe; Tasks: desktopicon; IconIndex: 0; IconFilename: {app}\fonttools.ico
|
|
Name: {userdesktop}\ttlist.exe; Filename: {app}\ttlist.exe; Tasks: desktopicon; IconFilename: {app}\fonttools.ico; IconIndex: 0
|
|
Name: {group}\FontTools documentation; Filename: {app}\index.html; IconIndex: 0
|
|
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
|