How can I perform a silent installation of dotCover?
dotCover 3.0 or higher
[file_name].exe /SpecificProductNames=dotCover /Silent=True /VsVersion=10;11;12;14
[file_name] = JetBrains.ReSharperUltimate.10.exe - if you would like to install dotCover 10
/VsVersion = 0 – if you don’t need Visual Studio integration
Older versions
Since dotCover is installed via Microsoft Installer, you may launch a silent install with a standard "/qn" command line key for MSI Installer:
However, license data can’t be specified in silent installation.
Please sign in to leave a comment.