How can I perform a 'silent install' of dotMemory?
Prior 4.2:
Since dotMemory is installed via Microsoft Installer, you may launch a silent install with a standard "/qn" command line key for MSI Installer:
However, unfortunately, license data can’t be specified in silent installation.
4.2 and later with .NET tools from one installer:
e.g.
{Installer Name}.exe /SpecificProductNames=dotMemory /Silent=True /VsVersion=0
where:
SpecificProductNames - it can be: ReSharper, dotMemory, dotCover, dotPeek, teamCityAddin, etc.
VsVersion - it can be: 12, 11, 10. 0 is for standalone products
How to perform AllUsers installation - http://resharper-support.jetbrains.com/entries/91184098
Please sign in to leave a comment.