How to call an external executable file in Add-in

  • Thread starter Thread starter Kelly Xie via .NET 247
  • Start date Start date
K

Kelly Xie via .NET 247

Hi,

I am building an add-in to the .NET framework using C#. I need to call an external executable file. It works fine with the computer I am working now. How can I make it work when I install the add-in to another computer?

Thanks a lot
 
Kelly,

You would have to make sure that this external executable is installed
properly with your add in. Once you do that, and assuming your add in knows
the location of the executable, you should be just fine.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Kelly Xie via .NET 247 said:
Hi,

I am building an add-in to the .NET framework using C#. I need to call an
external executable file. It works fine with the computer I am working now.
How can I make it work when I install the add-in to another computer?
 
Back
Top