Hi guys,
I'm trying to remove the SEP client 12 and then reinstall it. The idea is to run this remotely!
It works if the SEP client is without password. But when I run in a client with password do not work! Where can put the password? I tryed MSIExtraParameters=PASSWORD=
Below is the SEPprep I'm trying to use:
=========================
[Settings]
ShowGUI=N
ShowMessageBox=N
MessageBoxText=Prepairing your system for Symantec Endpoint Protection 12.0. During this process other antivirus products will be removed.\n\nIf you are prompted please fully remove these products.
AutoRunAfterUILoads=N
AskBeforeRemoval=N
SilentMSIInstaller=Y
RemoveSymantec=Y
CheckDiskSpace=Y
ResumeAfterReboot=Y
EnableLogging=Y
LogPath=
MSIExtraParameters=PASSWORD=symantec
RunBeforeRemoval=
RunAfterRemoval=reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v "Install SEP 12" /t REG_SZ /d "C:\TEMP\SEPinst\SEPsetup.exe" /f
========================
Below the errors:
Computer Name: WKS03
11/16/2013 19:57:44:093 SEPprep starting!
11/16/2013 19:57:44:218 Removing: Symantec Endpoint Protection
11/16/2013 19:57:44:234 Attempting to run: MsiExec.exe /X{A84E6630-FE81-4D1F-BBA0-4BFBCC1D9493} REMOVE=ALL REBOOT=R /qn
11/16/2013 19:57:52:062 Exit code: 1602
11/16/2013 19:57:52:062 Failed to remove Symantec Endpoint Protection
11/16/2013 19:57:52:062 Removing: Symantec Endpoint Protection
11/16/2013 19:57:52:062 Attempting to run: MsiExec.exe /X{A84E6630-FE81-4D1F-BBA0-4BFBCC1D9493} REMOVE=ALL REBOOT=R /qn
11/16/2013 19:57:59:593 Exit code: 1602
11/16/2013 19:57:59:593 Failed to remove Symantec Endpoint Protection
11/16/2013 19:58:00:265 Symantec Endpoint Protection 12.1.4013.4013 is installed.
11/16/2013 19:58:00:281 SEPprep stopping!
Thx for the help!!