How can you install GenStat on a network using a silent installation?
You can do a silent install selecting the network option by creating a response file for the installation using the setup.exe file. You can create a response file for the installation by using the command
Setup -r
This will run through a setup recording your response at each step where you can select the network option. When you have completed the installation a file called setup.iss will appear in the Windows folder (e.g. C:\Windows). You can then copy this file and use it to perform a silent installation using the following command:
Setup /s /f1″< location of file >\setup.iss”
Discussion
Comments are disallowed for this post.
Comments are closed.