Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Install Altiris Agent with Group Policy

Updated: 21 May 2010 | 4 comments
escribano1976's picture
0 0 Votes
Login to vote

Hi, is it possible to get an MSI package of the Altiris Agent instead of an EXE file, so ican install it using Group Policy?
And the
Thanks

Comments

spastor's picture
13
Aug
2009
0 Votes 0
Login to vote

Hi, You can use the msi that

Hi,

You can use the msi that comes with the product to install the Altiris Agent. Check the Altiris KB https://kb.altiris.com/article.asp?article=27956&p=1

Regards
Santi

 

escribano1976's picture
14
Aug
2009
0 Votes 0
Login to vote

Hi, i created a msi file

Hi, i created a msi file using the command:
msiexec /a aexnscinstsvc.msi NS="my server" AGENT_PARAMS="-notrayicon -nostartmenu"
Then i get a msi file called: "aexnscinstsvc.msi" and  a folder called System32 with the file "AeXSWDInstSvc.exe"
I place both on a network share , and create the Group policy to start the software installation at startup.
Link the GP to the relevant Ou but it's not installing...
If i just browse to the network share and run the installer it works fine.. but not through Group policy.
Any other software installated by group policy works fine

escribano1976's picture
14
Aug
2009
0 Votes 0
Login to vote

Hi, now it seems to work

Hi, now it seems to work fine, thanks.

KSchroeder's picture
14
Aug
2009
0 Votes 0
Login to vote

You can also use a transform or cmd line params

We have this wrapped in a VBScript set to run as a Machine Startup Script that first checks to see if the Agent is already installed, and if so calls the native .MSI file and uses a Transform (errr, maybe command line options, don't remember now) to pass the NS in.  No real need to extract the .MSI with msiexec.exe /a; not sure why the article suggests doing that.  Also be sure to check that the MSI isn't updated whenever you install an updated SP or "R" update for your NS.  If it is, be sure to copy the new one out to your AD GPO location.

Thanks,
Kyle
Symantec Trusted Advisor

For Forum threads, please click "Mark as Solution" if answered.
For all content, please give a thumbs up if you agree with or support the post.