02-17-2022 09:09 AM
I would like to build an installer from my project but an error pop-ups. Which I do not understand. All the submodules are installed on the PC and the licenses are up and running.
Could someone help me?
Kind regards,
Francisco
Solved! Go to Solution.
02-17-2022 09:21 AM
@FranciscoBor wrote:
I would like to build an installer from my project but an error pop-ups. Which I do not understand. All the submodules are installed on the PC and the licenses are up and running.
Could someone help me?
Kind regards,
Francisco
Yep, I bet all the software is installed on your machine. So, now you want to install those modules on another computer. That means you need to enclude the installers for those modules as part of your application installer. So, the app builder is looking for the installation source files and isn't finding them. Insert your installation media or download the installers from NI.
02-17-2022 09:22 AM
The error is not about the installed software, but about the install media for the software. These installers can be on a DVD, a USB stick or can be downloaded from the NI web site.
02-17-2022 09:33 AM - edited 02-17-2022 09:35 AM
duplicate post
02-17-2022 09:35 AM
I run into this issue often on computers that weren't meant to be build machines. LabVIEW and all it's drivers and packages gets installed, and - understandably - all the install packages are deleted. Then somehow it becomes the dedicated build server and suddenly everyone complains that they can't build installers.
02-18-2022 04:04 AM
Thank you all from your answers!
I downloaded from ni website the installers (few GB each), and linked the location path when building the installer. Now everything works!
Kind regards,
Francisco
03-25-2022 12:39 PM