locked
Silent Install of ILM RRS feed

  • General discussion

  • Somebody asked how to install ILM silently. 

    <!!!THIS IS NOT SUPPORTED!!!>
    I've been using this for a while and have not had any issues with it.  It saves me a LOT of time when getting ILM environments stood up.  If you use this and encounter issues, you should repro using the UI before contacting PSS.
    </!!!THIS IS NOT SUPPORTED!!!>

    I do it with msiexec.exe, using this command line:

    msiexec /q /i "d:\ILM_Setup\Microsoft Identity Integration Server.msi" serviceaccount=ILMSVC servicepassword=MYPASSWORD servicedomain=MYDOMAIN storeserver=localhost groupadmins=MIISAdmins PIDKEY=MYILMKEY

    Other parameters that I know of are:
    GROUPADMINS
    GROUPOPERATORS
    GROUPACCOUNTJOINERS
    GROUPBROWSE
    GROUPPASSWORDSET


    CraigMartin – Oxford Computer Group – http://identitytrench.com
    • Edited by Craig Martin Wednesday, May 27, 2009 10:03 PM added parameters, and supportability disclaimer
    Wednesday, May 27, 2009 5:20 PM