Ask a questionAsk a question
 

General DiscussionSilent Install of ILM

  • Wednesday, May 27, 2009 5:20 PMCraig MartinMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    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 byCraig MartinMVPWednesday, May 27, 2009 10:03 PMadded parameters, and supportability disclaimer
    •