Install wyBuild

General Installation

installing wyBuild

After downloading wyBuild, installing wyBuild can be completed in 3 simple steps:

  1. Read and accept the End User License Agreement
  2. Enter your wyBuild product key.
    If you're using the 21-day trial you can leave this field blank. You can always add the product key later within wyBuild.
  3. Press Install.

Advanced Install: Command line options

The following command line options can be used to customize and automate the wyBuild installation:

Option Parameters Description
/S Silent installation.
/PKEY {product key} The product key for wyBuild.
/INSTDIR {folder} The program installation directory.
/ND Do NOT install a shortcut to the desktop.
/NSM Do NOT install a shortcut to the Start Menu.

Usage Examples

In the following examples I'll use a dummy prodcut key (ABCD-EFGH-IJKL-MNOP-QRST-UVWX-YZWY). Whenever you see that product key replace it with your own product key. Or, if you're using trial, just omit the "/PKEY" option.

Example 1: Silently installing wyBuild using the default installation directory and using your product key.

wybuild-setup.exe /S /PKEY ABCD-EFGH-IJKL-MNOP-QRST-UVWX-YZWY

Example 2: Silently installing wyBuild Professional to a specific directory. Also, don't install the desktop shortcut.

wybuild-setup.exe /S /ND /PKEY ABCD-EFGH-IJKL-MNOP-QRST-UVWX-YZWY /INSTDIR"C:\My Special Folder\wyBuild"