home *** CD-ROM | disk | FTP | other *** search
- // Take care: information order shouldn't change
-
- // Registry key which tells that there is already a complete installation on the pc
- KEY_INSTALLCOMPLETE "SOFTWARE\BlueByte\Incubation Missions Demo\InstallMissionsDemoComplete"
-
- // commandline to start incubation
- GAMECALL "IncMissionDemo.exe -english -directx"
- GAMECALL3DFX "IncMissionDemo.exe -english -3dfx"
- MPLAYCALL "MPlayNow.exe"
- README "readme.txt"
-
- // Font used for buttons Format: size "Fontname"
- // If font does not exist, system font is used instead.
- BUTTON_FONT 120 "Arial Bold"
-
- // BITMAPS
- // Weidth Higth "Filename"
- // Weidth must be dividable by four
- BMP_BACKGROUND 632 455 "Install\Title.bmp"
- // use same size for both buttons
- BMP_BUTTON1 188 31 "Install\button1.bmp"
- BMP_BUTTON2 188 31 "Install\button2.bmp"
-
- // TEXTS
- INFOTEXT_NEEDDX "Incubation requires DirectX 5.0, and will install it during setup period. Do you wish to continue?"
- INFOTEXT_ABORT "Installation canceled."
- ERRORTEXT_STARTGAME "Program start failed."
- ERRORTEXT_STARTINSTALL "Program start failed."
- ERRORTEXT_STARTMPLAY "Program start failed "
- ERRORTEXT_STARTDIRECTX "Program start failed. Please check if the Incubation CD is into the drive."
- ERRORTEXT_CDROM "No CD-ROM found."
- ERRORTEXT_LANGUAGE "Sorry, but there's no DirectX 5.0 for your language on this CD."
- ERRORTEXT_REGISTRY "Entry not found in Registry."
- ERRORTEXT_WIN95REQUIRED "Incubation runs on Windows 95 only."
- WARNING_INSTALL "The registry already contains an entry for Incubation. Continue installation?"
- WARNING_DXINSTALLED "DirectX 5.0 is already installed. Install it again?"
- ERRORTEXT_TITLE "Error"
- WARNING_TITLE "Warning"
- INFO_TITLE "Information"
-
- // BUTTONS
- // PosX PosY "Text"
- BT_START 20 298 " Start Game"
- BT_START3DFX 20 338 " Start Game (3Dfx)"
- BT_MPLAY 20 338 " MPlayer (Internet)"
- BT_INSTALL 20 338 " Install Game"
- BT_NEWS 20 378 " Readme"
- BT_DIRECTX 20 378 " Install DirectX 5.0"
- BT_EXIT 20 418 " Exit"
-
- // *** use Windows language codenumbers ***
- // *** it's possible to define several languages ***
- // English
- DIRECTX_LANG 0x09 "DirectX\dx5eng.exe"
- // German
- // DIRECTX_LANG 0x07 "DirectX\dx5ger.exe"
-