Unattended Installation

Installation Script

Because there are many options to configure via the command line install, we have created a PowerShell Script to use as a ‘wrapper’ for the MSI Install.

You find the script at: https://github.com/2pintsoftware/iPXEAnywhere/tree/main/Install

Modify the script to enable the parameters you would like to define. The parameters are defined in the tables below.

Command Line Installation

The install can be configured through the following basic commands:

MSIEXEC /i "2Pint Software 2PXE Service (x64).msi" INSTALLTYPE=”2” SERVICE_USERNAME=<domain>\<username> SERVICE_PASSWORD=<password> REMOTEINSTALL_PATH=C:\RemoteInstall /l* C:\Temp\2PXE.installation.log

The above examples are ‘bare minimum’ examples. You may want to configure more properties during install, and we have included a reference of all the MSI properties below:

Mandatory MSI Properties

Optional MSI Properties

Last updated