DOCUMENT:Q190503 07-AUG-1998 [vbwin] TITLE :PRB: Multi-Disk Package Too Large for Targeted Disk Size PRODUCT :Microsoft Visual Basic for Windows PROD/VER: OPER/SYS:WINDOWS KEYWORDS: ====================================================================== --------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual Basic Professional and Enterprise Editions for Windows, version 6.0 --------------------------------------------------------------------- SYMPTOMS ======== When deploying a multi-disk package with the Package and Deployment Wizard (PDW), the following error message is received: Error: "Drive A:\ is too small for this package." CAUSE ===== The package created is too large for the designated disk size (1.44MB, etc.). This is caused by modifying the Setup.lst file after the PDW has created the distribution set. If additional information is added to the Setup.lst file, then it is possible that the sum of the sizes for Setup.lst, Setup.exe, and the first .CAB file will exceed the capacity of the diskette. STATUS ====== This behavior is by design. MORE INFORMATION ================ There are two ways to work around this behavior: - There are extra lines near the bottom of Setup.lst that look like the following: ; The following lines may be deleted in order to obtain extra ; space for customizing this file on a full installation diskette. ; ; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Remove as many lines beginning with "; XXX" as necessary to compensate for the file size of Setup.lst. -or- - The PDW creates a .bat file for each distribution set, it places this file in a "Support" folder with the remainder of the distribution set. Run the .bat file after modifications to the Setup.lst file have been made, the CAB files will be re-constructed to compensate for any file size differences. Additional query words: kbAppSetup kbVBp600 kbdss kbDSupport kbVBp ====================================================================== Platform : WINDOWS Issue type : kbprb ============================================================================= 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. Copyright Microsoft Corporation 1998.