0% found this document useful (0 votes)
67 views2 pages

Silent Install and Uninstall Instructions

The document provides step-by-step instructions for silently installing and uninstalling Rocscience products from a single executable file using response files. The steps include copying the setup.iss or uninstall.iss file to the same folder as the downloaded executable, opening a command prompt as administrator, changing to the install folder, and running the executable with parameters to specify the response file and silent mode. Progress can be monitored in the task manager.

Uploaded by

Frank cb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views2 pages

Silent Install and Uninstall Instructions

The document provides step-by-step instructions for silently installing and uninstalling Rocscience products from a single executable file using response files. The steps include copying the setup.iss or uninstall.iss file to the same folder as the downloaded executable, opening a command prompt as administrator, changing to the install folder, and running the executable with parameters to specify the response file and silent mode. Progress can be monitored in the task manager.

Uploaded by

Frank cb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Silent Installation from a single file install

Here are the step-by-step instructions for silently installing a Rocscience product:

1. Copy the setup.iss needed into an easy path, example: c:\ install
2. Download the executable file (.exe) for the product from our website:
https://www.rocscience.com/support/program-downloads
3. Place the downloaded executable file in the same folder containing the setup.iss file.
4. Launch a command prompt with administrator privileges. To do so, go to the Start menu, search for
command prompt, right-click on the Command Prompt program and click on “Run as Administrator”.
5. Change directory to the folder containing the installation program and the setup.iss response file created
in step 1.
6. The command to run next, should look like the one below:

<Installprogram.exe> /s /a /s /f1”absolute path to setup.iss file”

If for example, you downloaded a Slide2 installation file (step 2) named sl9016j02s.exe and placed it with
the setup.iss file (step 3), in a folder called “Rocscience” in the root c: drive the command would be:

sl9016j02s.exe /s /a /s /f1”c:\Rocscience\setup.iss”

Note: The command above contains spaces, please make sure to include them.

This runs the sl9016j02s.exe installation file in silent mode using a file in the install folder called setup.iss.
This is an Installshield response file that is used during the install process.

7. You can monitor the progress through the task manager, there should be a process running with the
name of the installation program (i.e., sl9016j02s.exe).
Silent Uninstall from a single file install

Here are the step-by-step instructions for silently uninstalling a Rocscience product:

1. Copy the uninstall.iss needed into an easy path, example: c:\ uninstall
2. Download the executable file (.exe) for the product from our website:
https://www.rocscience.com/support/program-downloads
3. Place the downloaded executable file in the same folder containing the uninstall.iss file.
4. Launch a command prompt with administrator privileges. To do so, go to the Start menu, search for
command prompt, right-click on the Command Prompt program and click on “Run as Administrator”.
5. Change directory to the folder containing the installation program and the uninstall.iss response file
created in step 1.
6. The command to run next, should look like the one below:

<Installprogram.exe> /s /a /s /uninst /f1” absolute path to uninstall.iss file”

If for example, you downloaded a Slide2 installation file (step 2) named sl9016j02s.exe and placed it with
the uninstall.iss file (step 3), in a folder called “Rocscience” in the root c: drive the command would be:

sl9016j02s.exe /s /a /s /uninst /f1”c:\Rocscience\uninstall.iss”

Note: The command above contains spaces, please make sure to include them.

This runs the sl9016j02s.exe uninstallation file in silent mode using a file in the install folder called
uninstall.iss. This is an Installshield response file that is used during the install process.

7. You can monitor the progress through the task manager, there should be a process running with the
name of the installation program (i.e., sl9016j02s.exe).

You might also like