Inno Setup has a /VERYSILENT option, which suppresses wizard and progress windows. I would like this behavior to be the default when the executable is run without parameters.
Is there a way to achieve this using directives in the Setup section, preprocessor tricks or other clever methods? I'm aware of directives such as DisableStartupPrompt that disable specific wizard pages; my goal is to be VERY silent. :-)