05-13-2020 09:35 PM
HI,
I am trying to communicate with a test board through USB port of my PC. I followed the NI-VISA driver wizard suggestions already mentioned in the forums.
I created the .inf file, but when i try to install the inf file, it asks me to sign the driver. I followed the NI article that gives the procedure.
but the problem is, inf2cat.exe is not found in the latest Windows SDK i installed from microsoft website. I am using Windows 10 OS with build 1809 and Labview 2019 SP1.
Is there any other method that NI is working on or has already??
Any one with suggestions, are of great help.
Thanks,
10-09-2020 04:44 PM
I'm having same issue. There is no such directory :Files (x86)\Windows Kits\8.0\bin\x86
There is Files (x86)\Windows Kits\10\ and three folders below
Catalogs
Debuggers
Licenses
None of these sub directories contain the inf2Cat.exe file.
12-11-2021 08:06 AM
Did anyone figure this issue out? Anyone find the Inf2Cat app in Windows 10?
12-30-2021 07:20 PM - edited 12-30-2021 07:35 PM
Windows 10 does not come with pre installed tools like Inf2Cat anymore. Head over to
https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/ and
https://docs.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads
to download the required Windows SDK and WDK.
You can follow the steps here, https://learn.adafruit.com/how-to-sign-windows-drivers-installer/installing-windows-sdk.
07-14-2022 04:43 PM
Even after downloading the kit and SDK, there is no Inf2Cat. Could it be in a specific version e.g. Windows 11?
Windows 11, version 22H2 x64 Edition | 10_NI_X64 |
Windows 11, version 22H2 Arm64 Edition | 10_NI_ARM64 |
Windows 11, version 21H2 x64 Edition | 10_CO_X64 |
Windows 11, version 21H2 Arm64 Edition | 10_CO_ARM64 |
Windows Server 2022 x64 Edition | ServerFE_X64 |
Windows Server 2022 Arm64 Edition | ServerFE_ARM64 |
Windows 10, version 21H2, 21H1, 20H2, 2004 x86 Edition | 10_VB_X86 |
Windows 10, version 21H2, 21H1, 20H2, 2004 x64 Edition | 10_VB_X64 |
Windows 10, version 21H2, 21H1, 20H2, 2004 Arm64 Edition | 10_VB_ARM64 |
07-20-2022 01:08 AM
Hey were you able to fix this issue? Did the Inf2Cat command work?
04-12-2023 03:43 PM
inf2cat is part of WDK not SDK. However you might need SDK before installing WDK.
This is the Microsoft help page for WDK installation (for Win11): https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk
Here you can find the windows 10 download: https://learn.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads
On the linked Websites they tell you to install Visual studio first. That is not needed if you just want to use inf2cat. (just scroll down to the wdk download)
During my installation of WDK it told me that my SDK installation did not fit my WDK installation. I ignored that. Inf2cat worked anyways.