cancel
Showing results for 
Search instead for 
Did you mean: 

Installer problem Serial Runtime 15.0

lorenzo26
Member

Installer problem Serial Runtime 15.0

Message contains an attachment

Hi everybody,

I'm using Labview 2015 on windows 10. I've already created an application and now I would like to make it an installer. In my application I read data from VISA ports so I need the Serial Runtime for my installer. The problem is that it could not be found. I've attached a screenshot of the problem.

I've already tryed to install it again but nothing changes.. Any idea?

 

Thank you very much.

 

 

12 REPLIES 12
Bob_Schor
Knight of NI

Re: Installer problem Serial Runtime 15.0

Open MAX, click on Software, and see if Serial Runtime 15.0 shows up in the list (it does on my machine).  If it is missing, update your drivers and be sure to include not only VISA, but also Serial (I've made this mistake ...).  If it is present, then something is clearly not working "as you expect" ...

 

Bob Schor

lorenzo26
Member

Re: Installer problem Serial Runtime 15.0

Message contains an attachment

Unfortunately NI Serial Runtime is present in MAX (see screenshot)....

Should I disinstall all my NI software and re-install it again?

Bob_Schor
Knight of NI

Re: Installer problem Serial Runtime 15.0

I would recommend waiting a day (it is Labor Day in the US, where many people have a "day off" from "Labor") and see if you get suggestions specific to creating Installers.  I have to confess I've never built an Installer, so am uncertain what problems can arise.  I have installed Executables on other PCs, but generally also install the LabVIEW RunTime Engine -- this combination seems to work -- however, I can't be certain that my code specifically involved Serial RunTime.

 

Bob Schor

lorenzo26
Member

Re: Installer problem Serial Runtime 15.0

Thank you very much in any case! 

I will try to install LabView on another laptop to see if I could create an installer from there by now...

Any other suggestion is well accepted! Smiley Wink

RavensFan
Knight of NI

Re: Installer problem Serial Runtime 15.0

Are you sure you need NI-Serial Runtime?  I believe you only need that if you are using NI Brand serial ports.  If you are using internal serial ports, or USB/serial converters from other manufacuturers, then you only need to install their drivers.

 

Have you begun the creation of the insaller?  You probably have the NI-Serial runtime already on your development PC, but it probably did not cache the installer for that run-time, which is why you are getting this dialog box.  If you start creating the installer, at some point it will pause and ask you to put in your  NI-DVD's that contain the installer for the run-time, then it will package up the installer with the installer you are creating for your application.

udka
Active Participant

Re: Installer problem Serial Runtime 15.0

-If you have the discs for the same during build it will prompt and you can point to the drives(Insert External media which has the Serial Runtime). -Sometime back i got similar this issue but when you insert the disc and point it will load the runtime. Edit: Didn't notice RavensFan message Smiley Happy
Thanks
uday
lorenzo26
Member

Re: Installer problem Serial Runtime 15.0

Thank you RavensFan!

I'm actually using only internal serial ports and USB/serial converters not manufactured by NI.

I was trying to install NI-Serial Runtime 15.0 because it was included in the " recommended installers list", as you can see from the screenshot above.

Should I try to include in my installer only Labview Runtime 2015 and VISA Runtime 15.5?

 

 

lorenzo26
Member

Re: Installer problem Serial Runtime 15.0

I've excluded NI Serial Runtime 15.0 and now it ask me to point to NI System Components. 

Are these necessary in my installer?

RavensFan
Knight of NI

Re: Installer problem Serial Runtime 15.0

I would say you should only need LabVIEW runtime and NI-VISA runtime (unless there are other things in your code like DAQmx you haven't mentioned.)

 

Offhand, I don't know exactly what things are related to NI System Components.

 

Have you tried finishing the installer and actually insert your installation discs when it asks for them?