
After downloading wyBuild, installing wyBuild can be completed in 3 simple steps:
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. |
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"