home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Bureautique / FontPicker / FontPicker_Setup.exe / install_script.iss
Text File  |  2010-09-03  |  2KB  |  49 lines

  1. ;InnoSetupVersion=5.3.10
  2.  
  3. [Setup]
  4. AppName=FontPicker
  5. AppVerName=FontPicker
  6. AppId=FontPicker
  7. AppPublisher=Charten Software
  8. AppPublisherURL=http://www.charten.com/
  9. AppSupportURL=http://www.charten.com/
  10. AppUpdatesURL=http://www.charten.com/
  11. DefaultDirName={pf}\FontPicker
  12. DefaultGroupName=FontPicker
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\FontPicker.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21.  
  22. [Run]
  23. Filename: "{app}\FontPicker.exe"; Description: "{cm:LaunchProgram,FontPicker}"; Flags: postinstall skipifsilent nowait
  24.  
  25. [Icons]
  26. Name: "{group}\FontPicker"; Filename: "{app}\FontPicker.exe"; 
  27. Name: "{commondesktop}\FontPicker"; Filename: "{app}\FontPicker.exe"; Tasks: desktopicon; 
  28. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FontPicker"; Filename: "{app}\FontPicker.exe"; Tasks: quicklaunchicon; 
  29.  
  30. [Tasks]
  31. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  32. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  33.  
  34. [CustomMessages]
  35. english.NameAndVersion=%1 version %2
  36. english.AdditionalIcons=Additional icons:
  37. english.CreateDesktopIcon=Create a &desktop icon
  38. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  39. english.ProgramOnTheWeb=%1 on the Web
  40. english.UninstallProgram=Uninstall %1
  41. english.LaunchProgram=Launch %1
  42. english.AssocFileExtension=&Associate %1 with the %2 file extension
  43. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  44.  
  45. [Languages]
  46. ; These files are stubs
  47. ; To achieve better results after recompilation, use the real language files
  48. Name: "english"; MessagesFile: "embedded\english.isl"; 
  49.