Hi All,
I'm having an issue when deploying any application during the task sequence for Server 2008 R2 Standard using SCCM 2012 RTM. The same applications work fine when deployed during TS to Windows 7. The SMSTS.log file indicates that the application is not required:
Passed in version 7 for ScopeId_489F0D05-6A03-4538-8833-F074B3AAABC5/RequiredApplication_004e85eb-7a88-4c76-b8fc-766e5e00a515 DCMAgent 12/12/2013 6:17:11 PM 1084 (0x043C) CAppMgmtSDK::GetEvaluationState ScopeId_489F0D05-6A03-4538-8833-F074B3AAABC5/RequiredApplication_004e85eb-7a88-4c76-b8fc-766e5e00a515.7 = NotRequired DCMAgent 12/12/2013 6:17:11 PM 1084 (0x043C) NotifyProgress received: 2 (Application is not required on the client ) InstallApplication 12/12/2013 6:17:11 PM 1084 (0x043C) ----------- Installation job completed with exit code 0x00000000 InstallApplication 12/12/2013 6:17:12 PM 1520 (0x05F0) Execution status received: 2 (Application is not required on the client ) InstallApplication 12/12/2013 6:17:12 PM 1520 (0x05F0) Install successful InstallApplication 12/12/2013 6:17:12 PM 1520 (0x05F0)
-------
I've checked the following:
- Application Requirements are correct. The same thing happens with correct OS requirements or with no requirements.
- The applications CAN be deployed via SCCM after the Task Sequence to the system
- The package is set to allow install during TS without advertisement
The strange thing is that the application deployments worked fine during Build/Capture.
Any guidance would be greatly appreciated.