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:
- I have an "Basic MSI" project that deploy our company product.
- everything worked OK till i needed to add installation of VS 2012 C++ redistributables.
- i'm using the installscript to initiate a command line for installing it quietly - 'vcredist_x64.exe /q'.
- 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.
- if running it manually, regardless to the IS installation, everything is working perfectly.
- 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 our product client.
- I've been trying to change into a different project type - "installscript MSI"... Same error.
Please advise, thanks for any inputs.