Administration
Silent Installation
The installation of the Peakboard Designer can be done via the command line. The command line must be executed as an administrator. If the following window appears, confirm that you trust the software provider by clicking [Yes].
Silent Installation of the Peakboard Designer
Here, only the Peakboard Designer and the Peakboard Runtime necessary for the preview function are installed. The PeakboardSetup.exe can be called from any directory. The following command line entry illustrates how the installation works in silent mode from the directory [C:\Temp]:
```
"C:\Temp\PeakboardSetup.exe" -Silent True -InstallPath <installation path>
```
Silent Uninstallation
Similar to the installation, the uninstallation of the software can also be done in silent mode. To do this, adapt the command to the path of the uninst.exe. By default, the Peakboard Designer is installed under [C:\Program Files\Peakboard], where you will also find the uninst.exe.
```
"C:\Program Files\Peakboard\uninst.exe" -Silent True
```