Quick way for installing programs?

CraigR

Member
After having the licensed software now for a couple years I am still learning but I was wondering if there is another program or easy way (I can't figure out) to learn how to add the correct codes for say installing a program automatically. For instance if you start the .exe file to install a program in post-setup and then there are questions it needs to go through to fully install it. I guess it would be the parameters?? I have no idea on what or how these work. TIA
 
The words you're looking for are "silent install" or "unattended install" options (or arguments).

If you use Forum search, there are numerous Q&A's about how to properly use these installer options in Post-Setup. Normally the app's publisher or developer will provide a specific string which you can copy/paste into the yellow Parameters box on the right side. Or they will float to the top of search results when you Google or Bing "[program] silent install".

Here's one Guides discussion with example screenshots:
Looking for an app install guide (Post-Setup)
 
I was just wondering if there was a way I could learn what to do say if it was an odd program that did not have any "arguments" or like a .bat file or something. But thank you for this info.
 
Some scripts or apps don't need any arguments.
Basically the way it works is [run an EXE or script] [anything you type on the right, if you were in a normal CMD window].

If you never needed any arguments on the command line, that app or script doesn't need any in Post-Setup. NTLite just highlights the yellow Parameters box, as a reminder in case you forgot to add them.
 
Back
Top