First we need to convert this hex based error message to decimal. In order to do this we can actually use the good old SET command.
To convert hex 0×80070652 we use the last 4 numbers and type this command:
set /a c = 0×652
This command will give the output 1618. In order to read the error message we simply type:
Net helpmsg 1618
To convert hex 0×80070652 we use the last 4 numbers and type this command:
set /a c = 0×652
This command will give the output 1618. In order to read the error message we simply type:
Net helpmsg 1618
This will give us this output that explains the reason for the error message:
Another installation is already in progress. Complete that installation before p
roceeding with this install.
roceeding with this install.