How can I execute .exe or .msi in Console Application??

  • Thread starter Thread starter JimmyChen
  • Start date Start date
J

JimmyChen

I had boxed a WebForm Application in XX.msi~
then I want write a Console application to execute XX.msi
What`s method can arrive purpose?
actually,I don`t know how can i use which one class
thx~ a lots
 
Hi,
I had boxed a WebForm Application in XX.msi~
then I want write a Console application to execute XX.msi
What`s method can arrive purpose?
actually,I don`t know how can i use which one class
thx~ a lots

Take a look at System.Diagnostics.Process class.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top