is this idea hopeless?
i want to use a single binary for both normal and silent installs. my plan was to use cmdline/getparameters to check for the commandline argument '-silent', and if that was set to give the appropriate value to silentinstall and silentuninstall.
due to the limitation of being unable to call the function and pop the variable out in the begninning 'non-section', and the limitation of being unable to set installation flags in the first section, i'm wondering if this is possible at all.
can i test for this flag's setting throughout the would-be interactive parts of my installation and still be able to pull of an interactive as well as a 'double click and it's installed with no prompts' silent install?