I have an application for IE 11 in SCCM 2012 that performs an application detection to see if the version of iexplore.exe is version 11.% to determine if installed. We've had the application marked as "available" in the software center and it's
been working great. Once installed, it exits with code 3010 (soft reboot) and SCCM notifies the user that a reboot is pending without forcing anything. When we tested to make the application "required", however, it began to force reboots. While I
could do some workarounds like modify exit code 3010 to report a success or mark the application behavior to "no specific action required" to avoid the forced reboot, this ends up marking a successful installation pending reboot as a failure since
it finishes up by performing an application detection. This is a problem with IE 11 since the version of iexplore.exe does not change until after a reboot. Is there a way we can deploy IE 11 as a required application without forcing a reboot on users?
↧