I'm deploying an application called GTSuite which I've done before with previous version many times using the powershell PSADT AppDeploy Toolkit template (currently using version 3.8). However, while deploying a new version of the GTSuite application the installation times out due to hanging processes invoked by the main setup-windows.exe installer. This is confirmed on the client by the error found in the AppEnforce.log on the client (see below). When I manually run script I can see the processes being spanwed by the main setup-windows.exe which are hanging.
Exceeded timeout of 40 minutes while waiting for process 5028 to finish.
WaitForRunningProcess failed. Error 0x87d00213
CScriptHandler::CompleteEnforcement failed with 0x87d00213
CAppProvider::CompleteEnforcement failed with error 0x87d00213
The powershell command to execute the GTSuite installer is as follows:
Execute-Process -Path "$dirFiles\setup-windows.exe" -Parameters "--mode unattended --optionfile `"$dirSupportFiles\silent-windows.options`""
I'm wondering if anyone has encountered such behvior with an installer and if so, how did you manage to resolve a situation like this with hanging installation processes?
Thanks in advance for your time and consideration.
Exceeded timeout of 40 minutes while waiting for process 5028 to finish.
WaitForRunningProcess failed. Error 0x87d00213
CScriptHandler::CompleteEnforcement failed with 0x87d00213
CAppProvider::CompleteEnforcement failed with error 0x87d00213
The powershell command to execute the GTSuite installer is as follows:
Execute-Process -Path "$dirFiles\setup-windows.exe" -Parameters "--mode unattended --optionfile `"$dirSupportFiles\silent-windows.options`""
I'm wondering if anyone has encountered such behvior with an installer and if so, how did you manage to resolve a situation like this with hanging installation processes?
Thanks in advance for your time and consideration.