home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #8 / K-CD-8-2003.ISO / DiscLib / disclib_install_v1.0.3.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-04-07  |  4.6 KB  |  71 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Disclib
  4. AppVerName=Disclib 1.0.3
  5. AppId=Disclib
  6. AppPublisher=Lyrasoftware
  7. AppPublisherURL=http://www.lyrasoftware.com/disclib
  8. AppSupportURL=http://www.lyrasoftware.com/disclib
  9. AppUpdatesURL=http://www.lyrasoftware.com/disclib
  10. DefaultDirName={pf}\Disclib
  11. DefaultGroupName=Disclib
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\DiscLib,1.exe"; DestDir: "{app}"; DestName: "DiscLib.exe"; Flags: ignoreversion 
  21. Source: "{app}\DiscLib,2.exe"; DestDir: "{app}"; DestName: "DiscLib.exe"; Flags: ignoreversion 
  22. Source: "{app}\DISCLIB.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\UNRAR.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Unzdll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Zipdll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Documentation\Disclib_User_Documentation.html"; DestDir: "{app}\Documentation"; Flags: ignoreversion 
  27. Source: "{app}\Documentation\SmallDoc&ChangLog.txt"; DestDir: "{app}\Documentation"; Flags: ignoreversion 
  28. Source: "{app}\Languages\Bulgarian.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  29. Source: "{app}\Languages\BULGARIAN.ICO"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  30. Source: "{app}\Languages\Danish.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  31. Source: "{app}\Languages\danish.ico"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  32. Source: "{app}\Languages\ENGLISH.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  33. Source: "{app}\Languages\ENGLISH.ICO"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  34. Source: "{app}\Languages\french.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  35. Source: "{app}\Languages\french.ico"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  36. Source: "{app}\Languages\Galego.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  37. Source: "{app}\Languages\GALEGO.ICO"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  38. Source: "{app}\Languages\Italiano.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  39. Source: "{app}\Languages\ITALIANO.ICO"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  40. Source: "{app}\Languages\OriginalLanguage.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  41. Source: "{app}\Languages\POLSKI.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  42. Source: "{app}\Languages\POLSKI.ico"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  43. Source: "{app}\Languages\Portuguese.BAB"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  44. Source: "{app}\Languages\Portuguese.ico"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  45. Source: "{app}\Languages\RUSSIAN.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  46. Source: "{app}\Languages\RUSSIAN.ico"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  47. Source: "{app}\Languages\Spanish.bab"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  48. Source: "{app}\Languages\SPANISH.ICO"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  49. Source: "{app}\Documentation\images\view.jpg"; DestDir: "{app}\Documentation\images"; Flags: ignoreversion 
  50. [INI]
  51. FileName: "{app}\DiscLib.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.lyrasoftware.com/disclib"; 
  52. FileName: "{app}\Lyrasoftware.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.lyrasoftware.com"; 
  53. [Run]
  54. Filename: "{app}\DiscLib.exe"; Description: "Launch Disclib"; Flags: postinstall skipifsilent nowait
  55. [Icons]
  56. Name: "{group}\Disclib"; Filename: "{app}\DiscLib.exe"; 
  57. Name: "{group}\Disclib on the Web"; Filename: "{app}\DiscLib.url"; 
  58. Name: "{group}\Lyrasoftware on the Web"; Filename: "{app}\Lyrasoftware.url"; 
  59. Name: "{group}\Documentation"; Filename: "{app}\Documentation\Disclib_User_Documentation.html"; 
  60. Name: "{group}\QuickDoc"; Filename: "{app}\Documentation\SmallDoc&ChangLog.txt"; 
  61. Name: "{group}\Disclib Help"; Filename: "{app}\DISCLIB.HLP"; 
  62. Name: "{group}\Uninstall Disclib"; Filename: "{uninstallexe}"; 
  63. Name: "{userdesktop}\Disclib"; Filename: "{app}\DiscLib.exe"; Tasks: desktopicon; 
  64. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Disclib"; Filename: "{app}\DiscLib.exe"; Tasks: quicklaunchicon; 
  65. [Tasks]
  66. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  67. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  68. [UninstallDelete]
  69. Type: files; Name: "{app}\DiscLib.url"; 
  70. Type: files; Name: "{app}\Lyrasoftware.url"; 
  71.