I have a setup project that I inherited that uses the ProjectInstaller AfterInstall method to show a custom form, prompting the user to enter configuration options, which are then saved in the app.config file
Is there a way to determine what flags where passed to MSIExec, so that we could supress this form if /passive was used for example?
We would then push out a custom app.config file to the server after install.