home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 June / com_0604_1.iso / internet / bay-setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-03-19  |  2.0 KB  |  49 lines

  1. ;InnoSetupVersion=4.0.10
  2. [Setup]
  3. AppName=BAYlalaika
  4. AppVerName=BAYlalaika 2.06
  5. AppId=BAYlalaika
  6. AppVersion=2.06
  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}\BAYlalaika2
  12. DefaultGroupName=BAYlalaika 2
  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}\html\bay.png"; DestDir: "{app}\html"; 
  21. Source: "{app}\html\index.html"; DestDir: "{app}\html"; 
  22. Source: "{app}\html\intro.html"; DestDir: "{app}\html"; 
  23. Source: "{app}\html\style.css"; DestDir: "{app}\html"; 
  24. Source: "{app}\bay.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  25. Source: "{app}\cols.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  26. Source: "{app}\bay.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\lizenz.txt"; DestDir: "{app}"; 
  28. Source: "{app}\db.mdb"; DestDir: "{app}"; Flags: confirmoverwrite 
  29. Source: "{app}\rules.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\history.txt"; DestDir: "{app}"; 
  31. Source: "{app}\bay.chm"; DestDir: "{app}"; 
  32. Source: "{app}\borlndmm.dll"; DestDir: "{app}"; 
  33. Source: "{app}\alarm.exe"; DestDir: "{app}"; 
  34. Source: "{app}\alarm.ini"; DestDir: "{app}"; 
  35. Source: "{app}\alarm.wav"; DestDir: "{app}"; 
  36. [Dirs]
  37. Name: "{app}\html"; 
  38. [Run]
  39. Filename: "{app}\bay.exe"; Description: "BAYlalaika jetzt gleich testen"; Flags: postinstall waituntilidle
  40. [Icons]
  41. Name: "{group}\BAYlalaika Hilfe"; Filename: "{app}\bay.chm"; 
  42. Name: "{group}\BAYlalaika 2"; Filename: "{app}\bay.exe"; 
  43. Name: "{group}\BAYlalarm"; Filename: "{app}\alarm.exe"; 
  44. Name: "{userstartup}\BAYlalarm"; Filename: "{app}\alarm.exe"; 
  45. [Languages]
  46. ; These files are stubs
  47. ; To achieve better results after recompilation, use the real language files
  48. Name: "default"; MessagesFile: "embedded\default.isl"; 
  49.