Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What makes silent installation so powerful for automating software installation?


Asked by Idris Rojas on Dec 05, 2021 FAQ



Some dialog boxes might pop up, but they'll disappear on their own. Eliminating anything that requires the user to enter data or click a button is what makes a silent installation so powerful for automating software installation. That power comes in distributing software through an automated tool.
Indeed,
However, there might be cases where you would require to install software that does not support silent installation. You can use AutoIT scripts to install software that does not support silent installation. Download AutoIt3 from http://www.autoitscript.com/autoit3/index.shtml and install it in any computer.
Next, Silent Install Builder is designed with the purpose to help users create silent setup packages that allow them to install several applications on multiple computers. Packages generated using Silent Install Builder can contain multiple installers of different types, which are automatically...
Also,
Unattended installation is a process of installing software without need of user input. Basically it gets rid of stupid next-next-next-finish we all know and hate. Silent installation is basically unattended installation that doesn’t display anything.
In respect to this,
The traditional silent installation works almost exactly the same as regular installations. It follows the same script logic as the regular installation. If you need to install an InstallScript MSI installation without using Setup.exe, you can use the MSI silent mode.