How to Run a Exe

Hi Guys,< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

I want to run a Exe file which is stored in the Server but install few components in the client using ASP program.

 

E.g. I have a Crystal Viewer activex Setup Program in the Server. When i run this setup program from the client this viewer should be installed in the client computer.

 

I would trigger this Setup.Exe using a hyperlink or but a click of a button. 

 

I want this to work in a internet environment.

Looking for a response ASAP. Plz Help me out here.

 

Thanks Guys




Answer this question

How to Run a Exe

  • gcaplan

    Hi Luck
    We have few Intranet Application Which is using Crystal Reports, Excel Web component and few third party controls which need client side viewers installed in the client’s computer. We have our intranet application distributed in different parts of the world. So it’s quit difficult for us to attend the problem. So we were think like we shall have a website, which will have a link to install these components in the client’s computer. So we will put these exe files in a web site so whenever users find a problem they can go to the website and install these programs over the web. Hope I have made my problem clear. Thanks for your help.< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

     



  • Raj16

    dadson -

    Could you give a bit more description of exactly what you want to happen   Where is the exe   What kind of code are you writing that you want to have run the exe

    Thanks,
    Luke Hoban
    Visual C# IDE Program Manager

  • BlackSuperman

    Dadson -

    Take a look at the ClickOnce deployment technologies (http://msdn.microsoft.com/smartclient/understanding/windowsforms/2.0/features/clickonce.aspx).  This should help provide a lightweight deployment model for your client applications.

    Thanks,
    Luke Hoban
    Visual C# IDE Program Manager


  • How to Run a Exe