Is there a guide to silent installer options for DotTrace? I'd assume the standard msi options are in effect, but I'm looking for more specific things to DotTrace like modifying the Visual Studio integration options, etc...
Thanks!
Hi,
I don't have full information right now. To start with you may use:
msiexec /i dotTracePerformanceSetup.4.5.801.3211.msi /passive /qn /Log FileName.log
I hope, I will add info about VS installation options this week.
WRB, Ivan Shakhov
That would be perfect. Basically what I'm hoping to find are the switches to say whether it's an install,
uninstall or modify, and then the Visual Studio options. Thank you!
You may find syntax to install/uninstall features here http://support.microsoft.com/kb/230781
Example msiexec /i dotTracePerformanceSetup.4.5.803.109.msi ADDLOCAL=U.VsIntegration.VS0800,U.VsIntegration.VS0900 /passive /qn /Log FileName.log
will install dotTrace with integration to VS 2005 and 2008
WRB, Ivan Shakhov
Awesome! Only change I had to make was to add quotes around the features being added (or in my case, removed).
Thank you!
Helo,
Is there a guide to silent installer options for DotTrace? I'd assume
the standard msi options are in effect,
Yes, that's true.
but I'm looking for more
specific things to DotTrace like modifying the Visual Studio
integration options, etc...
Visual Studio integration is installed by features named U.VsIntegration.VS0800,
U.VsIntegration.VS0900, U.VsIntegration.VS1000 (for VS versions 8, 9, 10,
respectively). By manipulating these features you can control VS versions
into which DotTrace (ReSharper, DotCover, etc) is integrated.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”