Usage: %s (-ia|-ua|-r)|((-i|-u) -c: ) -v|-q -nologo -h -ia Install all components -ua Uninstall all components -r Repairs ...

Usage: 
    %s [(-ia|-ua|-r)|((-i|-u) -c:)] [-v|-q] [-nologo] [-h] 
  -ia 
    Install all components 
  -ua 
    Uninstall all components 
  -r 
    Repairs all components 
  -i 
    Install components specified with -c 
  -u 
    Uninstall components specified with -c 
  -c: 
    Install/uninstall a component: 
      httpnamespace        - HTTP namespace reservation 
      tcpportsharing       - TCP port sharing service 
      tcpactivation        - TCP activation service 
      namedpipeactivation  - Named pipe activation service 
      msmqactivation       - MSMQ activation service 
      etw                  - ETW event tracing manifests (Windows Vista or later) 
    Can be used to install several components at the same time 
  -q 
    Quiet mode (only error logging) 
  -v 
    Verbose mode 
  -nologo 
    Suppress the copyright and banner message 
  -h 
    Displays this help text. 
 
Examples: 
    %s -ia 
      Installs all components 
    %s -i -c:httpnamespace -c:etw 
      Installs HTTP namespace reservation and ETW manifests 
    %s -u -c:etw 
      Uninstalls ETW manifests 
    %s -r 
      Repairs the installation