home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / custom.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-21  |  1.3 KB  |  36 lines

  1.  
  2. ; ********************************************************************************
  3. ; Custom INF                                                                     *
  4. ; This INF is a place holder to allow external components to test 16 INF added   *
  5. ; to the Memphis setup.                                                          *
  6. ; To test new infs:                                                              *
  7. ; (1) Copy all 1 cabinets to local hard drive.                              *
  8. ; (2) Copy external components including INF to test over the top of build.      *
  9. ; (3) Rename your 16 bit INF to custom.inf                                       *
  10. ; (4) Install build from the local drive.                                        *
  11. ;     By default files outside of the cabinets will be used, including the INF   *
  12. ;     that you are testing.                                                      *
  13. ; ********************************************************************************
  14.  
  15.  
  16. [Version]
  17. Signature="$CHICAGO$"
  18. Layoutfile= layout.inf, layout1.inf
  19. provider=%MS%
  20.  
  21. [BaseWinOptions]
  22. RegCustomInf
  23.  
  24. [RegCustomInf]
  25. Copyfiles=Custom.inf.copy
  26.  
  27. [Custom.inf.copy]
  28. custom.inf
  29.  
  30. [DestinationDirs]
  31. Custom.inf.copy = 17  ;LDID  Windows\Inf dir
  32.  
  33. [Strings]
  34. MS="Microsoft"
  35.  
  36.