Un-ignored: this is the working copy the emulator actually boots (patched BTL4OPT.EXE v4 lineage + .orig/.nop14/.pre_idle/.pre_limit backups, TESTARN.EGG arena1 test egg, REL410 BT+RP trees, VGL_LABS pod boot bats, VWETEST factory test suites, SB16 Creative utilities). The pristine untouched image remains ALPHA_1.zip. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
61 lines
1.4 KiB
INI
61 lines
1.4 KiB
INI
; Creative Technology Ltd.
|
|
; Copyright (c) Creative Technology Ltd, 1994-1996.
|
|
;
|
|
; Description
|
|
; This .inf files is to allow the user to set up the environment
|
|
; when they upgrade from Windows 3.1 to Windows95
|
|
;
|
|
; It will : 1. Add entry in the <WIN95>/SYSTEM.INI
|
|
; Under [boot] section, Key=drivers, the entry ctpnpscn.drv
|
|
; 2. Copy CTPNPSCN.DRV to <WIN95>/SYSTEM directory
|
|
; 3. Copy CTCM.EXE into Win95 directory
|
|
; 4. Remark out device=<CTCM>/CTCM.EXE
|
|
; 5. Remark out SET CTCM
|
|
; 6. Remark out CTCU /S /W=C:<WIN31>
|
|
;
|
|
; Revision 1.00
|
|
;
|
|
|
|
[Version]
|
|
Signature="$CHICAGO$"
|
|
provider=%CREAF%
|
|
|
|
[DefaultInstall]
|
|
CopyFiles=CTCM.CopyList, CTPNPSCN.CopyList
|
|
UpdateIniFields=Update.SystemIni
|
|
UpdateCfgSys=Update.ConfigSys
|
|
UpdateAutoBat=Update.AutoexecBat
|
|
|
|
[DestinationDirs]
|
|
CTCM.CopyList = 10 ; LDID_WINDOWS
|
|
CTPNPSCN.CopyList = 11 ; LDID_SYS
|
|
|
|
[SourceDisksFiles]
|
|
ctcm.exe=1
|
|
|
|
[SourceDisksNames]
|
|
1="",,,
|
|
|
|
;---------------------------------------------------------------;
|
|
|
|
[CTCM.CopyList]
|
|
ctcm.exe,ctcm.exe,
|
|
|
|
[CTPNPSCN.CopyList]
|
|
ctpnpscn.drv,,
|
|
|
|
[Update.SystemIni]
|
|
%10%\system.ini, boot, drivers,,ctpnpscn.drv,1
|
|
|
|
[Update.ConfigSys]
|
|
DevDelete=ctcm.exe
|
|
|
|
[Update.AutoexecBat]
|
|
UnSet=ctcm
|
|
CmdDelete=ctcu
|
|
|
|
;---------------------------------------------------------------;
|
|
|
|
[Strings]
|
|
CREAF="Creative Labs"
|