How can I perform a (mass-)installation without user interaction (aka “unattended setup”)?
In order to easily install Lucatec® Mask on multiple machines with identical settings you could perform the following steps: • Install Lucatec® Mask manually on the first machine, using a commandline like: LucatecMask-2.3.4-setup.exe /saveinf=”myconfig.ini” where you should replace myconfig.ini with a fully qualified file name of your own liking (even on a network path). All settings and customizations you enter or select during this installation will be saved into the specified config file. Make sure to enter your registration details when you perform this installation. For example, if you received licensing information in the following form: MyCompany, Ltd. 123456-ABCDEF-789012-GHIJKL-345678-MNOPQR-901234-STUVWX then MyCompany, Ltd. should go into the field labelled “Organization” and the key should be entered into the “Serial” field. • On the other machines launch the installation using the following commandline: LucatecMask-2.2.3-setup.exe /silent /loadinf=”myconfig.ini” where myco