PRB: INSTALL /N Prompts for a Floppy DiskLast reviewed: April 18, 1995Article ID: Q110114 |
The information in this article applies to:
SYMPTOMSWhen the installation program is used to perform a Workstation Installation (INSTALL /N), it displays the following prompt:
Enter floppy drive letter [A:] : CAUSEThe INSTALL /N command was not issued from the Administrative Installation directory.
Steps to Reproduce ProblemIn this example, assume the Administrative Installation is located in a directory named N:\ADMIN and that you want to perform a Network Installation in the C:\WORKSTA directory. From the C:\WORKSTA directory, type the command, "N:\ADMIN\INSTALL /N" (without the quotation marks).
RESOLUTIONTo avoid this problem, use one of the following workarounds.
Workaround 1: Go to the Administrative Installation DirectoryGo to the Administrative Installation directory, and then type the command "INSTALL /N" (without the quotation marks). For example, assuming the Administrative Installation is located in a directory named N:\ADMIN, type the following commands at the MS-DOS prompt:
N: CD\ADMIN INSTALL /N Workaround 2: Use SUBST to Reassign the Local Drive to Another LetterIf, for reasons such as testing, you require that the Administrative Installation be located on a local hard disk and you do not want to issue the INSTALL /N command from the Administrative Installation directory, use the MS-DOS SUBST command to reassign the directory containing the Administrative Installation to another drive letter. For example, assuming the Administrative Installation is located in a directory named C:\ADMIN and you want to create a Workstation Installation in a directory named C:\WORKSTA, type the following at the MS-DOS prompt:
SUBST N: C:\ADMIN C: CD\WORKSTA N:\INSTALL /N MORE INFORMATIONThe Workstation Installation requires a previous Administrative Installation. Even though it prompts for a floppy disk, the Workstation Installation cannot be performed using the Installation floppy disks.
|
Additional reference words: FoxDos 2.50 2.50a 2.50b message setup
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |