home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 February / Gamestar_70_2005-02_dvd.iso / Programy / DVDIdentifier3.5.1Setup.exe / install_script.iss
Text File  |  2004-12-05  |  3KB  |  65 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=DVD Identifier
  5. AppVerName=DVD Identifier 3.5.1
  6. AppId=DVD Identifier
  7. AppVersion=3.5.1
  8. AppPublisher=Kris Schoofs
  9. AppPublisherURL=http://DVD.Identifier.CDfreaks.com
  10. AppSupportURL=http://DVD.Identifier.CDfreaks.com
  11. AppMutex=DVD.Identifier@pi.be
  12. DefaultDirName={pf}\DVD Identifier
  13. DefaultGroupName=DVD Identifier
  14. UninstallDisplayIcon={app}\DVD Identifier.exe
  15. UninstallDisplayName=DVD Identifier
  16. UninstallFilesDir={app}\Uninst
  17. OutputBaseFilename=DVD Identifier 3.5.1 Setup [05-DEC-04@456$74]
  18. Compression=lzma
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\DVD Identifier.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\DVD Identifier.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Data\manufacturers.dat"; DestDir: "{app}\Data"; 
  27. Source: "{app}\Data\manufacturers_v2.dat"; DestDir: "{app}\Data"; 
  28.  
  29. [Dirs]
  30. Name: "{app}\Data"; 
  31.  
  32. [Run]
  33. Filename: "{app}\DVD Identifier.exe"; Description: "Launch DVD Identifier"; Flags: postinstall nowait
  34.  
  35. [Icons]
  36. Name: "{group}\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; 
  37. Name: "{group}\DVD Identifier Help"; Filename: "{app}\DVD Identifier.chm"; 
  38. Name: "{userdesktop}\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; Tasks: desktopicon; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; Tasks: quicklaunchicon; 
  40. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  41.  
  42. [Tasks]
  43. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  44. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  45.  
  46. [InstallDelete]
  47. Type: files; Name: "{app}Uninst\unins*.*"; 
  48. Type: dirifempty; Name: "{app}Uninst"; 
  49.  
  50. [CustomMessages]
  51. default.NameAndVersion=%1 version %2
  52. default.AdditionalIcons=Additional icons:
  53. default.CreateDesktopIcon=Create a &desktop icon
  54. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  55. default.ProgramOnTheWeb=%1 on the Web
  56. default.UninstallProgram=Uninstall %1
  57. default.LaunchProgram=Launch %1
  58. default.AssocFileExtension=&Associate %1 with the %2 file extension
  59. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  60.  
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "default"; MessagesFile: "embedded\default.isl"; 
  65.