home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
creative
/
ctcmgr
/
ctcmgr.exe
/
CTCM.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1996-02-14
|
1KB
|
61 lines
; 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"