LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding the Installation Complete Screen

Hi All,

 

I am having a LabVIEW based installer for my application and want to hide the "Installation Complete" screen that we get the end of installation.  Kindly give me suggestions to do this. Please find the screen shot attached.

 

Thanks,

Sree



0 Kudos
Message 1 of 2
(2,720 Views)

I don't think it's possible. You can try running the setup.exe from a command line with the -? flag which will give you the installer options (e.g. to run silently).

The only other options for configuring the installer are those that you have in the installer build specification.

If you really need to remove the dialogue, you would need to use an alternative installer package (e.g. InnoSetup). Personally, I would find it really weird if the installer just closed after completing without letting me see that it had completed successfully or failed.

You could always make a suggestion on the ideas exchange if you would like this option.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 2
(2,698 Views)