LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to include Visual C++ installers with with the LabView Runtime installer?

Solved!
Go to solution

The article linked below describes the exact problem I have when deploying software on a different computer. The article has the solution - have the user install Visual C++ x64 and x86 that works for me, but I don't like to give the end user two distributions and have them install two pieces of software, so I was wondering if there's a more elegant solution to this. Would it be possible to somehow include Visual C++ installers along with my main installer so they're installed first, something like a batch installer file?

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9XySAK&l=en-US

0 Kudos
Message 1 of 4
(225 Views)

Have a look a this knowledgebase article: Including Third Party Installers and Drivers in a LabVIEW Installer 

 

For a single installer, you could set that to run in Advanced>>Run Executable at End of Installer. But you should probably use a batch file to delete the runtime installer after it is done.

0 Kudos
Message 2 of 4
(192 Views)

No, the installer won't start without Visual C++ x86, I've tested it on a blank PC. 

0 Kudos
Message 3 of 4
(189 Views)
Solution
Accepted by John32d

You could create a batch file and have the user run that or you could try an external installer program (like Inno Setup) to wrap all the installers into a single installer.


___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(169 Views)