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.



5876 Rate this article:
No rating

Silent install instructions for ENVI & IDL on Windows

BACKGROUND:

Silent installation is a way to install ENVI or IDL software without the need to click through the user interface. This is beneficial to users that want to install the software on many computers at once. A silent install allows you to begin the installation on each machine and walk away. 

*NOTE: Silent installation is only possible on Windows platforms.*

 


 

INSTRUCTIONS:

First open a Windows Command Prompt window, running as Administrator.

Use the following command and flags to start the silent installation. 

\INSTALL_EXECUTABLE_DIR\setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /FORCECLOSEAPPLICATIONS

The following is example syntax for a silent installation of ENVI 5.4.1 from the standard installation directory:

setup-envi541-win.exe /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /FORCECLOSEAPPLICATIONS

For IDL 8.6.1 silent installation, the command would be:

setup-idl861-win.exe /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /FORCECLOSEAPPLICATIONS

where:

  • SILENT tells the installer to display only the installation progress window, but not the installation wizard and background window.
  • VERYSILENT prevents the installation progress window, installation wizard, and background window from displaying.
  • SUPPRESSMSGBOXES tells the installer to suppress message windows. This flag only works when combined with SILENT or VERYSILENT.
  • NOCANCEL prevents the user from cancelling the installation. It disables the Cancel button and ignores clicks on the Close button. This flag is also used in combination with SILENTor VERYSILENT.
  • FORCECLOSEAPPLICATIONS tells the installer to force a close when closing applications.

 

-------------------------------------------------------------------

Created BC; reviewed KK 5/17/2018

 

BACKGROUND:

Silent uninstallation is a way to uninstall ENVI or IDL software without the need to click through the user interface. This is beneficial to users that want to uninstall our software on many computers at once. A silent uninstall allows them to begin the uninstallation on each machine and walk away. 

*NOTE: Silent uninstallation is only possible on Windows platforms.*

 


 

INSTRUCTIONS:

First open a Command Prompt window, running as administrator.

Use the following command and flags to start the silent un-installation. 

\UNINSTALL_EXECUTABLE_DIR\unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /FORCECLOSEAPPLICATIONS

The following is example syntax for a silent uninstallation of ENVI 5.4.1 from the standard installation directory:

C:\Program Files\Harris\ENVI54\uninsENVI541\unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /FORCECLOSEAPPLICATIONS

For IDL 8.6.1 silent uninstallation, the command would be:

C:\Program Files\Harris\IDL86\uninsIDL861\unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /FORCECLOSEAPPLICATIONS

where:

  • SILENT tells the installer to display only the un-installation progress window, but not the un-installation wizard and background window.
  • VERYSILENT prevents the un-installation progress window, un-installation wizard, and background window from displaying.
  • SUPPRESSMSGBOXES tells the installer to suppress message windows. This flag only works when combined with SILENT or VERYSILENT.
  • NOCANCEL prevents the user from cancelling the un-installation. It disables the Cancel button and ignores clicks on the Close button. This flag is also used in combination with SILENTor VERYSILENT.
  • FORCECLOSEAPPLICATIONS tells the installer to force a close when closing applications.

 

 

 

 

Created BC; reviewed KK 5/17/2018

 

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 »