Hello everyone , this is my SepPrep file which I am using to uninstall and reinstall SEP Agent. The problem is I cannot remove it when agent is password protected for uninstall . I have tried supplying password with double quotes and without it but for some reasons SepPrep doesn't take it and remove and agent. When I remove the password I can remove the agent just fine. Please tell me what i am missing here ?
[Settings]
ShowGUI=Y
ShowMessageBox=Y
MessageBoxText=Prepairing your system for Symantec Endpoint Protection 12.1.x 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=C:\Users\user4\Desktop\SEPprep
MSIExtraParameters=PASSWORD="symantec"
RunBeforeRemoval=
RunAfterRemoval=reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v "Install SEP 12" /t REG_SZ /d "C:\Users\user4\Desktop\SEPprep\setup.exe" /f
RunAfterRemoval=shutdown -r -t 30 -f
[ProductNames]
Symantec Endpoint Protection
Your replies and suggestions would be appreciated in this regard. Thanks in advance