Skip to content

Commit e734588

Browse files
Merge pull request #3080 from katiezb/patch-1
Update version identifiers for Windows 11 25H2
2 parents 58aef8b + 7440070 commit e734588

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

windows-driver-docs-pr/devtest/inf2cat.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Inf2Cat
3-
description: Inf2Cat (Inf2Cat.exe) is a command-line tool that determines whether a driver package's INF file can be digitally-signed for a specified list of Windows versions.
3+
description: Inf2Cat (Inf2Cat.exe) is a command-line tool that determines whether a driver package's INF file can be digitally signed for a specified list of Windows versions.
44
keywords:
55
- Inf2Cat Driver Development Tools
66
topic_type:
@@ -15,7 +15,7 @@ ms.date: 05/31/2023
1515

1616
# Inf2Cat
1717

18-
Inf2Cat (Inf2Cat.exe) is a command-line tool that determines whether a [driver package's](../install/driver-packages.md) INF file can be digitally-signed for a specified list of Windows versions. If so, Inf2Cat generates the unsigned [catalog files](../install/catalog-files.md) that apply to the specified Windows versions.
18+
Inf2Cat (Inf2Cat.exe) is a command-line tool that determines whether a [driver package's](../install/driver-packages.md) INF file can be digitally signed for a specified list of Windows versions. If so, Inf2Cat generates the unsigned [catalog files](../install/catalog-files.md) that apply to the specified Windows versions.
1919

2020
```command
2121
Inf2Cat /driver:
@@ -54,8 +54,8 @@ Configures Inf2Cat to verify that a [driver package's](../install/driver-package
5454

5555
|Windows version|Version identifier|
5656
|--- |--- |
57-
|Windows 11, version 25H2 x64 Edition|10_GE_X64|
58-
|Windows 11, version 25H2 Arm64 Edition|10_GE_ARM64|
57+
|Windows 11, version 25H2 x64 Edition|10_25H2_X64|
58+
|Windows 11, version 25H2 Arm64 Edition|10_25H2_ARM64|
5959
|Windows 11, version 24H2 x64 Edition|10_GE_X64|
6060
|Windows 11, version 24H2 Arm64 Edition|10_GE_ARM64|
6161
|Windows Server 2025 x64 Edition|Server2025_X64|
@@ -126,7 +126,7 @@ Include page hashes with files. Optionally followed by a list of files.
126126

127127
## Comments
128128

129-
The Inf2Cat tool checks [driver package's](../install/driver-packages.md) INF files for structural errors and verifies that a driver package can be digitally-signed. A driver package can be signed only if all of the files that are referenced in an INF file are present and the source files are in the correct location. If an INF file cannot be signed or if it contains structural errors, the driver package might not be installed correctly or might incorrectly display a driver signing warning dialog box during installation.
129+
The Inf2Cat tool checks [driver package's](../install/driver-packages.md) INF files for structural errors and verifies that a driver package can be digitally signed. A driver package can be signed only if all of the files that are referenced in an INF file are present and the source files are in the correct location. If an INF file can't be signed or if it contains structural errors, the driver package might not be installed correctly or might incorrectly display a driver signing warning dialog box during installation.
130130

131131
Inf2Cat generates a [catalog file](../install/catalog-files.md) only if the catalog file is specified in the driver package's INF file and the catalog file applies to one or more of the specified Windows versions. If the [**INF Version section**](../install/inf-version-section.md) of an INF file supplies only a CatalogFile=*filename.cat* directive, that catalog file applies to the entire driver package. To support [cross-platform installations](../install/creating-inf-files-for-multiple-platforms-and-operating-systems.md), the INF file should include CatalogFile.*PlatformExtension*=*unique-filename.cat* directives.
132132

0 commit comments

Comments
 (0)