Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

inf2cat.exe doesnt exist anymore

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,

0 Kudos
Message 1 of 7
(8,360 Views)

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.

 

0 Kudos
Message 2 of 7
(8,016 Views)

Did anyone figure this issue out? Anyone find the Inf2Cat app in Windows 10?

0 Kudos
Message 3 of 7
(7,024 Views)

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.

Message 4 of 7
(6,954 Views)

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
0 Kudos
Message 5 of 7
(5,826 Views)

Hey were you able to fix this issue? Did the Inf2Cat command work?

0 Kudos
Message 6 of 7
(5,791 Views)

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.

 

Message 7 of 7
(3,674 Views)