K
Kim Vella
Guest
Hi,
I am trying to install the Microsoft Visual C++ 2012 Redistributable x64, and the installer is giving me the 0x8007015e error.
I have tried the following steps but still, the package is not installing:
Below is the log for the aforementioned error:
[0664:3D74][2019-02-25T00:11:01]: Burn v3.6.3542.0, Windows v6.3 (Build 9600: Service Pack 0), path: C:\test\vcredist_x64.exe, cmdline: ''
[0664:3D74][2019-02-25T00:11:01]: Setting string variable 'WixBundleLog' to value 'C:\Users\Kim\AppData\Local\Temp\dd_vcredist_amd64_20190225001101.log'
[0664:3D74][2019-02-25T00:11:01]: Setting string variable 'WixBundleOriginalSource' to value 'C:\test\vcredist_x64.exe'
[0664:3D74][2019-02-25T00:11:01]: Could not load or read state file: C:\ProgramData\Package Cache\{ca67548a-5ebe-413a-b50c-4b9ceb6d66c6}\state.rsm, error: 0x80070003.
[0664:3D74][2019-02-25T00:11:01]: Setting string variable 'WixBundleName' to value 'Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030'
[0664:3D74][2019-02-25T00:11:01]: Detect 2 packages
[0664:3D74][2019-02-25T00:11:01]: Detected package: vcRuntimeMinimum_x64, state: Present, cached: None
[0664:3D74][2019-02-25T00:11:01]: Detected package: vcRuntimeAdditional_x64, state: Present, cached: None
[0664:3D74][2019-02-25T00:11:01]: Condition 'VersionNT64 >= v6.0 OR (VersionNT64 = v5.2 AND ServicePackLevel >= 1)' evaluates to true.
[0664:3D74][2019-02-25T00:11:01]: Detect complete, result: 0x0
[0664:3D74][2019-02-25T00:11:04]: Plan 2 packages, action: Install
[0664:3D74][2019-02-25T00:11:04]: Condition 'VersionNT64 AND (VersionNT > v6.2 OR (VersionNT = v6.2 AND (NTProductType = 1)) OR (VersionNT = v6.2 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND NOT (NTProductType = 1)) OR (VersionNT = v6.1 AND (NTProductType = 1)) OR (VersionNT = v6.1 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND (NTProductType = 1)) OR (VersionNT = v5.1) OR (VersionNT = v5.2 AND NOT (NTProductType = 1)) OR (VersionNT = v5.2 AND (NTProductType = 1)))' evaluates to true.
[0664:3D74][2019-02-25T00:11:04]: Condition 'VersionNT64 AND (VersionNT > v6.2 OR (VersionNT = v6.2 AND (NTProductType = 1)) OR (VersionNT = v6.2 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND NOT (NTProductType = 1)) OR (VersionNT = v6.1 AND (NTProductType = 1)) OR (VersionNT = v6.1 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND (NTProductType = 1)) OR (VersionNT = v5.1) OR (VersionNT = v5.2 AND NOT (NTProductType = 1)) OR (VersionNT = v5.2 AND (NTProductType = 1)))' evaluates to true.
[0664:3D74][2019-02-25T00:11:04]: Planned package: vcRuntimeMinimum_x64, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
[0664:3D74][2019-02-25T00:11:04]: Planned package: vcRuntimeAdditional_x64, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
[0664:3D74][2019-02-25T00:11:04]: Plan complete, result: 0x0
[0664:3D74][2019-02-25T00:11:04]: Apply begin
[0664:3D74][2019-02-25T00:11:04]: Apply complete, result: 0x8007015e, restart: Required, ba requested restart: No
Best Regards,
Kim Vella
Continue reading...
I am trying to install the Microsoft Visual C++ 2012 Redistributable x64, and the installer is giving me the 0x8007015e error.
I have tried the following steps but still, the package is not installing:
- installing it after a clean boot
- removing x86 Microsoft Visual C++ 2012 Redistributable
- used <g class="gr_ gr_324 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling" data-gr-id="324" id="324">msiexec</g> /x <product code> to uninstall (there were no installation files for Microsoft Visual C++ 2012 Redistributable x64)
- Restarted multiple times
Below is the log for the aforementioned error:
[0664:3D74][2019-02-25T00:11:01]: Burn v3.6.3542.0, Windows v6.3 (Build 9600: Service Pack 0), path: C:\test\vcredist_x64.exe, cmdline: ''
[0664:3D74][2019-02-25T00:11:01]: Setting string variable 'WixBundleLog' to value 'C:\Users\Kim\AppData\Local\Temp\dd_vcredist_amd64_20190225001101.log'
[0664:3D74][2019-02-25T00:11:01]: Setting string variable 'WixBundleOriginalSource' to value 'C:\test\vcredist_x64.exe'
[0664:3D74][2019-02-25T00:11:01]: Could not load or read state file: C:\ProgramData\Package Cache\{ca67548a-5ebe-413a-b50c-4b9ceb6d66c6}\state.rsm, error: 0x80070003.
[0664:3D74][2019-02-25T00:11:01]: Setting string variable 'WixBundleName' to value 'Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030'
[0664:3D74][2019-02-25T00:11:01]: Detect 2 packages
[0664:3D74][2019-02-25T00:11:01]: Detected package: vcRuntimeMinimum_x64, state: Present, cached: None
[0664:3D74][2019-02-25T00:11:01]: Detected package: vcRuntimeAdditional_x64, state: Present, cached: None
[0664:3D74][2019-02-25T00:11:01]: Condition 'VersionNT64 >= v6.0 OR (VersionNT64 = v5.2 AND ServicePackLevel >= 1)' evaluates to true.
[0664:3D74][2019-02-25T00:11:01]: Detect complete, result: 0x0
[0664:3D74][2019-02-25T00:11:04]: Plan 2 packages, action: Install
[0664:3D74][2019-02-25T00:11:04]: Condition 'VersionNT64 AND (VersionNT > v6.2 OR (VersionNT = v6.2 AND (NTProductType = 1)) OR (VersionNT = v6.2 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND NOT (NTProductType = 1)) OR (VersionNT = v6.1 AND (NTProductType = 1)) OR (VersionNT = v6.1 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND (NTProductType = 1)) OR (VersionNT = v5.1) OR (VersionNT = v5.2 AND NOT (NTProductType = 1)) OR (VersionNT = v5.2 AND (NTProductType = 1)))' evaluates to true.
[0664:3D74][2019-02-25T00:11:04]: Condition 'VersionNT64 AND (VersionNT > v6.2 OR (VersionNT = v6.2 AND (NTProductType = 1)) OR (VersionNT = v6.2 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND NOT (NTProductType = 1)) OR (VersionNT = v6.1 AND (NTProductType = 1)) OR (VersionNT = v6.1 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND (NTProductType = 1)) OR (VersionNT = v5.1) OR (VersionNT = v5.2 AND NOT (NTProductType = 1)) OR (VersionNT = v5.2 AND (NTProductType = 1)))' evaluates to true.
[0664:3D74][2019-02-25T00:11:04]: Planned package: vcRuntimeMinimum_x64, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
[0664:3D74][2019-02-25T00:11:04]: Planned package: vcRuntimeAdditional_x64, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
[0664:3D74][2019-02-25T00:11:04]: Plan complete, result: 0x0
[0664:3D74][2019-02-25T00:11:04]: Apply begin
[0664:3D74][2019-02-25T00:11:04]: Apply complete, result: 0x8007015e, restart: Required, ba requested restart: No
Best Regards,
Kim Vella
Continue reading...