How to make it a quiet installation
I am responsible for creating a .msi file for an application we are about to deploy. And the management department want it as a "quiet installation", meaning no dialog boxes etc. When they deploy the file it should install quiet without ANY under interaction!!! He told me it was possible by adding a switch to the .msi file when running it. Does this also work with .NET msi files created by the deployment project??
I have very little knowledge on deployment projects. Is it enough by just deleting all forms from the "User Interface" in the deployment project?
kind regards
Henrik