Silently Installing TerraExplorer
To install TerraExplorer silently:
Note: If a TEZ named setup.tez is placed next to the TerraExplorer installation file during installation, it will automatically be installed.
1. Call:
Setup.exe /s /f1[FullPath2issFile] /hide_progress /V"Silent=1"
where [FullPath2issFile] gives the full path to the iss file in the temp folder (e.g., C:\temp\setup.iss).
2. If you want to install to a custom directory, include the following:
Setup.exe /s /f1[FullPath2issFile] /hide_progress /V"Silent=1 CustomInstallDir=c:\[foldername]"
where [foldername] is the name of the custom directory.
Note: You can build a wrapper installer that automatically executes the steps above.