Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.1 KiB

  1. This file is used by layout.exe to add lines for comments at the
  2. beginning of the output file, and missing entries in the file list
  3. from the input file. The section headers are marked [[section_name]].
  4. The lines between [[header]] and [[files]] are copied to the top of
  5. the output file.
  6. The lines between [[files]] and [[end]] are copied at the top of the
  7. section of the output layout file called [SourceDisksFiles], before the
  8. files from the source.inf file begin. This is where files that are not
  9. present in the acme .inf files are placed so that the geninstall .inf
  10. files can find them.
  11. -----------------------------------------------------------------------
  12. -----------------------------------------------------------------------
  13. [[header]]
  14. ;Disk Layout file for Microsoft Plus! for Windows 95
  15. ;Copyright (c) 1993-1995 Microsoft Corporation
  16. [version]
  17. signature="$CHICAGO$"
  18. SetupClass=PLUS
  19. [[files]]
  20. ;add comments here - numbers are file sizes used to calculate disk space
  21. ; ...
  22. SETUP.EXE=100,,72608
  23. SETUP.LST=100,,642
  24. EXTRACT.EXE=100,,78848
  25. AUTORUN.INF=100,,190
  26. PLUS.ICO=100,,766
  27. [[end]]