This article shows how to download, install and configure Pix4Dengine Server on Windows.
1. Download
To download the Pix4Dengine Server installer for Windows (.msi installer), go to Pix4D download page.
2. Install
To install Pix4Dengine Server, open the Windows Command Prompt and execute the following command:
msiexec /i A:\Example.msi
By default, the newly installed Pix4Dengine Server executable is not automatically added to the Windows PATH variable. As a consequence, it would be necessary change the working directory to the <Pix4Dengine Server installed directory> to use the command line. Alternatively, it is possible to add the Pix4Dengine Server executable to the PATH. To do so:
- Launch the Windows Command Prompt
- Type the following command:
set PATH=%PATH%;"<Pix4Dengine Server installed directory>"
3. Configure
Before processing a project, it is necessary to login and accept the EULA (after having read it). To do so, type the following command:
pix4dmapper -c --email EMAIL_ADDRESS --password PASSWORD --accept-eula yes
The -c argument is used to prevent the graphical user interface (GUI) from opening.
Going forward
Process a first project with Pix4Dengine Server by following the instructions here: Pix4Dengine Server first processing.
Article feedback (for troubleshooting, post here instead)
0 comments