• Yes do a single installation with all the settings as u want them then take the ini file that it references and use a script the contains the following command line

    setup.exe /configurationfile="path to ini file referenced above"

    run once to test instatalltion if it is correct modify the ini file to allow silent install

    ; Setup will display progress only without any user interaction.

    QUIETSIMPLE="True"

    This has worked for me for a single instance although getting multiple instances is proving a bit more difficult

    alternating run setup /? and review the guidance for a command line install everything in the configuration file can be set via the command line