Silent installation steps for Windows
The silent installer is useful if you want to add the installation
of Developer Studio to your own install script, or push out the installation on
multiple machines.
The silent installer is not interactive and is available for Windows
only.
To launch the silent installer:
Open a command prompt and navigate to the directory where you
downloaded the installer.
Issue the following command:
dstd_version
_arch-OS
.exe
/s /v" /qn INSTALLDIR=\"C:\Endeca\DeveloperStudio\""
You can replace
C:\Endeca\DeveloperStudio\
with the location to
which you want to install.