Forum Discussion
How can I tell when my Office ProPlus was last updated?
- Aug 27, 2017
Hi Thomas, you can check the log files in the C:\Windows\Temp folder. The Click-To-Run-Service logs to this directory any activity, e.g. configuration changes, update detections and update applies. The log files are in the format %computername%-%Date%-%Time%.log.
I would suggest to look for log files 100KB+ in size and then look for an entry similar to
"Task UPDATEAPPLY:{9ECBBD08-437D-4246-9F21-2572B9898318} completed with TaskState TASKSTATE_COMPLETED"
This indicates that the client has successfully applied an update.
Hope this helps.
Hi Thomas, you can check the log files in the C:\Windows\Temp folder. The Click-To-Run-Service logs to this directory any activity, e.g. configuration changes, update detections and update applies. The log files are in the format %computername%-%Date%-%Time%.log.
I would suggest to look for log files 100KB+ in size and then look for an entry similar to
"Task UPDATEAPPLY:{9ECBBD08-437D-4246-9F21-2572B9898318} completed with TaskState TASKSTATE_COMPLETED"
This indicates that the client has successfully applied an update.
Hope this helps.