I need to be able to detect quiet mode in my setup project’s class library. Some of library’s methods show dialog forms, and they won’t be visible if the setup is running in quiet mode. So I need to detect the quiet mode, or at least check if the windows forms can be displayed at all. How can I do that?
Share
See UILevel property of the Windows Installer.