home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / A-ToolBar / MESetup.exe / install_script.iss
Text File  |  2005-03-05  |  4KB  |  82 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=A-ToolBar
  5. AppVerName=A-ToolBar
  6. AppId=A-ToolBar
  7. AppPublisher=4C Software
  8. AppPublisherURL=http://www.metaEUREKA.com
  9. AppSupportURL=http://www.metaEUREKA.com
  10. AppUpdatesURL=http://www.metaEUREKA.com
  11. AppMutex=a-toolbar
  12. DefaultDirName={pf}\A-ToolBar
  13. DefaultGroupName=A-ToolBar
  14. UninstallDisplayIcon={app}\AToolBar.exe
  15. UninstallDisplayName=A-ToolBar
  16. OutputBaseFilename=MESetup
  17. Compression=zip
  18. PrivilegesRequired=none
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\Applications.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  25. Source: "{app}\AToolBar.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Cities.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  27. Source: "{app}\engines.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  28. Source: "{app}\Feed.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  29. Source: "{app}\Fill.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  30. Source: "{app}\horoscop.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  31. Source: "{app}\libeay32.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  32. Source: "{app}\license.txt"; DestDir: "{app}"; 
  33. Source: "{app}\Links.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  34. Source: "{app}\news.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  35. Source: "{app}\Quotes.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  36. Source: "{app}\Searchengines.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  37. Source: "{app}\ToolBar.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  38. Source: "{app}\weather.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  39. Source: "{app}\Whois.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  40. Source: "{app}\WList.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  41. Source: "{app}\ZipDll.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  42. Source: "{app}\Zones.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  43. Source: "{app}\games.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  44. Source: "{app}\Bio.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  45. Source: "{app}\Data\errmsg.txt"; DestDir: "{app}\Data"; 
  46. Source: "{app}\Data\errmsg.sys"; DestDir: "{app}\Data"; 
  47. Source: "{app}\Data\charsets\latin1.conf"; DestDir: "{app}\Data\charsets"; 
  48.  
  49. [Dirs]
  50. Name: "{app}\Data"; 
  51. Name: "{app}\Data\charsets"; 
  52.  
  53. [Registry]
  54. Root: HKCU; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "A-ToolBar"; ValueType: String; ValueData: "{app}\AToolBar.exe s"; Flags: createvalueifdoesntexist uninsdeletevalue 
  55.  
  56. [Run]
  57. Filename: "{app}\AToolBar.exe"; Description: "Launch A-ToolBar"; Flags: postinstall skipifsilent nowait
  58.  
  59. [Icons]
  60. Name: "{group}\A-ToolBar"; Filename: "{app}\AToolBar.exe"; WorkingDir: "{app}"; 
  61.  
  62. [UninstallDelete]
  63. Type: files; Name: "{app}\*.dat"; 
  64. Type: files; Name: "{app}\AToolBar.ini"; 
  65. Type: dirifempty; Name: "{app}"; 
  66.  
  67. [CustomMessages]
  68. default.NameAndVersion=%1 version %2
  69. default.AdditionalIcons=Additional icons:
  70. default.CreateDesktopIcon=Create a &desktop icon
  71. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  72. default.ProgramOnTheWeb=%1 on the Web
  73. default.UninstallProgram=Uninstall %1
  74. default.LaunchProgram=Launch %1
  75. default.AssocFileExtension=&Associate %1 with the %2 file extension
  76. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  77.  
  78. [Languages]
  79. ; These files are stubs
  80. ; To achieve better results after recompilation, use the real language files
  81. Name: "default"; MessagesFile: "embedded\default.isl"; 
  82.