execute vsto file after instalation - Outlook Addin
I have developi开发者_运维技巧ng a setup project to install a addin in outlook. What i want to do is, in the installer have a dialog with two radiobuttons, so the user can choose if wants to install the vsto file.
I know how to add the dialog, but how can i do the rest?
regards
Luis,
First of all I, would suggest not writing your installer in C#. All the non-free versions of Visual Studio allow for you to edit Microsoft Setup Projects and there is also WiX and the Nullsoft Scriptable Installer System.
However, if you insist on going down this path, the class System.IO.File has a static member called Copy.
精彩评论