I'm using a vdproj to create a .msi file.
I have a continuous integration server that needs to install our program on a dedicated machine. I'd like for it to run the .msi file yet have no clickable screens because I want to fully automate the process. So the .msi file when you double click it, should do it's thing, and when it's done will just exit. No next screens, no nothing.
Is this possible, and if so what is the easiest way to do this with vdproj?