从命令行构建Visual Studio安装程序项目 [英] visual studio installer project build from command line

查看:72
本文介绍了从命令行构建Visual Studio安装程序项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个项目,这里显示的是Visual Studio错误

I have a project that suffers from a Visual Studio bug shown here

http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=356321

这意味着我无法在Windows 7计算机上构建安装程序项目(提出的解决方法对我不起作用,当我尝试运行regcap.exe时,它会崩溃)

It means that I can't build the installer project on my windows 7 machine (the workaround presented doesn't work for me, regcap.exe crahses when I try to run it)

现在,我计划在远程XP计算机或XP模式下构建安装程序.我可以在不安装完整的Visual Studio的情况下执行此操作吗?从.vdproj文件构建的命令行是什么?

Now I plan to build the installer on a remote XP machine or in XP mode. Can I do this without installing the full Visual Studio? What is the command line to build from a .vdproj file?

推荐答案

显而易见的选择是使用msbuild,但不幸的是使用Team Foundation Build(如果您已安装或有能力将其安装在一台计算机上).

The obvious choice that comes to mind is using msbuild, but unfortunately it doesn't support building from .vdproj files. Another option without using Visual Studio is to use Team Foundation Build, if you have it installed or can afford to install it on one of your machines.

这篇关于从命令行构建Visual Studio安装程序项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆