Multiple choice technology architecture

Which switch do you use with the installutil command to uninstall an assembly?

  1. /delete

  2. /remove

  3. /u

  4. /uninstall

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The installutil utility uses the /u flag to uninstall a Windows service. This flag tells the tool to remove the service executable from the system and unregister it. The /u switch must be followed by the path to the service assembly.