Â
Hello experts,
I have installed Windows XP, SP2 and when I attempted to install Microsoft Cluster Server Setup I received the following error message. I restart the computer and attempted to reinstall the setup but the same message shows given below.
Â
Â
Microsoft Cluster Server Setup:
Microsoft Cluster Server could not be installed. You must reboot before running setup again.
The specified service has been marked for deletion.
Error ID: 1072 (00000430).      Â
Please help me to fix this issue.
Thanks.
Microsoft Cluster Server Setup installation error
Hello Vance,
Double check to make sure that Microsoft .NET Framework has been installed, and if it is it should be the latest version. If it is installed but something doesn't look right with it, reinstall it. This is a solution that usually works for most SQL setup issues.
Regards,
Fletcher Hoss
Microsoft Cluster Server Setup installation error
"Error ID: 1072 (00000430)" meaning is the exact one depicted in the picture: ERROR_SERVICE_MARKED_FOR_DELETE. There can be several reasons for this error but in all cases it is because something else is keeping the service active when it needs to be closed. Possible culprits are:
1. MMC.exe (Microsoft Management Console) is open. Open the command prompt and type in
taskkill /F /IM mmc.exeÂ
and press Enter.
2. "Event Viewer" is open.
3. "Services" console is open.
4. "Process Explorer" is running.
5. Task Manager is running.
Close all of the above and re-attempt the installation.