Solution
If the installer that you want to add to your LabVIEW-built installer is a 3rd party installer or if it does not show up on the
Additional Installer list inside LabVIEW, there are a few recommended solutions:
- If you only have a single non-NI installer to run, you can use the LabVIEW Application Builder option to Run an Executable After Installation , which will be able to run a non-NI installer after completing your LabVIEW-built installer.
- If you have multiple installers and procedures that you have to do between installers, then you can create your own batch file to run that will execute your LabVIEW-built installer as well as any other installer and procedure you need.