Print Page | Close Window

MSI installation through aspx page

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=27576
Printed Date: 28 March 2026 at 6:03am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: MSI installation through aspx page
Posted By: rajani_sp
Subject: MSI installation through aspx page
Date Posted: 16 July 2009 at 6:18am
Hi I am new to asp.net . I am trying to upload a msi file through FileUpload control and  start msi

installation server. The page is accessed from a different machine then the process.WaitForExit() call is

hung. It does not seem to come out of that.  My code looks like this.

Proces proc = new Process();

proc.StartInfo = new ProcessStartInfo("msiexec /i ");

proc.StartInfo.arguments = filepathofmsi ;

proc.Start();

Proc.WaitForExit().


When i access the page in the same machine where the website is installed then the installation works

fine.

Can anybody tell me why this is happening.


Thanks in advance

Rajani



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net