From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Tulip.dll not in passport list

Jumping in to say same issue.

 

Edited to add that the issue resolved itself with the magical file found here: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000015CnsSAE&l=en-US



Message 11 of 13
(1,230 Views)

Since the batch file wasn't working for me, I looked at the packages I had in my ProgramData folder and found a Tulip package version 17 and 19. I finally got the batch file working by pointing it to a specific package (version 19) on my system. I changed the batch file to point to that specific file. Before it was probably grabbing the first file it found which was an older version. See text below in red for the changes I made to the file.

 

mkdir "%temp%\tulip"
copy "%programdata%\National Instruments\NI Package Manager\packages\ni-visa-passport-tulip_19.0.0.49152-0+f0_windows_all.nipkg" /B "%TEMP%\tulip\tulip.nipkg" /B
"%programfiles%\National Instruments\NI Package Manager\nipkg.exe" unpack "%TEMP%\tulip\tulip.nipkg" "%TEMP%\tulip"
msiexec /I "%TEMP%\tulip\data\NIVISATulipPassport.msi" ADDLOCAL=ALL

Message 12 of 13
(1,201 Views)

Thanks for your finding. Modifying bat file as you suggested worked for me.

NI should recognize your efforts.

0 Kudos
Message 13 of 13
(1,114 Views)