Visual Build Professional 6.7.1.1 | 8,56 MB Visual Build is software for Windows that enables developers and build masters to easily create an automated, repeatable process for building and deploying software.
Some of the alternatives are:
* Manual/Home-grown Builds: Creating a build process from scratch is not much fun, tends to be error-prone, and is usually a waste of time and money.
* Batch Files: A poor choice for automating builds because it's cumbersome to implement error handling, doesn't provide easy status and logging, and there is no simple way to continue from an error after correcting the problem.
* Make Files: While make files serve a useful purpose in many builds, they tend to be arcane and cryptic and are not well-suited for managing the entire build process.
* Script: Languages like Perl, PowerShell, and VBScript can be used to automate many tasks, but they require writing a lot of custom code, don't provide a framework for displaying build progress, logging tool output, or stopping and resuming from error conditions.