; 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 /SYSTEM.INI ; Under [boot] section, Key=drivers, the entry ctpnpscn.drv ; 2. Copy CTPNPSCN.DRV to /SYSTEM directory ; 3. Copy CTCM.EXE into Win95 directory ; 4. Remark out device=/CTCM.EXE ; 5. Remark out SET CTCM ; 6. Remark out CTCU /S /W=C: ; ; 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"