安装后执行 vsto 文件 - Outlook Addin

发布于 2024-09-30 10:43:06 字数 128 浏览 0 评论 0原文

我正在开发一个安装项目来在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

成熟的代价 2024-10-07 10:43:06

Luis,

首先我建议不要用 C# 编写安装程序。所有非免费版本的 Visual Studio 都允许您编辑 Microsoft 安装项目,还有 WiXNullsoft 脚本化安装程序系统

但是,如果您坚持走这条路,类 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文