SEP MR4 Client install MSI Install
Hi,
we are trying to deploy SEP with SCCM. We have tried to use packages (.exe) exported from SEPM which installs fine on workstations but reports Exit code 1 to SCCM which means not sucesfull installation.
We have tried msi package installation which runs fine unless you try to disable certain features from installer.
This is the syntax we are using:
msiexec.exe /I "Symantec AntiVirus.msi" ADDLOCAL=CORE,SAVMAIN /qn /l* c:\msi.log
We are getting this error:
ERROR: MsiEnumRelatedProducts failed with error 259
This is a part from msi.log. Complete file is attached.
------------------------------------------------------------
AgentMainCA: SourceDir=C:\sep\
AgentMainCA: ADDDEFAULT=
AgentMainCA: ADDSOURCE=
AgentMainCA: ADDLOCAL=Core,SAVMain,OutlookSnapin,Pop3Smtp,PTPMain,COHMain
AgentMainCA: REMOVE=
AgentMainCA: REINSTALL=
AgentMainCA: Preselected=1
AgentMainCA: ProductCode={3BAB4914-9CC1-4CC2-A3DA-56EF62DFD373}
AgentMainCA: UpgradeCode={24BF7A02-B60A-494B-843A-793BBC77DED4}
AgentMainCA: Checking for upgrade code = {24BF7A02-B60A-494B-843A-793BBC77DED4}
AgentMainCA: ERROR: MsiEnumRelatedProducts failed with error 259
AgentMainCA: ProductVersion=11.0.4000.2295
AgentMainCA: Adding selected feature: SAVMain
AgentMainCA: Adding selected feature: EMailTools
AgentMainCA: Adding selected feature: NotesSnapin
AgentMainCA: Adding selected feature: OutlookSnapin
AgentMainCA: Adding selected feature: Pop3Smtp
AgentMainCA: Adding selected feature: PTPMain
AgentMainCA: Adding selected feature: COHMain
AgentMainCA: Adding selected feature: DCMain
AgentMainCA: Adding selected feature: ITPMain
AgentMainCA: Adding selected feature: Firewall
AgentMainCA: Adding child feature: Rtvscan
AgentMainCA: Adding child feature: SymProtectManifest
AgentMainCA: Adding required feature: Core
AgentMainCA: New Version = 11.0.4000.2295 Installed Version =
AgentMainCA: Not installed or product upgrade/change
AgentMainCA: Successfully updated feature set.
Action ended 13:04:40: ParseSetAidFeatures.1CBEC0D3_E547_4E51_828B_44B9C47C0EA5. Return value 1.
Action start 13:04:40: VerifyLanguageFeaturePre.1CBEC0D3_E547_4E51_828B_44B9C47C0EA5.
AgentMainCA: SourceDir=C:\sep\
AgentMainCA: ProductCode={3BAB4914-9CC1-4CC2-A3DA-56EF62DFD373}
AgentMainCA: UpgradeCode={24BF7A02-B60A-494B-843A-793BBC77DED4}
AgentMainCA: Checking for upgrade code = {24BF7A02-B60A-494B-843A-793BBC77DED4}
AgentMainCA: ERROR: MsiEnumRelatedProducts failed with error 259
---------------------------------------------------------------------------------------------------
We have tried also to hardcode property using ORCA editor but the outcome is the same error in msi.log file.
ADDLOCAL switch is ignored and all features installed.
Sofar no success. Anyone has an idea where to look?
Thanks in advance
David
Comments
Package Export
After a day playing with packages exported from SEPM i have found that msiexec is checking SetAid.ini. SEP client is installed as combination of msiexec switch ADDLOCAL and SetAid.ini. If those two are not matching SEP will be installed with all features.
David
(No subject)
Would you like to reply?
Login or Register to post your comment.