Deployment Solution

 View Only
  • 1.  Dagent Autoinstall and config

    Posted Jan 06, 2011 09:23 AM

    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.



  • 2.  RE: Dagent Autoinstall and config

    Posted Jan 06, 2011 11:23 AM

    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?page=content&id=HOWTO8998&actp=search&viewlocale=en_US&searchid=1294330582696

    Hope this helps.

     

    I forgot to add that I'm on 6.9 sp3....