msi - 自定义 Visual Studio Addin 的部署设置项目

发布于 2024-12-26 06:35:36 字数 548 浏览 1 评论 0原文

我为 Visual Studio (2008/2010) 开发了一个自定义插件。此时我需要 为加载项准备一个 *.msi 安装包,其中

Visual Studio Installer -> Setup Project.

我需要一些有关为自定义 VS 加载项设置部署包的规则的指导。我已经浏览过互联网,但是找不到一些细节。

例如:

如何设置: DefaultLocation [CommonAppDataFolder][ProductName]

由于 VS 已定义应放置加载项的加载项路径

Tools-> Options -> Enviroment -> Add-in/Macros Security

输入图像描述这里

我如何从那里获取 DefaultLocation 或如何根据 VS 版本设置它。

提前Tnx。

I have developed a custom Add-In for Visual Studio (2008/2010). At this point I need to
prepare a *.msi installation package for the add-in, with the

Visual Studio Installer -> Setup Project.

I need a little guidance about the rules of setting up a deployment package for a custom VS addin. I have looked through the internet, but couldn't find some details.

For example:

How to set the:
DefaultLocation [CommonAppDataFolder][ProductName]

Since the VS has already defined add-in paths where an add-in should be placed

Tools-> Options -> Enviroment -> Add-in/Macros Security

enter image description here

how can i get the DefaultLocation from there or how to set it depending on VS version.

Tnx in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

琉璃繁缕 2025-01-02 06:35:36

要设置 DefaultLocation 属性,您可以尝试以下操作:

  • 在解决方案资源管理器中选择您的安装项目
  • 单击解决方案资源管理器顶部的文件系统编辑器图标
  • 在其属性窗格中选择应用程序文件夹
  • 设置 DefaultLocation 属性

对于其他问题,请尝试提出更具体的问题。

To set DefaultLocation attribute you can try this:

  • select your setup project in Solution Explorer
  • click File System Editor icon on top of Solution Explorer
  • select Application Folder
  • in its Properties pane set the DefaultLocation attribute

For other problems try asking more specific questions.

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