安装后执行 vsto 文件 - Outlook Addin
我正在开发一个安装项目来在 Outlook 中安装插件。 我想要做的是,在安装程序中有一个带有两个单选按钮的对话框,以便用户可以选择是否要安装 vsto 文件。
我知道如何添加对话框,但剩下的该怎么做呢?
问候
I have developing 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Luis,
首先我建议不要用 C# 编写安装程序。所有非免费版本的 Visual Studio 都允许您编辑 Microsoft 安装项目,还有 WiX 和Nullsoft 脚本化安装程序系统。
但是,如果您坚持走这条路,类 System.IO.File< /a> 有一个名为 Copy 的静态成员。
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.