Unattended Setup of RAS As Dial Out Also Installs Server

Last reviewed: August 14, 1997
Article ID: Q166149
The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SYMPTOMS

Windows NT unattended setup provides the ability to install and configure Remote Access for Dial In, Dial Out, or Dial In and Out.

If the unattend answer file is configured to install Remote Access as a Dial Out client only, server components and registry values are installed that should not be.

CAUSE

Visual indications of the extra components installed show up when properties of the Remote Access Service are checked in the Control Panel Network Services tab. All options will appear as configured correctly for Dial Out Only. Upon exiting the configuration menu for Remote Access, the system will reset the bindings and update the registry. Once the updates are complete, a prompt will appear, asking that the system be rebooted. Upon reboot, everything is installed correctly and the server side of Remote Access has been removed.

WORKAROUND

Currently, the only solution is to manually run through the configuration options for Remote Access via Control Panel and allow the system to update. Note that the Dial Out options should be configured as expected based on the unattended answer file, so there is no need to change any of the parameters.

STATUS

Microsoft has confirmed this to be a problem in Windows NT Server and Workstation version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

The following is an example of the Modem and Network sections of an Unattend.txt file that will reproduce install the extra components of Remote Access.

   [Modem]
   InstallModem = ModemParameters

   [ModemParameters]
   COM2 = "Hayes V-Series Ultra Smartmodem 9600"

   [Network]
   DetectAdapters = ""
   InstallProtocols = ProtocolsSection
   InstallServices = ServicesSection
   JoinDomain = BOBSDOMAIN
   CreateComputerAccount = ADMINISTRATOR

   [ProtocolsSection]
   NBF = NBFParamSection
   NWLNKIPX = NWLNKIPXParamSection
   TC = TCParamSection

   [NBFParamSection]

   [NWLNKIPXParamSection]

   [TCParamSection]
   DHCP = yes

   [ServicesSection]
   RAS = RASParamSection

   [RASParamSection]
   PortSections = PortSection1
   DialoutProtocols = ALL

   [PortSection1]
   PortName = COM2
   DeviceType = Modem
   PortUsage = DialOut


For the latest information on Windows NT deployment, download the Windows NT 4.0 Deployment Guide from the following location:

   http://www.microsoft.com/ntworkstation/

For additional information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q155197
   TITLE     : Unattended Setup Parameters for Unattend.txt File


Additional query words: prodnt
Keywords : NTRAS ntreskit kbsetup
Version : 4.0
Platform : winnt
Issue type : kbhowto


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.

Last reviewed: August 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.