Endpoint Protection

 View Only
Expand all | Collapse all

How to run Repair on SEP 11 from command line in XP and Vista form the client side.

  • 1.  How to run Repair on SEP 11 from command line in XP and Vista form the client side.

    Posted May 03, 2010 01:00 PM
    Good morning. I know you can stop and start SEP with SMC -stop and SMC -start. I want to know if you can repair the SEp install from command line?

    I am needing the equivalent of Control Panel -> Add/Remove Programs (Programs and Features in Vista) -> Right Click on Symantec Endpoint and select Repair.

    Thanks!


  • 2.  RE: How to run Repair on SEP 11 from command line in XP and Vista form the client side.

    Posted May 03, 2010 01:15 PM
    Windows ® Installer. V 3.01.4000.1823 
     
    msiexec /Option <Required Parameter> [Optional Parameter]

    To find the product code for your product
    In the Windows Registry Editor, expand the following key:
     
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
     
    This key contains many <Product Code> keys.
     
    In the left pane, click each <Product Code> key. 
    In the right pane, look at the DisplayName value. 
    Find the <Product Code> key whose DisplayName value is Symantec Endpoint Protection
     
    Repair Options

    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
    Repairs a product
    p - only if file is missing
    o - if file is missing or an older version is installed (default)
    e - if file is missing or an equal or older version is installed
    d - if file is missing or a different version is installed
    c - if file is missing or checksum does not match the calculated value
    a - forces all files to be reinstalled
    u - all required user-specific registry entries (default)
    m - all required computer-specific registry entries (default)
    s - all existing shortcuts (default)
    v - runs from source and recaches local package
    Setting Public Properties
    [PROPERTY=PropertyValue]
     
     


  • 3.  RE: How to run Repair on SEP 11 from command line in XP and Vista form the client side.

    Posted May 03, 2010 01:18 PM
    Thanks, Sandip. Do you know of going through add/remove programs, right-clicking and selecting repair is doing a v, or some other option?

    This looks like what I needed, I will most definately try it out. Thanks!