Microsoft KB Archive/104171: Difference between revisions

From BetaArchive Wiki
m (Text replacement - """ to """)
m (Text replacement - ">" to ">")
Line 51: Line 51:
<pre class="fixed_text">  Microsoft Setup
<pre class="fixed_text">  Microsoft Setup


   SETUP [/?] [/f] [/i &lt;INF Src File&gt;]
   SETUP [/?] [/f] [/i &lt;INF Src File>]
         [/c &lt;Script Section&gt;] [/s &lt;Src Path&gt;]
         [/c &lt;Script Section>] [/s &lt;Src Path>]
         [/d &lt;Dest Path&gt;] [/t &lt;Var&gt; = &lt;Value&gt;]
         [/d &lt;Dest Path>] [/t &lt;Var> = &lt;Value>]
         [/n] [/v]
         [/n] [/v]


Line 62: Line 62:
   /s - defaults to Current Working Directory.
   /s - defaults to Current Working Directory.
   /d - optional destination, mandatory on setup to share.
   /d - optional destination, mandatory on setup to share.
   /t - set INF &lt;var&gt; to &lt;value&gt;, multiple /T is valid.
   /t - set INF &lt;var> to &lt;value>, multiple /T is valid.
   /n - setup to share mode
   /n - setup to share mode
   /v - turn on INF syntax checking.</pre>
   /v - turn on INF syntax checking.</pre>

Revision as of 10:17, 20 July 2020

Knowledge Base


Custom Setup Parameters for Windows NT

Article ID: 104171

Article Last Modified on 11/1/2006



APPLIES TO

  • Microsoft Windows NT Advanced Server 3.1
  • Microsoft Windows NT Workstation 3.1
  • Microsoft Windows NT Advanced Server 3.1



This article was previously published under Q104171

SUMMARY

The following information is displayed when typing "Setup/?" (without the quotes) from Command Prompt under Windows NT or Windows NT Advanced Server:

   Microsoft Setup

   SETUP [/?] [/f] [/i <INF Src File>]
         [/c <Script Section>] [/s <Src Path>]
         [/d <Dest Path>] [/t <Var> = <Value>]
         [/n] [/v]

   /? - generates this Usage message.
   /f - turns off blue background.
   /i - defaults to current directory + 'SETUP.INF'.
   /c - defaults to 'Shell Commands'.
   /s - defaults to Current Working Directory.
   /d - optional destination, mandatory on setup to share.
   /t - set INF <var> to <value>, multiple /T is valid.
   /n - setup to share mode
   /v - turn on INF syntax checking.

Of these switches, /?, /I, /S, /D, and /N are supported only for an administrative setup of Windows NT or Windows NT Advanced Server, which involves creating an installation which can be used for network installations of Windows NT. When performing an administrative setup from Windows NT or Windows NT Advanced Server, it must be a setup consistent with the operating system type. For example, you cannot perform a Windows NT administrative setup from a Windows NT Advanced Server installation.

Of the above switches, the following are not supported, and should not be used: /F, /C, /T, and /V.

The System Guides for both Windows NT and Windows NT Advanced Server contain the following additional warning about Setup:

IMPORTANT: Do not use the MS-DOS or OS/2 copy command, the MS-DOS XCOPY command, or the Copy command in File Manager to install Windows NT files on a network server. You must use the Windows NT setup command.

If you install this way, the information on the Emergency Repair Disk may or may not be accurate in assessing and repairing system damage, and is therefore not supported.


Additional query words: prodnt switches admin shared

Keywords: kbsetup KB104171