What is the best way to automatically install an MSI file or installer .exe? We want to do some automated testing from our build system on the installed copy of the product.
If you head over to one of your MSI packages in the command prompt and run a:
Myproduct.MSI /?
A screen will pop up with all the details of command line parameters that you can pass to the MSI. I am sure that in this way you could install your application via a command prompt and in this way automate it.