PRB: Setup Toolkit Cancel Button Not Working On Disk Changes
Article ID: 114608
Article Last Modified on 3/10/2000
APPLIES TO
- Microsoft Windows Software Development Kit 3.1
This article was previously published under Q114608
SYMPTOMS
The Setup Toolkit function CopyFilesInCopyList() automatically presents
disk change dialog boxes to the user when the next disk in the setup is
required. This dialog box has OK and CANCEL buttons. Under certain
circumstances, pressing the CANCEL button is ignored.
RESOLUTION
There is no way to change this behavior. The disk change dialog box is
managed by CopyFilesInCopyList(). The only way to avoid this behavior is to
make sure there is at least one "vital" file on each disk.
MORE INFORMATION
If all the files on the requested disk are marked as "non vital" in
DSKLAYT, pressing the CANCEL button will cause the requested disk to be
skipped and a prompt for the next disk to be displayed. The expected
behavior is for setup to be canceled when the CANCEL button is pressed.
Additional query words: 3.10 mssetup setup toolkit
Keywords: kb16bitonly kbprb KB114608