Dagent Autoinstall and config
Created: 06 Jan 2011 | 1 comment
I am trying to do an autoinstall of the Dagent and give it our default configurations (ie hide icon and password protect). I can get it to autoinstall and point to our server, but it doesn't take the default settings that we have set. For the aclient we could use an *.inp file that had all the settings in it, but I haven't figured out a way to do this for the dagent. I know I can modify some registry keys to change some things, but haven't seen the all the ones I would need to modify to make it exactly like our current settings.
Discussion Filed Under:
Comments
Hey spazzzen - what I do is I
Hey spazzzen - what I do is I put a copy of the dagent right on my image and include my .inp file in the directory where the DAgent directory will be. Then I have the following script execute as a part of the unattend setup (done in WAIK):
msiexec /i "c:\windows\temp\DAgent\dagent.msi" /qn TCPaddr=10.x.x.x TCPport=402
Check out this article for more info.
HOWTO8998 - http://www.symantec.com/business/support/index?pag...
Hope this helps.
I forgot to add that I'm on 6.9 sp3....
Would you like to reply?
Login or Register to post your comment.