05-31-2013 06:25 AM
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 :
I have tried re installing the application but it didnt work.Any thoughts on this?
05-31-2013 06:34 AM
Hi,
Are you selecting necessary installers required by your S/W while building installer??
and refer this link ..
Regards,
Bijay
05-31-2013 06:41 AM
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?
05-31-2013 06:46 AM
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
05-31-2013 06:49 AM
I had tried doing that but it also gave errors and conflicts while building the project.
05-31-2013 07:19 AM
Any thoughts on this??
05-31-2013 08:31 AM - edited 05-31-2013 08:33 AM
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?
05-31-2013 08:34 AM
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?