I've come accross a strange one here. If I take a fresh OS and install the MSP from the command prompt SCCM reports that the client is now running 5.00.7958.1203 however if I try to run from SCCM application installs sucessfully but the version reported back is still 5.00.7958.1000 even though the reg key
SOFTWARE\Microsoft\Updates\Configuration Manager Client\5.00.7958.1000\configmgr2012ac-r2-kb2938441-i386
has been updated.
Both are running the exact same command file.
msiexec /p "pathto...MSP" /q REINSTALL=ALL REINSTALLMODE=mous
Is it a permissions issue?
SCCM Deployment Technician