PSADT 4.0.6 - Deployment error with Start-ADTMsiProcess

here a example
PSADT v4 - Can someone explain this like I’m 5? - The Toolkit / General Discussion - PSAppDeployToolkit Community

-AdditionalArgumentList “/QR” = add
-ArgumentList = oversteer

What do you specify the path for - it is in the function by default and has no meaning here

because of the restart manager do everything via /QN

I have stored the parameters by default
\Config\config.psd1
# Installation parameters used for non-silent MSI actions.

   # InstallParams = 'ALLUSERS=1 REBOOT=ReallySuppress REBOOTPROMPT=Suppress ROOTDRIVE=C:\ /QN'

InstallParams = ‘ALLUSERS=2 MSIINSTALLPERUSER=1 REBOOT=ReallySuppress REBOOTPROMPT=Suppress ROOTDRIVE=C:\ /QN’

  # Installation parameters used for silent MSI actions.

   # SilentParams = 'ALLUSERS=1 REBOOT=ReallySuppress REBOOTPROMPT=Suppress ROOTDRIVE=C:\ /QN'

   SilentParams = 'ALLUSERS=2 MSIINSTALLPERUSER=1 REBOOT=ReallySuppress REBOOTPROMPT=Suppress ROOTDRIVE=C:\ /QN'



   # Installation parameters used for MSI uninstall actions.

   # UninstallParams = 'ALLUSERS=1 REBOOT=ReallySuppress REBOOTPROMPT=Suppress ROOTDRIVE=C:\ /QN'

you have to look at the log more closely, 1603 should bring better information

   UninstallParams = 'ALLUSERS=2 MSIINSTALLPERUSER=1 REBOOT=ReallySuppress REBOOTPROMPT=Suppress ROOTDRIVE=C:\ /QN'



   # Registry key used to store toolkit information (with PSAppDeployToolkit as child registry key), e.g. deferral history.

   RegPath = 'HKCU:\SOFTWARE'



   # Specify if Administrator Rights are required. Note: Some functions won't work if this is set to false, such as deferral, block execution, file & registry RW access and potentially logging.

   # RequireAdmin = $true      

   RequireAdmin = $false