home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 January / PCWELT_1_2004.ISO / pcwsoft / bay-setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-10-17  |  3.3 KB  |  75 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=BAYlalaika
  4. AppVerName=BAYlalaika 1.2 Lite
  5. AppId=BAYlalaika
  6. AppVersion=1.2 Lite
  7. AppPublisher=Hesky-Data Software
  8. AppPublisherURL=http://www.baylalaika.de/
  9. AppSupportURL=http://www.baylalaika.de/
  10. AppUpdatesURL=http://www.baylalaika.de/
  11. DefaultDirName={pf}\BAYlalaika
  12. DefaultGroupName=BAYlalaika
  13. OutputBaseFilename=bay-setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\bay.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  21. Source: "{app}\categories.ini"; DestDir: "{app}"; 
  22. Source: "{app}\bay.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\lizenz.txt"; DestDir: "{app}"; 
  24. Source: "{app}\bay.chm"; DestDir: "{app}"; 
  25. Source: "{app}\borlndmm.dll"; DestDir: "{app}"; 
  26. Source: "{app}\html\index.html"; DestDir: "{app}\html"; 
  27. Source: "{app}\html\intro.html"; DestDir: "{app}\html"; 
  28. Source: "{app}\html\style.css"; DestDir: "{app}\html"; 
  29. Source: "{app}\history.txt"; DestDir: "{app}"; 
  30. Source: "{app}\rules.dll"; DestDir: "{app}"; 
  31. Source: "{app}\Cat\281.cat"; DestDir: "{app}\Cat"; 
  32. Source: "{app}\Cat\293.cat"; DestDir: "{app}\Cat"; 
  33. Source: "{app}\Cat\8529.cat"; DestDir: "{app}\Cat"; 
  34. Source: "{app}\Cat\888.cat"; DestDir: "{app}\Cat"; 
  35. Source: "{app}\Cat\220.cat"; DestDir: "{app}\Cat"; 
  36. Source: "{app}\Cat\181.cat"; DestDir: "{app}\Cat"; 
  37. Source: "{app}\Cat\1.cat"; DestDir: "{app}\Cat"; 
  38. Source: "{app}\Cat\11730.cat"; DestDir: "{app}\Cat"; 
  39. Source: "{app}\Cat\237.cat"; DestDir: "{app}\Cat"; 
  40. Source: "{app}\Cat\870.cat"; DestDir: "{app}\Cat"; 
  41. Source: "{app}\Cat\14616.cat"; DestDir: "{app}\Cat"; 
  42. Source: "{app}\Cat\619.cat"; DestDir: "{app}\Cat"; 
  43. Source: "{app}\Cat\11233.cat"; DestDir: "{app}\Cat"; 
  44. Source: "{app}\Cat\11116.cat"; DestDir: "{app}\Cat"; 
  45. Source: "{app}\Cat\22128.cat"; DestDir: "{app}\Cat"; 
  46. Source: "{app}\Cat\353.cat"; DestDir: "{app}\Cat"; 
  47. Source: "{app}\Cat\11450.cat"; DestDir: "{app}\Cat"; 
  48. Source: "{app}\Cat\3187.cat"; DestDir: "{app}\Cat"; 
  49. Source: "{app}\Cat\11700.cat"; DestDir: "{app}\Cat"; 
  50. Source: "{app}\Cat\14675.cat"; DestDir: "{app}\Cat"; 
  51. Source: "{app}\Cat\625.cat"; DestDir: "{app}\Cat"; 
  52. Source: "{app}\Cat\11232.cat"; DestDir: "{app}\Cat"; 
  53. Source: "{app}\Cat\12155.cat"; DestDir: "{app}\Cat"; 
  54. Source: "{app}\Cat\20710.cat"; DestDir: "{app}\Cat"; 
  55. Source: "{app}\Cat\160.cat"; DestDir: "{app}\Cat"; 
  56. Source: "{app}\Cat\12576.cat"; DestDir: "{app}\Cat"; 
  57. Source: "{app}\Cat\267.cat"; DestDir: "{app}\Cat"; 
  58. Source: "{app}\Cat\260.cat"; DestDir: "{app}\Cat"; 
  59. Source: "{app}\Cat\12081.cat"; DestDir: "{app}\Cat"; 
  60. Source: "{app}\Cat\9800.cat"; DestDir: "{app}\Cat"; 
  61. Source: "{app}\Cat\10614.cat"; DestDir: "{app}\Cat"; 
  62. Source: "{app}\html\bay.png"; DestDir: "{app}\html"; 
  63. [Dirs]
  64. Name: "{app}\html"; 
  65. Name: "{app}\Cat"; 
  66. [Run]
  67. Filename: "{app}\bay.exe"; Description: "BAYlalaika jetzt gleich testen"; Flags: postinstall waituntilidle
  68. [Icons]
  69. Name: "{group}\BAYlalaika Hilfe"; Filename: "{app}\bay.chm"; 
  70. Name: "{group}\BAYlalaika"; Filename: "{app}\bay.exe"; 
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.