다음을 통해 공유


DebugJoin (Standard 7 Package Reference)

7/8/2014

The DebugJoin setting specifies a trigger to run the debugging routine if setup encounters an error code. This setting enables you to debug Windows Setup failures. Additionally, if a specific error code is used with DebugJoinOnlyOnThisError, DebugJoin will apply only for failures with the specified error code. For more information, see DebugJoinOnlyOnThisError.

Important

This is an advanced setting designed to be used by product development and Microsoft Product Support Services. Leave this setting unmodified when you configure the unattended answer file.
If DebugJoin is specified, a trace file is generated during the domain join process (%WINDIR%\Panther\UnattendGC\UnattendedJoinDCLocator.etl). This trace file can be useful for diagnosing network connectivity issues during setup that might prevent domain join from succeeding.

Values

true

Triggers a debugging routine if the domain join operation fails for any reason. If the computer has a kernel debugger attached, it immediately breaks into the debugger after the failed domain join operation. This setting is primarily designed for internal debugging.

false

Adds the computer to the domain without performing debugging tasks. This is the default value if DebugJoin is not specified.

The default value for this setting is false.

This string type does not support empty elements. Do not create an empty value for this setting.

Valid Passes

specialize