Hi,
In the AppDeployToolkitConfig.xml the InstallationUI_Timeout is default 6900 (1 hour 55mins), when timed out the script will return a 1618 error code (fast retry) and will continually re-run until prompted in the GUI.
_<InstallationUI_Timeout>6900</InstallationUI_Timeout>
My issue is if a user is away from there desk for multiple hours, say 3-4 hours... at this time the toolkit would have timed out twice and therefore losing 2 deferrals. We are using SCCM2012 application-based method and the application deployment cycle is set to once everyday.
We would like to remain 1 prompt per day and the Powershell GUI not to timeout or could we extend the timeout interval. Or would removing the 1618 error code from the SCCM application work?
Has anyone had this issue before? Please help!
Regards,
Craig
In the AppDeployToolkitConfig.xml the InstallationUI_Timeout is default 6900 (1 hour 55mins), when timed out the script will return a 1618 error code (fast retry) and will continually re-run until prompted in the GUI.
_<InstallationUI_Timeout>6900</InstallationUI_Timeout>
<!-- Time in seconds to automatically timeout installation dialogs. Default is 1 hour and 55 minutes so that dialogs timeout before SCCM times out. -->_
_Show-InstallationWelcome -CloseApps "App1," -BlockExecution -AllowDefer -DeferTimes 10 -CheckDiskSpace -PersistPrompt _My issue is if a user is away from there desk for multiple hours, say 3-4 hours... at this time the toolkit would have timed out twice and therefore losing 2 deferrals. We are using SCCM2012 application-based method and the application deployment cycle is set to once everyday.
We would like to remain 1 prompt per day and the Powershell GUI not to timeout or could we extend the timeout interval. Or would removing the 1618 error code from the SCCM application work?
Has anyone had this issue before? Please help!
Regards,
Craig