LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with running application through installer

Hi,

 

I have created an application (.exe) & installer for my vis. It works fine when I install and run it on the parent machine. However, when I install it (using installer) to a machine not having Labview, it gives me an error while running the exe :

 

error.png

 

 

I have tried re installing the application but it didnt work.Any thoughts on this?

0 Kudos
Message 1 of 8
(2,666 Views)

Hi,

 

Are you selecting necessary installers required by your S/W while building installer??

 

and refer this link ..

 

http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/INSTRSUP-dll-on-64bit-windows-missing/m-p/203...

 

 

Regards,

Bijay

0 Kudos
Message 2 of 8
(2,658 Views)

Hi,

 

Thanks for your reply...Actually my vi uses several instrument drivers which I have placed in instr.lib folder of labview..Is that creating this issue? & For building my installer I have only included LV2010 run time engine..Do I need to put some additional installers as well?

 

0 Kudos
Message 3 of 8
(2,653 Views)

Try copying the drivers in a folder and include it your project. When creating EXE, put those drivers in always include section and build EXE. then create installer.

 

 

Regards,

Bijay

0 Kudos
Message 4 of 8
(2,648 Views)

I had tried doing that but it also gave errors and conflicts while building the project.

0 Kudos
Message 5 of 8
(2,646 Views)

Any thoughts on this??

0 Kudos
Message 6 of 8
(2,620 Views)

I'm guessing that is a VISA dll.  I say that since you say you have instrument drivers in your user.lib, and it is very likely those drivers use VISA.  Make sure you are including the VISA Runtime in your installer.

 

EDIT:  Just followed the link given above.  Did you include the CVI Runtime in your installer?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 7 of 8
(2,594 Views)

Hi crossrulz, thanks for replying...

 

Does that mean that I dont have to do anything with the drivers present in instr.lib?..Because, I had only installed them there.. & will the LV runtime engine automatically include all those drivers in the installer?

0 Kudos
Message 8 of 8
(2,591 Views)