home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / drivers / pack1 / files / 4114_enu_w2k_xp.exe / ccc / 270615USAM.EXE / QFEREG.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2000-08-07  |  907 b   |  40 lines

  1. ;
  2. ;QFEREG.INF
  3. ;
  4. ;   This file registers a CAT file for replacing some system files
  5. ;
  6. ;   Copyright 1993-2000, Microsoft Corporation
  7. ;
  8. ;   v1.0 - Initial attempt
  9. ;   v1.1 - Getting the correct switches on SuCatreg.
  10. ;
  11.  
  12. [version]
  13. AdvancedINF    = 2.5 %AdvPackWarn%
  14. signature      ="$CHICAGO$"
  15.  
  16. [DefaultInstall]
  17. CopyFiles      = Register.Cat
  18. RunPostSetupCommands = UnprotectMe
  19.  
  20. [SourceDisksNames]
  21. 1="CAT File Source","",1
  22.  
  23. [SourceDisksFiles]
  24. WSE11250.CAT        = 1
  25.  
  26. [DestinationDirs]
  27. Register.Cat   = 17,CATALOG;  Windir\inf\catalog directory
  28.  
  29. [Register.Cat]
  30. WSE11250.CAT
  31.  
  32. [UnprotectMe]
  33. ;The following command will register the CAT file.  Add another entry
  34. ;just like it if there are more than one, specifying the next CAT.
  35. "%11%\SUCATREG.EXE /D:WSE11250.CAT"
  36.  
  37. [Strings]
  38. AdvPackWarn    = "Incorrect version of AdvPack.Dll.  Please get new version from our web site." 
  39.