home *** CD-ROM | disk | FTP | other *** search
- ;
- ;QFEREG.INF
- ;
- ; This file registers a CAT file for replacing some system files
- ;
- ; Copyright 1993-2000, Microsoft Corporation
- ;
- ;
- ; v1.0 - Initial attempt
- ; v1.1 - Getting the correct switches on SuCatreg.
- ;
-
- [version]
- AdvancedINF = 2.5 %AdvPackWarn%
- signature ="$CHICAGO$"
-
- [DefaultInstall]
- CopyFiles = Register.Cat
- RunPostSetupCommands = UnprotectMe
-
- [SourceDisksNames]
- 1="CAT File Source","",1
-
- [SourceDisksFiles]
- WSE11250.CAT = 1
-
- [DestinationDirs]
- Register.Cat = 17,CATALOG; Windir\inf\catalog directory
-
- [Register.Cat]
- WSE11250.CAT
-
- [UnprotectMe]
- ;The following command will register the CAT file. Add another entry
- ;just like it if there are more than one, specifying the next CAT.
- "%11%\SUCATREG.EXE /D:WSE11250.CAT"
-
- [Strings]
- AdvPackWarn = "Incorrect version of AdvPack.Dll. Please get new version from our web site."
-