Officescan Client Uninstall Silent

  

The Trend Micro OfficeScan client can be installed on a workstation via the network (using an UNC-path) through the AutoPCC utility. The client can simply browse the OfficeScan server, locate the autopcc.exe utility, and run it, performing an installation of the OfficeScan client on the computer running the utility. By default, the installation of the client is not silent, meaning the user will see windows and dialogs appearing. Fortunately, it is possible to make AutoPCC to perform the installation completely silently, leaving the user almost unaware that an installation of OfficeScan is occurring.

  1. To change this setting, log on to the OfficeScan server, and browse to the OfficeScan install directory (wherever you've installed it). This usually corresponds with wherever the share serverofcscan is pointing to (by default: %PROGRAMFILES%Trend MicroOfficeScanPCCSRV).
  2. In that folder, browse the Autopcc.cfg folder, and open the file AutoPCC.INI with Notepad.
  3. Locate the [Install] section and make the following changes:
  4. Save and close the file. Perform the installation on the client using the AutoPCC utility. A command prompt will appear during the installation and will automatically disappear once the installation has been completed.
  • Officescan Client Uninstall Silent. 2/15/2019 0 Comments 16 May G, read more. Answer closely relates to: Download whatsapp f r bada samsung wave 3 s Talking tom cat.
  • Summary This article guides you in performing silent installation/uninstallation of OfficeScan client using the AutoPCC utility. This can be useful when you want to remove the installation/uninstallation pop-up window generated by the autopcc.exe file during the client setup or uninstall process.

You can verify a succesful silent client installation by checking the following:

To unload/uninstall an OfficeScan client without a password/reset password, do the following: Log in to the OfficeScan server console. For OfficeScan 10.6, go to Networked Computers Client Management.; For OfficeScan 11.0 and XG, go to Agents Agent Management How to install Autodesk software silently? Edit the registry key to allow uninstall by running the registry editor (regedit.exe) and browsing to the following key: HKEYLOCALMACHINE SOFTWARE Wow6432Node TrendMicro PC-cillinNTCorp CurrentVersion Misc. Set the value to of Allow Uninstall to 1. Echo the TrendMicro OfficeScan client from add/remove programs echo and it did a sloppy job. If not, go in and add/remove it echo first and then only run this if you need to! Echo This only works for OfficeScan 10, and only for XP/2003. Echo Other operating systems won't run 'devcon.exe' for the echo device removal portion of this script.

Trend micro officescan agent uninstall silent
  • The process TmListen.exe is running (check Windows Task Manager).
  • Shortcut on the start menu and an icon in the system tray would be present.
  • The OfficeScan client folder will be present (in %PROGRAMFILES% or %PROGRAMFILESX86%).
  • A 'computer restart required' notification may appear.

Silent uninstallation

A silent uninstallation using the AutoPCC can also be achieved using the above methods, but require two different parameters to be changed in the AutoPCC.INI file:

PowerShell

Officescan client uninstall silent hill
  1. Open a PowerShell Window as Administrator
  2. Run the following command: (Get-WmiObject -Class Win32_Product -Filter 'Name='Symantec Endpoint Protection' -ComputerName . ).Uninstall()
  3. A successful uninstall will return a message that ends with 'ReturnValue: 0'

DOS Command Prompt

Officescan Client Uninstall Silent Night

  1. Log on to the computer with administrator rights.
  2. Find the Symantec Endpoint Protection uninstallation product key:
    1. Click Start > Run.
    2. Type regedit to open the Windows Registry Editor.
    3. Navigate to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall
    4. Browse the Uninstall subkeys in the left-hand pane, and check the values in the right-hand pane to find a value for the DisplayName that equals Symantec Endpoint Protection.
    5. Copy the uninstallation key. For example, the key for Symantec Endpoint Protection 12.1.671.4971 is A3AEEA68-AC93-4F6F-8D2D-78BBF7E422B8.
    6. Close the Windows Registry Editor.
  3. Click Start > Run.
  4. Type cmd to open the Windows command prompt.
  5. At the Windows command prompt, type:
    msiexec /X {product uninstall key}
    Example: msiexec.exe /x {A3AEEA68-AC93-4F6F-8D2D-78BBF7E422B8} /passive
    To generate a detailed uninstall log, type:
    msiexec /X {product uninstall key} /l*v! log file path
  • Example: msiexec /x {A3AEEA68-AC93-4F6F-8D2D-78BBF7E422B8} /lv!* c:uninstallSEP.txt


Note: If the MSI uninstall has stopped responding, follow these steps:

  1. Click Start > Run.
  2. Type taskmgr.
  3. Click the Processes tab.
  4. Click End Process for all of the running Windows Installer processes by right-clicking on msiexec.exe, and then clicking End Process.
  5. Repeat this for each instance of msiexec.exe listed.

Officescan Client Uninstall Silent Witness

Sample log file:

The uninstaller is trying to find some keys which are present in a 64-bit operating system, but they do not exist on a 32-bit operating system:

-------------------------------
Action ended 13:37:50: InstallFinalize. Return value 1.
MSI (s) (0C:20) [13:37:50:312]: Doing action: SxsUninstallCA
Action start 13:37:50: SxsUninstallCA.
MSI (s) (0C:34) [13:37:50:375]: Invoking remote custom action. DLL: C:WINDOWSInstallerMSI14D.tmp, Entrypoint: CustomAction_SxsMsmCleanup
1: sxsdelca tried opening key w/o wow64key 2: SoftwareMicrosoftWindowsCurrentVersionSideBySidePatchedComponents 3: 672 4: 0
1: sxsdelca tried opening wow64key 2: SoftwareMicrosoftWindowsCurrentVersionSideBySidePatchedComponents 3: 680 4: 0
1: sxsdelca 2: traceop 3: 1158 4: 0
1: sxsdelca 2: traceop 3: 1186 4: 0
-------------------------------

Officescan Client Uninstall Silent Hill

CleanWipe

For difficulty with uninstalling Endpoint Protection, see also: Uninstalling Symantec Endpoint Protection with the CleanWipe utility.

References

Trend Micro Officescan Agent Uninstall Silent

For a list of available MSI command line switches, type msiexec /? at the command prompt.