I know this is an old post, but I encountered this problem the other day and wanted to help others that might encounter this issue.
It seems that is this caused by the plugin install path containing whitespace. The installer will work if it uses the 8.3 format (e.g.
progra~1, instead of
program files), but will otherwise interpret the path as a path with arguments (in the case of
program files, it will think
program is the path and
files is an argument); I don't understand why sometimes it uses the 8.3 format, and the full path format at other times.
The solution is to install it to a path without spaces. If you want to install the VST 3 plugins only, the default location of VST 2 plugins is stored in the registry at
HKEY_LOCAL_MACHINE\SOFTWARE\VST
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\VST
and can be modified if necessary; remember to back up the existing value(s) just in case.