home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Topware / mswinpatchme / 314757USAM.EXE / RCDATA / CABINET / QFEREG.INF < prev    next >
Windows Setup INFormation  |  2001-12-13  |  886b  |  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. ;
  9. ;   v1.0 - Initial attempt
  10. ;   v1.1 - Getting the correct switches on SuCatreg.
  11. ;
  12.  
  13. [version]
  14. AdvancedINF    = 2.5 %AdvPackWarn%
  15. signature = "$CHICAGO$"
  16.  
  17. [DefaultInstall]
  18. CopyFiles = Register.cat
  19. RunPostSetupCommands = UnprotectMe
  20.  
  21. [SourceDisksNames]
  22. 1="CAT File Source","",1
  23.  
  24. [SourceDisksFiles]
  25. WSE22940.cat = 1
  26.  
  27. [DestinationDirs]
  28. Register.Cat   = 17,CATALOG;  Windir\inf\catalog directory
  29.  
  30. [Register.Cat]
  31. WSE22940.cat
  32.  
  33. [UnprotectMe]
  34. ;The following command will register the CAT file.  Add another entry
  35. ;just like it if there are more than one, specifying the next CAT.
  36. "%11%\SUCATREG.EXE /D:WSE22940.CAT"
  37.  
  38. [Strings]
  39. AdvPackWarn = "Incorrect version of AdvPack.Dll.  Please get new version from our web site."
  40.