What is VC_14_helper.exe / Cannot install upgraded data service

SOLVED

Good Morning,

I am wondering if anybody could be ever so kind as to point me in the right direction I am getting an error when trying to run dataservice install only for v28, currently on v25.

I have rebooted the server twice, to no avail, cleared temp etc, run as admin. 

Any help is much appreciated.

Kind Regards

Aaron

Parents
  • +1
    verified answer

    Hi Aaron,

    The point that the install is failing is when it is unpacking that exe from Install.exe so is either a damaged installer, no disk space, permissions, virus scanning, etc.

    This particular .exe tries to automatically stop the data service for v25, if you try and stop it manually then run the installer again.

     

    1. Press the Windows Key and type cmdthen right click the cmd.exeand click Run as administrator.
    2. Taskkill /f /IM sg50svc_v25.exe
    3. Enter
    4. TASKKILL /F /IM sg50CtrlSvc_v25.exe /T
    5. Enter
    6. Close command prompt.
    7. Download and install  VC++ 2019 x86 redist manually

    https://aka.ms/vs/17/release/vc_redist.x86.exe

    Try the installer again.

     

    Kind Regards,

    Andy

Reply
  • +1
    verified answer

    Hi Aaron,

    The point that the install is failing is when it is unpacking that exe from Install.exe so is either a damaged installer, no disk space, permissions, virus scanning, etc.

    This particular .exe tries to automatically stop the data service for v25, if you try and stop it manually then run the installer again.

     

    1. Press the Windows Key and type cmdthen right click the cmd.exeand click Run as administrator.
    2. Taskkill /f /IM sg50svc_v25.exe
    3. Enter
    4. TASKKILL /F /IM sg50CtrlSvc_v25.exe /T
    5. Enter
    6. Close command prompt.
    7. Download and install  VC++ 2019 x86 redist manually

    https://aka.ms/vs/17/release/vc_redist.x86.exe

    Try the installer again.

     

    Kind Regards,

    Andy

Children