SEP 12 - SCCM Deploy - sep,msi or setup.exe?
Hi,
Previoulay I deployed the single, created setup.exe via - it installed, but reported as a failure in SCCM.
Reading artcies, it is stated that I should deploy the msi version to get a success report. I don;t want to talk about Windows Installer 3.1 at this point, as not relevant to my environment.
I have created a new client as the bunch of files instead of single exe. Should I create a program in SCCM that launches sep.msi or setup.exe again?
If the msi = what extra switches do I need and/or how do I configure it to use the setup.ini and setAid.ini files so iit uses the featuires and SEPM group specified?
If the exe = What difference has this made except include the extracted files, rather than single exe?
I hope you understand my question?
Also, msiexec /i "msi/exe name" /passive I have read won't work so I will try msiexec /s "msi/exe name"
Do I deploy sep.msi or setup.exe to get it to report correctly in SCCM?
If anyone doing this fine know, can I get a sample command line please? I have already made the package silent in SEPM.
Thanks You
Comments 8 Comments • Jump to latest comment
Hello,
Here are few Articles which may help you.
Installing client software using third-party tools
http://www.symantec.com/docs/HOWTO55338
About installing clients with Microsoft SMS 2003
http://www.symantec.com/docs/HOWTO26774
Installing clients with Microsoft SMS 2003
http://www.symantec.com/docs/HOWTO55425
Check these Threads with a Similar Issue -
https://www-secure.symantec.com/connect/forums/problem-installing-endpoint-protection-11-12-through-sms-andor-sccm
https://www-secure.symantec.com/connect/forums/sep-121-any-tips-sccm-deployment
Mithun Sanghavi
Symantec Technical Support Engineer, SEP
MIM | MCSA | MCTS | STS | ITIL v3
Twitter: @mithun_sanghavi
Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.<&a
Hi,
I was trying to avoid such a reply, but Thanks for your reply :-) I have read these articles before, but does not answer my question.
To be clear, I am asking the command line that will execute the sep.msi in conjuntion with setup.ini and setAID.ini that have been created. I don't want to reivent the week, but I want to deply the msi using these predefined settings. I only know how to specify one.
Msiexec [parameters] USEINI="setup.ini/setaid.ini"
Do I need to specifiy one or both ini's? What order do they need to run? How can I define 2 in a commandline?
Alternatively, if anyone else knows how to deploy the setup.exe and NOT report as a fail in SCCM, please let me know!
Thank You Greatly!
Hi
Check page 1095 in the installation document to see all featureset commands.
Here is the line to install all components execept the E-mail plugins.
msiexec /i "Sep64.msi" /qb! ADDLOCAL=Core,SAVMain,Download,PTPMain,TruScan,DCMain,NTPMain,ITPMain,Firewall,LANG1033 DISABLEDEFENDER=1 RUNLIVEUPDATE=0 /l*v %temp%\SEP64.log
Regards
Torb
Thank You Torb,
How does it know to put in a SEP group as well?
Can it be used in conjucntion with setup.ini or setaid.ini? Or is later only for exe?
during the first install , the preferrred group mode will be inside the sylink.xml file
if you open the sylink.xml in a word pad you will see the preferred group name.
here is the list of switches.
http://www.symantec.com/business/support/index?pag...
Please don't forget to mark your thread solved with whatever answer helped you : ) Rafeeq
Thank You Rafeeq,
reviewing article now.
does anyone else use SCCM for SEP12.1 - seems a lot of effort and re-engineering to get it to report as a success, when the created setup.exe works perfect.
The only way I have EVER achieved a "succeeded" task in a SCCM TS or App Deployment for SEP 12.x is to do the following:
(Currently deploying SEP 12.1.1 MP1 using SCCM 2007 Sp2 R3 but it "should work" for other versions too)
What happens is...
-Cheers and good luck. Works for me now all the time.
@dsoden
There are quite a few articles about this, but yours is the only one I've seen that works without forcing a false positive within SCCM. Thanks! I was tired of wasting time on this :).
Would you like to reply?
Login or Register to post your comment.