That return code is not acted upon by SCCM, other than to flag a 'failed' installation (which is technically correct). The toolkit script continues to run and takes care of the re-prompts at your specified interval, but SCCM is done from that point until the next detection cycle.
You dont want to return a SCCM Retry Code when a user defers and then have SCCM try to run the install again (10mins by default) because the toolkit script is still running and still 'managing' the install.
Or have I not understood your issue?
p.s. you can customise the InstallationDefer_ExitCode in the XML config, but dont unless you are sure you need to!
You dont want to return a SCCM Retry Code when a user defers and then have SCCM try to run the install again (10mins by default) because the toolkit script is still running and still 'managing' the install.
Or have I not understood your issue?
p.s. you can customise the InstallationDefer_ExitCode in the XML config, but dont unless you are sure you need to!