I would like to know how I execute an MSI from an ASPX page.
My requirement is that a user should be able to upload his MSI in my ASPX page and, on completion of upload of the MSI, my ASPX should be able to install the MSI on the server.
I have tried to test on the local machine and it works. But if I try to install on a remote machine the call to Process.WaitForExit which waits for the installation to complete hangs. - I can see the msiexec on the task manager
Please let me know if you can provide any info / links / ideas.
Thanks,