To install
Visual COBOL Build Tools for Windows:
- Read the following sections of
this documentation to minimize the chances of encountering issues during or after the installation process:
- Licensing Considerations
- Prerequisites for using
Visual COBOL Build Tools for Windows
- Restrictions when using
Visual COBOL Build Tools for Windows
- Run the
<build_tools_exe> file and follow the wizard instructions to complete the installation.
The
<build_tools_exe> file for this product is named:
- vcbt_100.exe
Or:
- vcbtx64_100.exe (64-bit-only product)
vcbt_100.exe or
vcbtx64_100.exe can take a number of parameters, enabling you to specify how to install the Build Tools. Examples are as follows:
- Silent Installation
- Format:
<build_tools_exe> /quiet
- Summary:
Full installation, but the components are installed non-interactively with no user interface, using default options and directories.
- Modified Silent Installation
- Format:
<build_tools_exe> /quiet InstallFolder=d:\otherdirectory
- Summary:
Full installation, but the components are installed non-interactively with no user interface, and
Visual COBOL Build Tools for Windows is installed to
d:\otherdirectory.
To see all of the available parameters, execute the following from the command line:
<build_tools_exe> /?