PRB: Error Installing Distributed Application from CD-ROM (153201)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
This article was previously published under Q153201
WARNING: The information in this article has not been confirmed or tested
by Microsoft. Some or all of the information in this article has been taken
from unconfirmed customer reports. ANY USE BY YOU OF THE INFORMATION
PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this
information "as is" without warranty of any kind, either expressed or
implied, including but not limited to the implied warranties of
merchantability and/or fitness for a particular purpose.
SYMPTOMS
When attempting to install a Visual FoxPro executable from a CD-ROM setup
disk created with the Setup Wizard, the following error may appear:
Insert CD-ROM Disk Labeled:
'Disk1'
Into Drive X:
"Drive X:" is the drive designation of the CD-ROM drive. However, the
CD-ROM drive contains the CD-ROM disk, causing the setup program to stop.
CAUSE
The Netsetup directory that holds the compressed files exists under another
subdirectory on the hard drive. When the Setup program attempts to
decompress the files from the CD-ROM, it cannot locate the original
directory structure that existed when the Netsetup directory was created on
the hard drive.
WORKAROUND
While the Visual FoxPro Setup Wizard was not created with the intention of
making CD-ROM distribution disks, this error message can usually be
corrected.
Here are two workarounds:
- Implement the solution described in the article referenced in the
REFERENCES section and change a line of code in the Setup.inf file
located in the destination folder created with the Setup wizard.
Open the Setup.inf file using any text editor and place a period
between the last set of quotes in the following line of code:
"1","Disk 1","ACMSET16.EX_","."
-or-
- Create the Netsetup directory making sure it is located off the root
directory of the hard drive. In the third screen of the Setup Wizard,
Step Three-Disk Images, select the root directory of the hard drive in
the Disk Images Directory text box.
STATUS
This behavior is by design.
REFERENCES
For more information about creating a CD-ROM distribution disk, please see
the following article in the Microsoft Knowledge Base:
152395 How to Use Setup Wizard to Distribute VFP App on CD-ROM
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kbsetup KB153201 |
---|
|