从.vdproj构建没有Devenv的合并模块 [英] Build merge module without Devenv from .vdproj

查看:133
本文介绍了从.vdproj构建没有Devenv的合并模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我阅读了一些有关通过命令行构建mergemodule的Stackoverflow问题,但是当有人建议使用devenv进行编译或使用Dark从现有的msi文件创建wix文件时,所有这些问题都被接受.

I read quit a few Stackoverflow Questions about building mergemodules via commandline but all of them were accepted when either somebody suggested to use devenv for compilation or use Dark to create wix-files from existing msi files.

考虑以下几点:

  • 我必须使用的构建服务器上未安装VisualStudio.
  • 我正在使用nant + msbuild来编译解决方案
  • 我想从.vdproj编译mergemodules(因为Visual Studio自动检测到依赖项)
  • 并从多个mergemodules创建一个msi设置

...如何在不使用devenv的情况下从命令行构建合并模块,而又不失去Visual Studio中对合并模块进行自动依赖解决的便利? 也许有一个我找不到的nanttask?

... how can I build the merge modules from commandline without devenv and without loosing the comfort of automated dependencie resolving for mergemodules in visualstudio? Maybe there is a nanttask for it I haven't found?

推荐答案

MSBuild不支持Visual Studio部署项目,我的建议是硬着头皮使用Wix.

MSBuild doesn't support Visual Studio deployment projects, my advice would be to bite the bullet and go with Wix.

也许VS2010将对vdproj文件使用MSBuild架构?我猜没有,但是找不到任何链接.

Perhaps VS2010 will use MSBuild schema for vdproj files? I'm guessing no, but couldn't find any links.

这篇关于从.vdproj构建没有Devenv的合并模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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