msi - 自定义 Visual Studio Addin 的部署设置项目
我为 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
how can i get the DefaultLocation from there or how to set it depending on VS version.
Tnx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要设置 DefaultLocation 属性,您可以尝试以下操作:
对于其他问题,请尝试提出更具体的问题。
To set DefaultLocation attribute you can try this:
For other problems try asking more specific questions.