Hi, i'm trying to deploy an EXE file With some parameters and an installationdir.
Exxecution failed With exit code 1203...
Execute-Process -Path "Setup.exe" -Parameters "/s /v'/qn INSTALLDIR=\'%programfiles%\Applikation\Version\''" -WindowStyle Hidden -IgnoreExitCodes '3010'
But only get:Exxecution failed With exit code 1203...