How do you find that the installation is in silent mode?
I have a custom application in which I added the .msi installation project. I am running a .msi file with the / qb switch, and in my C # installer user code I would like to detect this.
Edit: nobugs says to check the UILevel property. How to access the UILevel property from a class derived from the System.Configuration.Install.Installer class?
source
share