Page 1 of 1

[SOLVED] vstor40_x64.exe install issue

PostPosted: Thu Dec 04, 2014 1:17 pm
by jason
Testing the install on a Win 7 x64 system running Word 2013, the install failed to install pre-req vstor40_x64.exe

Looking at the install log, it said

Code: Select all
Installing using command 'C:\Users\user865e6\AppData\Local\Temp\VSDAC69.tmp\VSTOR40\vstor40_x64.exe' and parameters ' /q:a /c:"install /q /l"'
Unable to run create process.  GetLastError returned: 1223
Status of package 'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)' after install is 'InstallFailed'


I was able to work around this issue by running the following in a cmd prompt:

Code: Select all
vstor40_x64.exe /q:a /c:"install /q /l"


This rebooted Windows; I was then able to do the AddIn install successfully.