LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you place a Title and Company logo on application installer Setup Dialog?

I am trying to create a custom application installer packager for my company. I wish to have our company logo, Product Title and other info/copyright items to appear when installer setup.exe is run. Does anyone know how to accomplish this?
0 Kudos
Message 1 of 2
(2,661 Views)
One possible option for your application is to create a simple VI that will run for X seconds.  When run, It can displays the company logo, product title and other info/copyright.  If you build it to an executable, you can launch the .exe file after the installer has completed. 

Under the My Installer Properties, select the Advanced tab to select the .exe you want to launch after installation. 
Click the Add Executable button to select the program from a list of executable files in the installer build.


Mark W.
National Instruments


0 Kudos
Message 2 of 2
(2,630 Views)