776x
005346
2023-01-05

Silent Installation RWIND

I am looking for a way to roll out RWIND using software deployment. Unfortunately, I cannot find an MSI file.


Answer:

The RWIND installation program allows automated electronic software distribution, also known as a silent (unattended) installation. In the Silent mode, there is no need for a user to monitor the installation and provide input via dialog boxes. The Silent installation runs on its own, without any end-user intervention, which may be very useful when installing RWIND on a large number of computers, for example in a computer classroom.

The silent installation consists of two steps:

1. Recording parameters for the silent install. Run the setup with the -r parameter to select setup options and automatically record the InstallShield Silent Response File (Setup.iss).

2. Running the silent install (repeatedly). Once the Silent Response File is ready, you can run the setup with the -s parameter, which installs RWIND in the silent mode according to parameters stored in the Silent Response File.

Example:

Let's assume that you have downloaded RWIND installation program RWIND_2.02.2230.exe and saved it to N:\Tmp_RWIND directory on a shared network drive. You can then create two batch files for the silent install:

Batch file N:\Tmp_RWIND\Silent_Install_RWIND_Record.bat for recording of installation parameters with content:

"N:\Tmp_RWIND\RWIND_2.02.2230.exe" /a /r /f1"N:\Tmp_RWIND\Setup.iss"

and batch file N:\Tmp_RWIND\Silent_Install_RWIND_Play.bat for the silent install with content:

"N:\Tmp_RWIND\RWIND_2.02.2230.exe" /a /s /f1"N:\Tmp_RWIND\Setup.iss"

Run Silent_Install_RWIND_Record.bat from one of your computers and create the InstallShield Response File (Setup.iss) in N:\Tmp_RWIND directory. Note that you can also create/edit the response file manually in a text editor (Notepad.exe). After creating the Response file, you can run Silent_Install_RWIND_Play.bat on all other computers to install RWIND silently.

You can also download the batch files here FAQ 005346 | Silent Installation RWIND

RWIND_Silent_Install_Batchfiles.zip but remember that you have to modify them according to your real names and paths.

Note that these batch files require elevated privileges, that is, to run the batch file, click on the file by right mouse button and select "Run as Administrator".


Author

Mr. Baumgärtel provides technical support for Dlubal Software customers.

Downloads