LINEAR Revit V26

Create .iss Response File for LINEAR Solutions Installations over a Network

Shows step-by-step how to create an .iss response file for silent installations over a network.

  1. Start the Windows command prompt with administrator rights.

  2. In the command prompt, use the cd command to navigate to the installation directory of the LINEAR Solutions.

  3. Execute the Setup.exe file with the following start parameters: Setup.exe /r /f1"Your Storage Path\unattended-SolutionsXX-install.iss"

    The parameter /r stands for "record" and the parameter /f1 specifies the folder in which the .iss response file is saved (e.g. Setup.exe /r /f1 "C:\LINEAR\unattended-SolutionsXX-install.iss").

  4. Select the language of the installation.

  5. Carry out the individual installation steps and select the settings you want to save in the .iss response file in the dialogs.

Once the installation is complete, the .iss response file is saved in the folder specified as a parameter.