ADT2: Setup Wizard Fails to Create Disks Compressing Large FileLast reviewed: July 14, 1997Article ID: Q156195 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you try to create distribution disks by using the Setup Wizard that comes with the Microsoft Access Developer's Toolkit version 2.0, the disk images will not be created successfully if you include a file that is so large that it takes more than 9 compressed files. You may also receive the error message:
Can't create file. CAUSEThe reason for this behavior is that the Setup Wizard creates compressed files in the following format:
mydb.md_ mydb.m2_ mydb.m3_ ... mydb.m9_ mydb.m10_MS-DOS does not allow extensions that are greater than three characters for file names. Therefore, a file with an extension such as mydb.m10_ will cause the creation of the disk images to fail.
RESOLUTIONYou can edit the code in the Setupwiz.mdb so that the Setup Wizard can create compressed files in the following format:
mydb.md_ mydb.2_ mydb.3_ mydb.4_ ... mydb.10_To modify the code in the Setupwiz.mdb, follow these steps:
STATUSMicrosoft has confirmed this to be a problem in Microsoft Access Developer's Toolkit version 2.0. This problem no longer occurs in Microsoft Access Developer's Toolkit for Windows 95.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional query words: ADT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |