cabwiz

How to create the inf file for a smart device cab project from command line?

青春壹個敷衍的年華 提交于 2019-12-21 04:30:21
问题 I am trying to get my continuous integration to create build the smart device cab project from within msbuild on the command line. Everything that I have found says to use the inf file (with cabwiz) created when you build the project from within visual studio. Is there a way to create the inf using the .vddproj file so that I can then use it with cabwiz.exe? 回答1: Your best bet is either to run devenv.exe (or devenv.com) from the msbuild task, or to steal the INF that Visual Studio generates

How to create the inf file for a smart device cab project from command line?

梦想的初衷 提交于 2019-12-03 14:00:45
I am trying to get my continuous integration to create build the smart device cab project from within msbuild on the command line. Everything that I have found says to use the inf file (with cabwiz) created when you build the project from within visual studio. Is there a way to create the inf using the .vddproj file so that I can then use it with cabwiz.exe? Your best bet is either to run devenv.exe (or devenv.com) from the msbuild task, or to steal the INF that Visual Studio generates and use it to run cabwiz.exe from the msbuild task. MVP Discussion: http://social.microsoft.com/Forums/en-US