| | |
MSI installation through web page
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2009
Posts: 1
Reputation:
Solved Threads: 0
I have developed a aspx page to upload msi file to server ( by using fileupload control ) and install msi in the server. When i acess the web page in the server itself the msi installation takeplace. But when i access from a different machine installation will not start. i have the following code ( c#) to start installation.
ASP.NET Syntax (Toggle Plain Text)
msiFilePath = Server.MapPath("MSIFileFolder") + "\\" + filename; fileUploadMSI.PostedFile.SaveAs(msiFilePath); installProcess = new Process(); installProcess.StartInfo.FileName = msiFilePath; installProcess.Start(); installProcess.WaitForExit()
Last edited by peter_budo; Jul 10th, 2009 at 6:31 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
rajani_sp,
It's a security issue. Use bb code tags. Source code must be wrap with bb code tags.
Read: How to use code tags?
It's a security issue. Use bb code tags. Source code must be wrap with bb code tags.
Read: How to use code tags?
Failure is not fatal, but failure to change might be. - John Wooden
![]() |
Similar Threads
- Change Web Page Font Size on the Fly (Windows tips 'n' tweaks)
- Use of Image control on Web Page (ASP.NET)
- unable to load windows update web page (Viruses, Spyware and other Nasties)
- DEfault web page has been jacked by a passthrough (Viruses, Spyware and other Nasties)
- Unable to open web page (Web Browsers)
- Printing Web Page (Windows 95 / 98 / Me)
- unable to access my web page (Domains and DNS)
- Opening a Web Page in a New Window (Windows tips 'n' tweaks)
- Win XP Explorer - Web Page View (Windows NT / 2000 / XP)
Other Threads in the ASP.NET Forum
- Previous Thread: final year computer engineering project topics
- Next Thread: Server error in application
| Thread Tools | Search this Thread |
.net 3.5 ajax alltypeofvideos appliances asp asp.net bc30451 beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions control countryselector dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol expose fileuploader fill findcontrol flash formatdecimal formview gridview gudi iis javascript list listbox login microsoft mouse mssql nameisnotdeclared news novell numerical opera panelmasterpagebuttoncontrols problem radio redirect registration relationaldatabases reportemail save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visualstudio vs2008 web webapplications webdevelopemnt webdevelopment webprogramming webservice wizard xsl youareanotmemberofthedebuggerusers






