home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 50 / PCGAMER50.bin / Games / Incubation / Install / autorun.dat < prev    next >
Text File  |  1997-09-04  |  2KB  |  51 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.  
  11. // Font used for buttons Format: size "Fontname"
  12. // If font does not exist, system font is used instead.
  13. BUTTON_FONT                120 "Arial Bold"
  14.  
  15. // BITMAPS
  16. // Weidth Heigth "Filename"
  17. // Weidth must be dividable by four
  18. BMP_BACKGROUND        632    455    "Install\Title.bmp"
  19. // use same size for both buttons
  20. BMP_BUTTON1            188    31    "Install\button1.bmp"
  21. BMP_BUTTON2            188    31    "Install\button2.bmp"
  22.  
  23. // TEXTS
  24. ERRORTEXT_STARTGAME        "Program start failed."
  25. ERRORTEXT_STARTINSTALL        "Program start failed."
  26. ERRORTEXT_STARTMPLAY        "Program start failed "
  27. ERRORTEXT_STARTDIRECTX        "Program start failed. Please check if the Incubation CD is into the drive."
  28. ERRORTEXT_CDROM            "No CD-ROM found."
  29. ERRORTEXT_LANGUAGE        "Sorry, but there's no DirectX 5.0 for your language on this CD."
  30. ERRORTEXT_REGISTRY        "Entry not found in Registry."
  31. WARNING_INSTALL            "The registry already contains an entry for Incubation. Continue installation?"
  32. ERRORTEXT_TITLE            "Error"
  33. WARNING_TITLE            "Warning"
  34.  
  35. // BUTTONS
  36. // PosX PosY "Text"
  37. BT_START        20    338    "  Start Game"
  38. BT_START3DFX        20    378    "  Start Game (3Dfx)"
  39. BT_MPLAY        20    338     "  MPlayer (Internet)"
  40. BT_INSTALL        20    378    "  Install Game"
  41. BT_NEWS            0    0    "  Start News CD"
  42. BT_DIRECTX        20    378    "  Install DirectX 5.0"
  43. BT_EXIT            20    418    "  Exit"
  44.  
  45. // *** use Windows language codenumbers ***
  46. // *** it's possible to define several languages ***
  47. // English
  48. DIRECTX_LANG    0x09    "DirectX\dx5eng.exe"
  49. // German
  50. DIRECTX_LANG    0x07    "DirectX\dx5ger.exe"
  51.