From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Builder, single installer for multiple labview applications

Solved!
Go to solution

We've got three application and want to distribute them, We made three installers for each and it is work fine, all of them also include the runtime engine and the size of installer is around 300 MB, however instead of having three 300 MB , we have been asked to generate a single 300MB installer for all, in a way that the user can select which app they want during installation. Is there any way to do this?

0 Kudos
Message 1 of 5
(2,732 Views)

Hmmm, personally not heard or seen anyone do that.

 

It's possible that you may get more flexibility if you look at using something like VIPM or NI Package builder but I can't really comment as I have limited "standard" experience of them both. 

 

I've seen something a bit "friggy" in the past where an installer has installed 2 EXEs (actually 3) and then prompt user via LV EXE (the 3rd EXE) called from batch which asks one they want to "install" and then based upon selection delete the other.. this was an adaptation of customer code so hence "friggy" :-D. BUT it meant there was 1 installer!!

 

Regards

 

Jono

0 Kudos
Message 2 of 5
(2,660 Views)

Step 1: Make Welcome executable with functionality like asking for selection of 3 executable, copy executable from one folder to desired installation folder and creating shortcut.

Step 2: Make one folder containing all 3 executable. 

Step 3: While building installer go to Installer property/Advanced tab and select option to run Welcome executable at the end of installation. Welcome executable will provide rest functionality.

 

PBP
Labview 6.1 - 2019
Message 3 of 5
(2,655 Views)

We thought of similar approach, however in this case welcome message application remains in the installation folder.

We are looking for possibly an option in application builder to provide this feature, as some software suits for packaging and deployment provide this functionality.

0 Kudos
Message 4 of 5
(2,627 Views)
Solution
Accepted by topic author Dr--X

According to your requirement you may need to search third party toolkit if available.

or you can develop welcome application i.e. setup.exe on other platform like .net or java and rest of the LabVIEW related installation things you can do silently via that setup.exe based on user selection.

 

I have heard there is a software tool called Installshield for creating msi installation package.

PBP
Labview 6.1 - 2019
Message 5 of 5
(2,523 Views)