Visual Studio 2008 安装项目 - 如何在备用路径中安装文件?
我是 vs2008 中设置项目的新手。 我需要知道如何在安装项目中配置文件,以便将其安装到安装目录之外的特定位置。
示例: 主安装目录 = c:\program files\etc..
这个其他文件: 安装目录 = c:\mydirectory\myfile.txt
可能有一个简单的解决方案,但我还没有找到。
I'm new to setup proj in vs2008.
I need to know how to configure a file in my setup project, so that it is installed to a specific location other than the install directory.
example: main install directory = c:\program files\etc..
this other file: install directory = c:\mydirectory\myfile.txt
There is probably a simple solution, but I have not found it yet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我在这件事上简直是个傻瓜。问题是我将路径输入到 (Name) 属性而不是 DefaultLocation 属性中。
Ok, I was a complete bonehead on this one. The problem is that I was entering the path into the (Name) property instead of the DefaultLocation property.