如何将 ProjectName.vdproj 移动到其他目录?
我有一个安装项目,我想将其移动到不同的目录。我找到了一种方法来更改 MSI 文件的去向,但我正在努力寻找一种移动 vdproj 文件的方法。
谢谢
I have a setup project which I would like to move to a different directory. I have found a way to change where the MSI files will go to, but I'm struggling to find a way to move vdproj files.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以移动 Vdproj 文件,但必须更正项目文件内的所有 SourcePath 标记。那里的路径通常是相对的,所以你必须知道新的相对路径。除此之外,我没有看到任何问题。
You can move Vdproj files, but you have to correct all SourcePath tags inside the project file. The path there is usually relative, so you have to know the new relative path. Other than that, I don't see a problem.