X

Help Articles are product support tips and information straight from the NV5 Geospatial Technical Support team developed to help you use our products to their fullest potential.



8157 Rate this article:
1.5

ENVI51/IDL83 Silent Install Script Options

THIS INFORMATION ONLY PERTAINS TO SOFTWARE VERSIONS IDL 8.5, ENVI 5.3 AND PRIOR

Step 1 : Creating a silent install script.

Silent install scripts can be created by running the installer interactively from a command line window. Please note that this process must be done using a local administrator account(using a domain administrator account will not work).

The basic format for the command is as follows:

{full_path_to_setup64.exe} /r/f1{full_path_to_install_script_to_create/save}.

For example, this is the command to record a silent install script, running the 64-bit Windows installer directly from the DVD in drive D;specifying the silent install script to be created/saved to C:\silent.iss:

D:\win64\setup64.exe /r /f1"C:\silent.iss".

The file can be saved to any writable folder, but the full path needs to be included. That command will run the installer and will record all options/specifications you make during the installation process.

Step 2 : Running the silent install script to silently install the software

After the installation is complete, the created silent install script can be used to silently install exactly as you did during the recorded interactive installation. Be sure to save the silent install script to the local hard drive of each machine you intend to use it on before proceeding with the silent installation.

The basic command format for installing using the install script is as follows:

{full_path_to_setup64.exe} /s /f1{full_path_to_previously_created_install_script}

For example, to use the script on another machine, we could save the install script to C:\temp, and then run:

D:\win64\setup64.exe /s /f1"C:\temp\silent64.iss".

Note:

The script can be named anything, "silent64.iss" is just used here as an example. To use an install script to install the 32-bit setup, the process is the same except the setup32.exe must be used instead of setup64.exe (for both the interactive installation and following silent installations).


Reviewed by CS (3-Mar-2014), SM (3-Mar-2014)

1 comments on article "ENVI51/IDL83 Silent Install Script Options"

Avatar image

Euan

Can you not simply extract the msi and run that with the unattended flags?

Please login or register to post comments.
Featured

End-of-Life Policy Enforcement for ENVI 5.3 / IDL 8.5 and Earlier Versions

5/6/2024

April 1, 2024 Dear ENVI/IDL Customer,  We are reaching out to notify you of our supported... more »

How to Upgrade licenses to ENVI 6.x / IDL 9.x

12/5/2023

What is the new Upgrade function? Starting with ENVI 6.0 and IDL 9.0, we have implemented an... more »

What to do if the 'License Administrator - License Server' for the Next-Generation License Server does not start?

6/13/2023

Background: With the release of ENVI 5.7 & IDL 8.9 and the corresponding Next-Generation licensing... more »

Next-Generation Licensing FAQ

4/28/2023

  NV5 Geospatial has adopted a new licensing technology for all future releases of our ENVI, IDL... more »

The IDL Virtual Machine

6/6/2013

What is the IDL Virtual Machine? An IDL Virtual Machine is a runtime version of IDL that can... more »