Installation guide
128
EMC NetWorker Release 8.1 SP1 Installation Guide
Microsoft Windows Installation
Executing
(\\NW-host\ROOT\CIMV2:Win32_Product.IdentifyingNumber="{980A983E-16
0C-4FFD-890A-F4877066B679}",Name="NetWorker Management
Console Server",Version="8.1.1")->Uninstall()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ReturnValue = 0;
};
4. Uninstall the NetWorker software:
c:\>wmic product where name="NetWorker" uninstall
5. Review the output to confirm the uninstall is successful. The message Method
execution successful indicates a successful uninstall.
For example:
Executing
(\\BV-TLCSC\ROOT\CIMV2:Win32_Product.IdentifyingNumber="{74B15CCE-9
8DB-46F5-B634-5BE07C7FC85A}",Name="NetWorker",Version="
8.1.1")->Uninstall()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ReturnValue = 0;
};
Detailed information about the wmic.exe utility is available in the Microsoft kb article
290216.
Using SMS to install or uninstall the NetWorker software
Use the Microsoft Systems Management Server (SMS) to perform a push installation and
removal of the NetWorker software.
For best results, do not use a computer that is running the NetWorker server software as
the SMS server host. Configure the SMS server software on a NetWorker client.
Refer to the Microsoft SMS documentation for detail information about how to perform
SMS procedures, such as creating an installation package or deploying an installation job.
To use the SMS software to install or remove the NetWorker software:
1. Create a shared directory on a local disk on the SMS server.
For example, create a shared directory called networkr.
2. Copy all of the files from the appropriate directory on the NetWorker CD-ROM to the
directory created in step 1 .
For example, copy all of the files from \win_x86\networkr on the CD-ROM to the
networkr directory on the SMS server.