This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- 0x80070652 - when installing VS 2012 C++ redistributables.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 16, 2016
07:54 AM
0x80070652 - when installing VS 2012 C++ redistributables.
Hi All,
I have a weird issue for the last few days now, i've been looking for a solution in the forums, google etc.
So far, couldn't find a similar problem:
Scenario:
1. I have an "Basic MSI" project that deploy our company product.
2. everything worked OK till i needed to add installation of VS 2012 C++ redistributables.
3. i'm using the installscript to initiate a command line for installing it quietly - 'vcredist_x64.exe /q'.
4. if the custom action is being added to the execute sequance, the following error is coming from the "VS 2012 C++ redistributables. -
ERROR 0X80070652: ERROR_INSTALL_ALREADY_RUNNING.This error is due to Another installation is already in progress. Complete that installation before proceeding with this install.
5. if running it manually, regardless to the IS installation, everything is working perfectly.
6. Also, when the custom action is on the UI sequance - works great. - i cannot leave it on the UI sequance, since our product is being deployed quietly along with some Audio drivers.
7. I've been trying to change into a different project type - "installscript MSI"... Same error.
Please advise, thanks for any inputs.
Gil.
I have a weird issue for the last few days now, i've been looking for a solution in the forums, google etc.
So far, couldn't find a similar problem:
Scenario:
1. I have an "Basic MSI" project that deploy our company product.
2. everything worked OK till i needed to add installation of VS 2012 C++ redistributables.
3. i'm using the installscript to initiate a command line for installing it quietly - 'vcredist_x64.exe /q'.
4. if the custom action is being added to the execute sequance, the following error is coming from the "VS 2012 C++ redistributables. -
ERROR 0X80070652: ERROR_INSTALL_ALREADY_RUNNING.This error is due to Another installation is already in progress. Complete that installation before proceeding with this install.
5. if running it manually, regardless to the IS installation, everything is working perfectly.
6. Also, when the custom action is on the UI sequance - works great. - i cannot leave it on the UI sequance, since our product is being deployed quietly along with some Audio drivers.
7. I've been trying to change into a different project type - "installscript MSI"... Same error.
Please advise, thanks for any inputs.
Gil.
- Tags:
- 0x80070652
- c++ 2012
(1) Reply
Feb 19, 2016
05:51 AM
If you're using InstallShield to develop your Basic MSI project why not just select the VC++ 2012 redistributable x86/x64 prerequisite package in the "Redistributables" section of the IDE?
The redistributable will then get installed early in the sequence and will automatically run either interactively or silently according to the selected install mode.
The redistributable will then get installed early in the sequence and will automatically run either interactively or silently according to the selected install mode.