LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

installer requires SignalExpress 2.5....why?

My application, which uses a serial port (VISA), works fine on my PC.
When I create a installer, and then install it on another PC it does not work, due to serial comms
 
Then, I create the installer again, this time adding the 3x NI-VISA items under "additional installers"
Problem I get then is the wizard asks for SIGNALEXPRESS 2.5, whcih is not installed on my PC (base package Labview)
 
Why is this...what am i doing wrong?
 
Goose
 
0 Kudos
Message 1 of 5
(3,024 Views)
Hi morngoose
 
According to the picture you sent, the installer will look in the E:\SignalExpress directory to install the visa drivers. You need to change that
 
to the actual directory where the visa drivers are on your computer. You can also download the runtime engine for free at:
 
 
KostasB
 
National Instruments Application Engineering
0 Kudos
Message 2 of 5
(3,005 Views)

Hi There,

Thanks for the email.

When clicking on Build for the installer, it eventually asks for Signal Express, needing a .id file (see attached screen)

Where is the Visa Drivers ?

Goose

0 Kudos
Message 3 of 5
(2,998 Views)
also see attached...where it asks for *.id files
0 Kudos
Message 4 of 5
(2,996 Views)
As Kostas indicated, the installer is trying to pull in the VISA drivers from the E:\SignalExpress directory, which is exactly what your first picture shows. At some point SignalExpress must have been installed on your computer, and the VISA Drivers got installed from there (don't know why). So, now the computer thinks the VISA drivers come from E:\SignalExpress, rather than from the LabVIEW distribution.

My guess is that the easiest way to fix this is to uninstall the VISA drivers and reinstall them from the LabVIEW distribution CDs. You can change the National Instrument software that's installed by going to Add/Remove Programs, scroll down to "National Instrument Software", and clicking on the "Change" button.

Message Edited by smercurio_fc on 10-24-2007 12:10 PM

0 Kudos
Message 5 of 5
(2,987 Views)