mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
v 1.6
This commit is contained in:
@ -9,7 +9,8 @@ ms.prod: w10
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: deploy
|
||||
audience: itpro
|
||||
audience: itpro
|
||||
author: greg-lindsay
|
||||
ms.localizationpriority: medium
|
||||
ms.topic: article
|
||||
---
|
||||
@ -27,7 +28,7 @@ ms.topic: article
|
||||
|
||||
## About SetupDiag
|
||||
|
||||
|
||||
<I>Current version of SetupDiag: 1.6.0.0</I>
|
||||
|
||||
SetupDiag is a standalone diagnostic tool that can be used to obtain details about why a Windows 10 upgrade was unsuccessful.
|
||||
|
||||
@ -156,7 +157,7 @@ The following is an example where SetupDiag is run in offline mode.
|
||||
```
|
||||
D:\SetupDiag>SetupDiag.exe /output:c:\setupdiag\result.xml /logspath:D:\Tests\Logs\f55be736-beed-4b9b-aedf-c133536c946e /format:xml
|
||||
|
||||
|
||||
SetupDiag v1.6.0.0
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
Searching for setup logs...
|
||||
@ -317,6 +318,19 @@ Each rule name and its associated unique rule identifier are listed with a descr
|
||||
|
||||
## Release notes
|
||||
|
||||
08/08/2019 - SetupDiag v1.6.0.0 is released with 60 rules, as a standalone tool available from the Download Center.
|
||||
- Much improved log detection performance. What used to take up to a minute, should take around 10 seconds or less.
|
||||
- Added Setup Operation and Setup Phase information to both the results log and the registry information.
|
||||
- This is the last Operation and Phase that Setup was in when the failure occurred.
|
||||
- Added detailed Setup Operation and Setup Phase information (and timing) to output log when /verbose is specified.
|
||||
- Note, if the issue found is a compat block, no Setup Operation or Phase info exists yet and therefore won’t be available.
|
||||
- Added more info to the Registry output.
|
||||
- Detailed ‘FailureData’ info where available. Example: “AppName = MyBlockedApplication” or “DiskSpace = 6603” (in MB)
|
||||
- “Key = Value” data specific to the failure found.
|
||||
- Added ‘UpgradeStartTime’, ‘UpgradeEndTime’ and ‘UpgradeElapsedTime’
|
||||
- Added ‘SetupDiagVersion’, ‘DateTime’ (to indicate when SetupDiag was executed on the system), ‘TargetOSVersion’, ‘HostOSVersion’ and more…
|
||||
|
||||
|
||||
06/19/2019 - SetupDiag v1.5.0.0 is released with 60 rules, as a standalone tool available from the Download Center.
|
||||
- All date and time outputs are updated to localized format per user request.
|
||||
- Added setup Operation and Phase information to /verbose log.
|
||||
@ -407,7 +421,7 @@ Refer to https://docs.microsoft.com/windows/deployment/upgrade/upgrade-error-cod
|
||||
```xml
|
||||
<?xml version="1.0" encoding="utf-16"?>
|
||||
<SetupDiag xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://docs.microsoft.com/windows/deployment/upgrade/setupdiag">
|
||||
<SetupDiag xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://docs.microsoft.com/windows/deployment/upgrade/setupdiag">
|
||||
<Version>1.6.0.0</Version>
|
||||
<ProfileName>FindSPFatalError</ProfileName>
|
||||
<ProfileGuid>A4028172-1B09-48F8-AD3B-86CDD7D55852</ProfileGuid>
|
||||
<SystemInfo>
|
||||
@ -458,7 +472,7 @@ Refer to "https://docs.microsoft.com/windows/desktop/Debug/system-error-codes" f
|
||||
|
||||
```
|
||||
{
|
||||
{
|
||||
"Version":"1.6.0.0",
|
||||
"ProfileName":"FindSPFatalError",
|
||||
"ProfileGuid":"A4028172-1B09-48F8-AD3B-86CDD7D55852",
|
||||
"SystemInfo":{
|
||||
|
Reference in New Issue
Block a user