Is it possible to run an msi installation file remotely from an Asp.Net web server? I'd like to have a button labeled "download" where a visitor who browses to the web page and clicks the button can run an msi file to install a seperate windows application (in this case, a wpf application) onto their computer. In the event that the installation is incomplete, I wouldn't want to leave the msi file lying around on their desktop or computer. For some reason, every time I search for this information, I only find tutorials on deploying websites rather than how to deploy an application from a website.
Many thanks in advance!
Andrew