Perform silent installations of Studio
- Last Updated: July 16, 2025
- 1 minute read
- Corticon
- Version 6.3
- Documentation
An unattended (silent) install requires that you first run an installation or updater in the installer wizard to capture the selected options, and then use the captured response file on other targets to 'playback' the responses into the installer without any user interaction.
To perform silent installations for Corticon Studio:
- Run the Studio installer with your preferred locations and options to
capture a response file, using the syntax
installer.exe -r filewhereinstalleris the preferred Studio installer, andfileis the response file you will reuse. For example,PROGRESS_CORTICON_6.3.x_STUDIO_WIN_64.exe -r C:\CorticonStudio64_63x.responses - On other target machines, access the Studio 6.3 installer executable and the response file.
- On those machines, run the installer using the syntax
installer.exe -i silent -f filewhereinstalleris the Studio installer, andfileis your response file. For example,PROGRESS_CORTICON_6.3.x_STUDIO_WIN_64.exe -i silent -f C:\CorticonStudio64_63x.responses.