You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows-driver-docs-pr/devtest/inf2cat.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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 digitallysigned for a specified list of Windows versions.
4
4
keywords:
5
5
- Inf2Cat Driver Development Tools
6
6
topic_type:
@@ -15,7 +15,7 @@ ms.date: 05/31/2023
15
15
16
16
# Inf2Cat
17
17
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 digitallysigned 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.
19
19
20
20
```command
21
21
Inf2Cat /driver:
@@ -54,8 +54,8 @@ Configures Inf2Cat to verify that a [driver package's](../install/driver-package
54
54
55
55
|Windows version|Version identifier|
56
56
|--- |--- |
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|
59
59
|Windows 11, version 24H2 x64 Edition|10_GE_X64|
60
60
|Windows 11, version 24H2 Arm64 Edition|10_GE_ARM64|
61
61
|Windows Server 2025 x64 Edition|Server2025_X64|
@@ -126,7 +126,7 @@ Include page hashes with files. Optionally followed by a list of files.
126
126
127
127
## Comments
128
128
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 digitallysigned. 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.
130
130
131
131
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.
0 commit comments