"msiexec /i <msi file> NOHELP=1" doesn’t work
Previously, I asked how to install Resharper 3.0 without installing & merging help file.
http://www.intellij.net/forums/thread.jspa?messageID=5190835
Oleg Stepanov replied:
Use the following command line to install ReSharper:
msiexec /i NOHELP=1
Where is the ReSharper installation file
But, "msiexec /i ]]> NOHELP=1" command still installs & merges help file.
Please sign in to leave a comment.
Hello latecode,
Yes, I mixed command-line options with internal compilation options, so
NOHELP doesn't actually work.
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"