Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, January 24, 2017 4:11 PM
I am trying to install the Visual runtime C++ in Windows 8.1 64 and I get the error during installation - 0x80240017: Failed to execute MSU package.
Relevant part of error log is here
[0540:05A8][2017-01-13T03:36:33]i301: Applying execute package: Windows81_x64, action: Install, path: C:\ProgramData\Package Cache\3ACBF3890FC9C8A6F3D2155ECF106028E5F55164\packages\Patch\x64\Windows8.1-KB2999226-x64.msu, arguments: '"C:\Windows\SysNative\wusa.exe" "C:\ProgramData\Package Cache\3ACBF3890FC9C8A6F3D2155ECF106028E5F55164\packages\Patch\x64\Windows8.1-KB2999226-x64.msu" /quiet /norestart'
[0540:05A8][2017-01-13T03:38:02]e000: Error 0x80240017: Failed to execute MSU package.
[0C28:0E30][2017-01-13T03:38:02]e000: Error 0x80240017: Failed to configure per-machine MSU package.
[0C28:0E30][2017-01-13T03:38:02]i319: Applied execute package: Windows81_x64, result: 0x80240017, restart: None
[0C28:0E30][2017-01-13T03:38:02]e000: Error 0x80240017: Failed to execute MSU package.
[0540:05A8][2017-01-13T03:38:02]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\462f63a8-6347-4894-a1b3-dbfe3a4c981d}, resume: ARP, restart: None, disable resume: No
[0540:05A8][2017-01-13T03:38:02]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\462f63a8-6347-4894-a1b3-dbfe3a4c981d}, resume: ARP, restart initiated: No, disable resume: No
[0C28:0E30][2017-01-13T03:38:02]i399: Apply complete, result: 0x80240017, restart: None, ba requested restart: No
All replies (1)
Wednesday, January 25, 2017 5:22 AM
Hi N_V_P,
Thank you for posting in MSDN forum.
Let's see the error message as below:
>>Applying execute package: Windows81_x64, action: Install, path: C:\ProgramData\Package Cache\3ACBF3890FC9C8A6F3D2155ECF106028E5F55164\packages\Patch\x64\Windows8.1-KB2999226-x64.msu
>>Error 0x80240017: Failed to configure per-machine MSU package.
The above indicates that your OS failed to install the required update Windows8.1-KB2999226-x64.msu, you can install it by extracting that update to a folder, and execute the specific cmdlet.
Please take a look at the following link:
Solution of Soman Dubey:
1. Find the Windows8.1-KB2999226-x64.msu from the folder C:\ProgramData\Package Cache\3ACBF3890FC9C8A6F3D2155ECF106028E5F55164\packages\Patch\x64
2. Create a folder XXXX in that and execute following commands from Admin command prompt
3. wusa.exe Windows8.1-KB2999226-x64.msu /extract:XXXX
4. DISM.exe /Online /Add-Package /PackagePath:XXXX\Windows8.1-KB2999226-x64.cab
5. vc_redist.x64.exe /repair (Also you could repair all the VC++ Redistributables from Control Panel)
If any problem persists, please feel free to tell me, I will help you for further analyze.
Best regards,
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].