home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 3 / PCNET_CD_2006_09_3.iso / apps / SynthFontSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-08  |  2.8 KB  |  63 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=SynthFont
  4. AppVerName=SynthFont Version 1.040
  5. AppId=SynthFont
  6. AppPublisher=Kenneth Rundt
  7. AppPublisherURL=http://www.synthfont.com
  8. AppSupportURL=http://www.synthfont.com
  9. AppUpdatesURL=http://www.synthfont.com
  10. DefaultDirName={pf}\SynthFont
  11. DefaultGroupName=SynthFont
  12. OutputBaseFilename=SynthFontSetup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\SynthFont.exe"; DestDir: "{app}"; 
  21. Source: "{app}\License.txt"; DestDir: "{app}"; 
  22. Source: "{app}\Tuning Scales.txt"; DestDir: "{app}"; 
  23. Source: "{app}\SynthFont.pdf"; DestDir: "{app}"; 
  24. Source: "{app}\SynthFont.chm"; DestDir: "{app}"; 
  25. Source: "{app}\readme.pdf"; DestDir: "{app}"; 
  26. Source: "{app}\sfArkDLL.DLL"; DestDir: "{app}"; 
  27. Source: "{app}\lame_enc.dll"; DestDir: "{app}"; 
  28. Source: "{app}\vorbisenc.dll"; DestDir: "{app}"; 
  29. Source: "{app}\vorbisfile.dll"; DestDir: "{app}"; 
  30. Source: "{app}\vorbis.dll"; DestDir: "{app}"; 
  31. Source: "{app}\ogg.dll"; DestDir: "{app}"; 
  32. Source: "{app}\libFLAC.dll"; DestDir: "{app}"; 
  33. Source: "{app}\MACDll.dll"; DestDir: "{app}"; 
  34. Source: "{app}\flac.exe"; DestDir: "{app}"; 
  35. Source: "{app}\OpenAsio,1.dll"; DestDir: "{app}"; DestName: "OpenAsio.dll"; 
  36. Source: "{app}\OpenAsio,2.dll"; DestDir: "{app}"; DestName: "OpenAsio.dll"; 
  37. Source: "{app}\SYNTHGMS.SF2"; DestDir: "{app}"; 
  38. [INI]
  39. Section: "SynthFont"; Key: "ExePath"; String: "{app}"; 
  40. [Run]
  41. Filename: "{app}\SynthFont.exe"; Description: "Launch SynthFont"; Flags: postinstall skipifsilent nowait
  42. [Icons]
  43. Name: "{group}\SynthFont"; Filename: "{app}\SynthFont.exe"; 
  44. Name: "{userdesktop}\SynthFont"; Filename: "{app}\SynthFont.exe"; Tasks: desktopicon; 
  45. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SynthFont"; Filename: "{app}\SynthFont.exe"; Tasks: quicklaunchicon; 
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  48. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  49. [CustomMessages]
  50. default.NameAndVersion=%1 version %2
  51. default.AdditionalIcons=Additional icons:
  52. default.CreateDesktopIcon=Create a &desktop icon
  53. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. default.ProgramOnTheWeb=%1 on the Web
  55. default.UninstallProgram=Uninstall %1
  56. default.LaunchProgram=Launch %1
  57. default.AssocFileExtension=&Associate %1 with the %2 file extension
  58. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "default"; MessagesFile: "embedded\default.isl"; 
  63.