Hello,

I have a setupbuilder which has a window and some prompts. (ie: first time
installation)

Once it runs, it sets the directory in the registry and from then on, it
should run automatically without any user intervention at all.

So, I'd like to call it so:

a) when there is no switch, it runs like a normal setup builder

b) when there is a switch like /quiet (ie: MySetupBuilder.exe /quiet) that
it will run from start to finish without ANY screens or anything - and end
gracefully without issue.

The reason being is that my app is running as a service. It checks to see
if there is an update. If so, it downloads it. Then, it shuts itself down
adn calls the SetupBuilder and then the service starts backup again.

Thank you.

Robert Paresi