02-16-2016 04:42 AM - edited 02-16-2016 04:47 AM
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
02-16-2016 04:54 AM - edited 02-16-2016 04:55 AM
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.