![]()
|
InstallShield 12
MSBuild provides an easy way to build a release from the command line on a machine on which Visual Studio is not installed. The only components you must have installed on the machine are the .NET Framework and the InstallShield Standalone Build. Place a copy of your Visual Studio solution on the machine, and run MSBuild.
TASK
To use MSBuild from the command line:
C:\Windows\Microsoft.NET\Framework\Version Folder\
MSBuild.exe C:\Folder Containing My Visual Studio Solution\My Solution.sln /property:Configuration=Release
See Also
Microsoft Build Engine (MSBuild)
|
|
copyright contact |