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

When to use silent installation or unattended installation?


Asked by Barbara Solomon on Dec 05, 2021 FAQ



In silent or unattended installation, you do not need to select an installation folder or press Next, Finish or anything that you'd do during normal installation. This is a kind of automatic installation and it is normally used when you are distributing software in a large network and you do not want to disturb the end user.
Subsequently,
What is Unattended Installation? Unattended installation is a procedure for installing software without user intervention. Many Microsoft products, such as Microsoft Windows 2000 and Microsoft BackOffice, support unattended installation.
Besides, Learn more... In silent or unattended installation, you do not need to select an installation folder or press Next, Finish or anything that you'd do during normal installation. This is a kind of automatic installation and it is normally used when you are distributing software in a large network and you do not want to disturb the end user.
Next,
To perform an unattended installation using a Basic MSI installer, you provide the /s /v"..." switches, where ... represents any additional switches you want to pass down to msiexec . These should include the /qb (or /qn) switch to make the installation non-interactive, so a minimal invocation would be:
Likewise,
To perform a silent installation, you need an InstallShield "answer file", customarily named setup.iss. Some applications ship with such a file, but if yours does not, you can use the graphical installer itself to create one. Here is how it works.