This is probably because you already have a partial installation of KB2919355 which the new attempt is unable to overwrite. This results in the installation attempt being undone like you describe.
So do the following next.
Go to Programs and Features in Control Panel and click the link to "View installed updates".
In the next menu, copy/paste: KB2919355 in the Search field top right. If it's installed, it'll appear below and you can uninstall it from there.
If it's not there, close Programs and Features, right click the Start button and go to Command Prompt (Admin). Then copy/paste the following command and hit Enter:
DISM /online /remove-package /packagename:Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14
If successful, use the same command prompt to run the following command:
DISM /online /cleanup-image /startcomponentcleanup
When that one finishes, copy/paste the fiollowing command:
DISM /online /cleanup-Image /restorehealth
When that completes, install KB2919355 again.