安装项目中的 Visual Studio 2008 自定义生成步骤输出
我有问题,我想在安装项目中包含自定义构建步骤的输出文件。由于“添加项目输出”选项仅添加解决方案中的 exe,而不添加自定义输出,因此我的第一种方法是将其添加为文件。在这种情况下,该文件将受到源代码控制并受到写保护。通常情况下,不会签出文件来构建新版本,并且自定义步骤会失败,因此整个构建过程都会失败。因此,我想动态使用自定义构建步骤的输出而不是文件本身来解决我的问题。这个问题有什么解决办法吗?
I have the problem, that I want to include a outputfile from a custom build step in a setup project. Since the "add project output" option only adds the exe from the solution and not the custom output my first approach was to add it as a file. In this case the file is put under source control and write protected. Normally the files wont be checked out for building a new version, and the custom step fails and so the whole build process. So I want to dynamically use the output from the custom build step and not the file it self to resolve my problem. Is there any solution for this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论