home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1998 February / Hrac_18_1998-02_cd.bin / DEMA / Incubat / Incubation.exe / Incubation / Install / autorun.dat < prev    next >
Text File  |  1997-09-25  |  2KB  |  57 lines

  1. // Take care: information order shouldn't change
  2.  
  3. // Registry key which tells that there is already a complete installation on the pc
  4. KEY_INSTALLCOMPLETE "SOFTWARE\BlueByte\Incubation Demo\InstallDemoComplete"
  5.  
  6. // commandline to start incubation
  7. GAMECALL                "IncubationDemo.exe -english"
  8. GAMECALL3DFX                "IncubationDemo.exe -english -3dfx"
  9. MPLAYCALL                "MPlayNow.exe"
  10. README                    "readme.txt"
  11.  
  12. // Font used for buttons Format: size "Fontname"
  13. // If font does not exist, system font is used instead.
  14. BUTTON_FONT                120 "Arial Bold"
  15.  
  16. // BITMAPS
  17. // Weidth Higth "Filename"
  18. // Weidth must be dividable by four
  19. BMP_BACKGROUND        632    455    "Install\Title.bmp"
  20. // use same size for both buttons
  21. BMP_BUTTON1            188    31    "Install\button1.bmp"
  22. BMP_BUTTON2            188    31    "Install\button2.bmp"
  23.  
  24. // TEXTS
  25. INFOTEXT_NEEDDX            "Incubation requires DirectX 5.0, and will install it during setup period. Do you wish to continue?"
  26. INFOTEXT_ABORT            "Installation canceled."
  27. ERRORTEXT_STARTGAME        "Program start failed."
  28. ERRORTEXT_STARTINSTALL        "Program start failed."
  29. ERRORTEXT_STARTMPLAY        "Program start failed "
  30. ERRORTEXT_STARTDIRECTX        "Program start failed. Please check if the Incubation CD is into the drive."
  31. ERRORTEXT_CDROM            "No CD-ROM found."
  32. ERRORTEXT_LANGUAGE        "Sorry, but there's no DirectX 5.0 for your language on this CD."
  33. ERRORTEXT_REGISTRY        "Entry not found in Registry."
  34. ERRORTEXT_WIN95REQUIRED        "Incubation runs on Windows 95 only."
  35. WARNING_INSTALL            "The registry already contains an entry for Incubation. Continue installation?"
  36. WARNING_DXINSTALLED        "DirectX 5.0 is already installed. Install it again?"
  37. ERRORTEXT_TITLE            "Error"
  38. WARNING_TITLE            "Warning"
  39. INFO_TITLE            "Information"
  40.  
  41. // BUTTONS
  42. // PosX PosY "Text"
  43. BT_START        20    298    "  Start Game"
  44. BT_START3DFX        20    338    "  Start Game (3Dfx)"
  45. BT_MPLAY        20    338     "  MPlayer (Internet)"
  46. BT_INSTALL        20    338    "  Install Game"
  47. BT_NEWS            20    378    "  Readme"
  48. BT_DIRECTX        20    378    "  Install DirectX 5.0"
  49. BT_EXIT            20    418    "  Exit"
  50.  
  51. // *** use Windows language codenumbers ***
  52. // *** it's possible to define several languages ***
  53. // English
  54. DIRECTX_LANG    0x09    "DirectX\dx5eng.exe"
  55. // German
  56. // DIRECTX_LANG    0x07    "DirectX\dx5ger.exe"
  57.