home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.9 / 1997-12_Disc_3.9_No._1.bin / INCDEMO / Install / autorun.dat < prev    next >
Text File  |  1997-09-18  |  2KB  |  56 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 Higth "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. INFOTEXT_NEEDDX            "You need to have DirectX 5.0." *JP
  25. INFOTEXT_ABORT            "Installation canceled."
  26. ERRORTEXT_STARTGAME        "Program start failed."
  27. ERRORTEXT_STARTINSTALL        "Program start failed."
  28. ERRORTEXT_STARTMPLAY        "Program start failed "
  29. ERRORTEXT_STARTDIRECTX        "You need to have DirectX 5.0." *JP
  30. ERRORTEXT_CDROM            "No CD-ROM found."
  31. ERRORTEXT_LANGUAGE        "Sorry, but there's no DirectX 5.0 for your language on this CD."
  32. ERRORTEXT_REGISTRY        "Entry not found in Registry."
  33. ERRORTEXT_WIN95REQUIRED        "This program requires Windows 95"
  34. WARNING_INSTALL            "The registry already contains an entry for Incubation. Continue installation?"
  35. WARNING_DXINSTALLED        "DirectX 5.0 is already installed." *JP
  36. ERRORTEXT_TITLE            "Error"
  37. WARNING_TITLE            "Warning"
  38. INFO_TITLE            "Information"
  39.  
  40. // BUTTONS
  41. // PosX PosY "Text"
  42. BT_START        20    338    "  Start Game"
  43. BT_START3DFX        20    378    "  Start Game (3Dfx)"
  44. BT_MPLAY        20    338     "  MPlayer (Internet)"
  45. BT_INSTALL        20    378    "  Install Game"
  46. BT_NEWS            0    0    "  Start News CD"
  47. BT_DIRECTX        20    378    "  Install DirectX 5.0"
  48. BT_EXIT            20    418    "  Exit"
  49.  
  50. // *** use Windows language codenumbers ***
  51. // *** it's possible to define several languages ***
  52. // English
  53. DIRECTX_LANG    0x09    "DirectX\dx5eng.exe"
  54. // German
  55. DIRECTX_LANG    0x07    "DirectX\dx5ger.exe"
  56.