home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 2000 January
/
CD-Gamer_2000-01_04_cd.bin
/
games
/
slave.exe
/
InstData
/
install.ini
< prev
next >
Wrap
INI File
|
1999-07-13
|
3KB
|
84 lines
; This file is used by the setup script.
; It must be located in a "InstData" subdir of the setup.ins dir.
[PATHS]
; All paths are relative to setup.ins.
; The location of the DirectX setup DLL
DirectX = InstData\DirectX
; Electronic registration executable
Ereg = InstData\EREG\REG32.exe
; The location of the product files
FilesCommon = InstData\GameData\Common
FilesInstallSupport = InstData\GameData\InstSupp
FilesSystem = InstData\GameData\System
; The default destination directory for the install
; relative to the "ROOT:\PROGRAM FILES\COMPANY NAME" directory
InstallDir = Slave Zero Demo
; ==== INSTALLER ART ====
; ScrnXBG - full screen background image, where X is which dialog to show it with
; DlgX - the standard dialog image, where X is which dialog to show it on
; If, on screen X, where X > 1, ScrnXBG or DlgX paths are not listed here, the
; installer will continue to use previously retrieved ScrnXBG and DlgX.
; You should always have, at least, bitmaps for Scrn1BG and Dlg1
; WARNING: InstallShield changes the background image (ScrnXBG) very slowly.
; This causes a noticeable pause between dialogs on slower machines.
Scrn1BG = InstData\SCRN1BG.BMP
Dlg1 = InstData\DLG1.BMP
Dlg2 = InstData\DLG2.BMP
Dlg3 = InstData\DLG3.BMP
[SHORTCUTS]
; Format: TEXT = RELFROM|TARGET[|CMDLINE]
; TEXT = the text the user sees in the Start Menu. This is actually
; the name of a .lnk file, so it must be a valid filename.
; RELFROM = this tells the installer whether the path is relative to
; the source or destination directory:
; SRC = source directory,
; DST = install directory.
; TARGET = the relative path to the target file for the shortcut.
; CMDLINE = command line parameters for the shortcut (optional)
; Note: if the target file does not exists, the shortcut will not be created.
Slave Zero Demo = DST|SlaveZero.exe
Release Notes = DST|Readme.txt
[INSTALL_SIZES]
; Size of installed files given disk cluster sizes from 2KB to 128KB
; The format: INSTALL_TYPE = size in bytes if 4KB clusters, ... 8KB, 16KB, 32KB, 64KB
STANDARD = 69302272, 69480448, 69795840, 70680576, 72679424, 77463552, 87687168
[MISC]
; The uninstaller checks the key file to see if the program is in use.
; (usually the same as MAIN_EXE)
KEY_FILE = SlaveZero.exe
MAIN_EXE = SlaveZero.exe
PRODUCT_VERSION = 1.00.000
PRODUCT_NAME = Slave Zero Demo
COMPANY_NAME = Infogrames
DIRECTX_VERSION = DirectX 6.1
;====== INSTALLER COMMAND LINE PARAMETERS =========
;
; "InstallDirectX" - always show "Install DirectX" dialog
; "NoSysCheck" - skips system requirements check
; "NoBgMusic" - no background music during install
; "DoD3DInstall" - install D3D version even if 3Dfx is detected
;
;============== MISC INSTALL INFO =================
;
; If there is a file called license.txt in the InstData folder, the installer will
; show it in the 2rd dialog of the install, after the Welcome dialog.
;
; If there is a file called SDBLURB.TXT in the InstData folder, the installer will
; show it in the 3rd dialog of the install, after the Welcome and EULA dialogs.
;
; If there is a file called BGMusic.wav in the InstData folder, the installer will
; loop it in the background during the install.