I have a PowerShell script that deploys a package at the end of a task sequence, after several reboots. The application is a wix burn based installer and requires much custom manual work to deploy. It is also extremely resource-intensive during the deployment stage.
The virtual machine is adequately provisioned, and the host is as well. The application runs well post-deploy when installed from a regular session.
However, I am unable to install it from within the ts environment, based on logging and behavior, it simply appears to be a resource contention issue.
I am aware of the limits of the pe environment, however, I am unable to find any documentation that discusses any limits imposed by the setup environment.
Does anyone know if this is the case, and if so, whether a workaround exists?
Thanks.