Windows Server 2008 Server Core is a minimal installation option for servers running Windows Server 2008. Windows Server Core contains minimal user interface functionality. The primary method of interacting with Server Core is through the command line.
Due to the lack of a user interface, situations can arise which require you to uninstall CA ARCserve D2D using the Windows command line.
The following procedure provides the steps necessary to uninstall CA ARCserve D2D from all Windows operating systems using the command line.
Follow these steps:
Note: Log in to the computer using an administrative account.
If a reboot is required after completion of the uninstall, you can specify if you want the computer to automatically reboot or to notify you that a reboot is required. You can then perform the reboot at a more convenient time:
Note: A reboot is required If the CA ARCserve D2D driver is installed.
With this command, a reboot is performed automatically without any notification (if a reboot is required):
MsiExec.exe /X{97270DB5-DB8F-467F-9C52-1AF57C55EA60} /qn
MsiExec.exe /X{611E0884-4C83-4740-A3A9-9EB00D784E8D} /qn
With this command, check the return code to know if a manual reboot is required:
Return Code:
0 = Uninstall was successful
3010 = Uninstall was successful, but a reboot is required
Other = Uninstall failed
MsiExec.exe /X{97270DB5-DB8F-467F-9C52-1AF57C55EA60} REBOOT=ReallySuppress /qn
MsiExec.exe /X{611E0884-4C83-4740-A3A9-9EB00D784E8D} REBOOT=ReallySuppress /qn
With this command, a pop-up message displays notifying you if a manual reboot is required.
MsiExec.exe /X{97270DB5-DB8F-467F-9C52-1AF57C55EA60}
MsiExec.exe /X{611E0884-4C83-4740-A3A9-9EB00D784E8D}
Copyright © 2012 CA.
All rights reserved.
|
|