Asset Management Suite

 View Only

Silently Installing Altiris Agent 

Jun 22, 2007 10:21 AM

I really wanted a way to silently install Altiris Agent on my computers. So, I hunted around until I found out how. The Notification Server 6.0 SP3 Reference (check out pages 15 & 16 for all of the details) explains how to do this. Here is the script that I used to finally get it to work:

@ECHO OFF
ECHO Installing Altiris Agent
aexnsc.exe -s -a ns="ServerName" NOSTARTMENU NOTRAYICON /s /NOADDREMOVE
Exit

To find out what all of the tags do, please see the above mentioned documentation.

To find the "aexnsc.exe" file, go to the following location: "C:\Program Files\Altiris\Notification Server\NSCap\Bin\Win32\X86\NS Client Package" on your Notification Server.

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Sep 08, 2009 12:47 PM

Should i Specify path to install as /agent/altiris/notification/nsagent if I want to install Altiris Agent in non standard location (/agent) or will it be OK if I give simply /agent.

Jul 30, 2007 02:38 PM

This would install under the agent under the Application Identity. If you don't understand all the switches, just run AeXNSC.exe /? to see all the command line switches.

Jun 28, 2007 03:11 PM

I figured this Would run as the Altiris Admin Id...The user (aka non-admin) would see nothing....

Jun 26, 2007 03:09 AM

Does this work for non administrators ?

Related Entries and Links

No Related Resource entered.