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.
 
Back
Top