home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / Polices / Fontview / fontinst.exe / install_script.iss
Text File  |  2007-09-03  |  2KB  |  41 lines

  1. ;InnoSetupVersion=3.0.4
  2.  
  3. [Setup]
  4. AppName=FontView
  5. AppVerName=FontView version 3.3
  6. AppId=FontView
  7. AppPublisher=HervΘ Thouzard
  8. AppPublisherURL=http://www.herve-thouzard.com/fontview.phtml
  9. AppSupportURL=http://www.herve-thouzard.com/fontview.phtml
  10. AppUpdatesURL=http://www.herve-thouzard.com/fontview.phtml
  11. DefaultDirName={pf}\FontView
  12. DefaultGroupName=FontView
  13. OutputBaseFilename=fontinst
  14. Compression=bzip2
  15. PrivilegesRequired=poweruser
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\FONTVIEW.exe"; DestDir: "{app}"; 
  23. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  24. Source: "{sys}\MSCOMCTL.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  25.  
  26. [Registry]
  27. Root: HKLM; Subkey: "Software\Herve Thouzard\FontView"; ValueType: String; ValueData: "{app}"; 
  28.  
  29. [Run]
  30. Filename: "{app}\FontView.exe"; Description: "Lancer FontView"; Flags: postinstall skipifsilent nowait
  31.  
  32. [Icons]
  33. Name: "{group}\FontView"; Filename: "{app}\FontView.exe"; 
  34. Name: "{group}\DΘsinstaller FontView"; Filename: "{uninstallexe}"; 
  35. Name: "{userdesktop}\FontView"; Filename: "{app}\FontView.exe"; Tasks: desktopicon; 
  36. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FontView"; Filename: "{app}\FontView.exe"; Tasks: quicklaunchicon; 
  37.  
  38. [Tasks]
  39. Name: "desktopicon"; Description: "CrΘer un ic⌠ne sur le bureau"; GroupDescription: "Ic⌠nes SupplΘmentaires :"; 
  40. Name: "quicklaunchicon"; Description: "CrΘer un ic⌠ne dans la barre de lancements rapides"; GroupDescription: "Ic⌠nes SupplΘmentaires :"; 
  41.