This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Knowledge Base
- :
- Trying To Use MSBuild.exe To Build Our Solution Is Failing
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Trying To Use MSBuild.exe To Build Our Solution Is Failing
Trying To Use MSBuild.exe To Build Our Solution Is Failing
Summary
Describes how to build using MSBuildSynopsis
InstallShield supports the Microsoft Build engine (MSBuild) included with the .NET Framework. MSBuild support enables you to build Visual Studio solutions with InstallShield projects in build lab environments where Visual Studio is not installed.Discussion
To use MSBuild from the command line:
1. Open the Command Prompt window.
2. Change the directory to the one that contains MSBuild.exe:
C:\Windows\Microsoft.NET\Framework\Version Folder\
3. Type the command-line statement to build the release build of the Visual Studio integration project. For example:
MSBuild.exe C:\Folder Containing My Visual Studio Solution\My Solution.sln /property:Configuration=Release
Additional Information
Microsoft Build Engine (MSBuild)Using MSBuild to Build a Release from the Command Line
Verbose Build Log with MsBuild
No ratings