0

i have created a small addin for excel, but for configuration purposes, i need to determine where the user has installed the add-in, the specific location of the exe. How can i do this in C#??

4

1 回答 1

1

Application.ExecutablePath should do the trick.

于 2013-04-13T09:44:25.857 回答