I've created my first setup project using Visual Studio 2010. I've noticed that when I build the setup project it generates an MSI installer file and a setup.exe executable. However, I seem to be able to just right click on the MSI file and choose install to install my application rather then running setup.exe.
Does the setup.exe file that is generated do anything other then just fire up the MSI file? When distributing my appliation can I just provide the MSI file rather then the MSI file and the setup.exe file?