DSKLAYT2 Does Not Preserve Tree Structure of Source Files

Last reviewed: November 2, 1995
Article ID: Q87947
The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) for Windows versions 3.1 and 3.5
  • Microsoft Win32 SDK, versions 3.1, 3.5, 3.51, and 4.0

The DSKLAYT2 utility in the Microsoft Setup Toolkit for Windows creates disk images using the files specified in the .LYT file produced by the DSKLAYT utility. The created disk images are flat; all files are placed in the root directory. DSKLAYT2 does not preserve the tree structure of the source files.

Having flat directories on the setup disks is a limitation of only the DSKLAYT2 utility. _MSTEST.EXE, the setup driver spawned by SETUP.EXE, supports a tree structure on the setup disks. Once DSKLAYT2 creates disk images, manually create subdirectories on each disk. Then move files from the root directory of the disk to the appropriate position in the tree structure. (Do not move files between disks.) Make corresponding changes to the .INF file. In the file description line of each moved file, change the filename to indicate the file's new location in the tree structure.


Additional reference words: 3.10 3.50 4.00 95 MSSetup tool kit
KBCategory: kbtool
KBSubcategory: TlsMss


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 2, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.