Performing a silent removal – EMC CLARiiON User Manual

Page 88

Advertising
background image

A-30

EMC CLARiiON Server Support Products for Windows Installation Guide

Silent Installations and Removals

5. Create a response file for the CLI by issuing the command below.

The command consists of the text retrieved from the CLI registry
and additional switches as shown below.

The command will launch an InstallShield Wizard. Pathname or
filenames containing spaces must be in double quotation marks, for
example, "C:\my dir\my file.cfg".

CLIUninstallString -r -f1fullpath\responsefilename

where

CLIUninstallString

Is the CLI UninstallString text listed in step 3 on page A-29.

-r

Indicates that a response file will be created.

-f1

full path\responsefilename

Specifies the full pathname and filename of the response file.

Performing a silent removal

1. On another attached server (not the same server on which you

created the response file), open a command line window.

2. Enter the command below to uninstall CLI.

Important

By creating the response file, a removal occurred on the server

where the file was created. This is why you do not need to perform this
step on that server.

CLIUninstallString -s -f1fullpath\responsefilename
-f2

fullpath\ logfilename

where

CLIUninstallString

Is the CLI UninstallString text listed in step 3 on page A-29.

-s

Indicates a silent removal. A silent removal requires no user
input after you enter the command.

Advertising