The general Parasoft Plugin and dotTEST Plugin for Visual Studio must both be installed:
- Run the
parasoft_plugin_<version>_vstudio
installer in the[INSTALL]/integration/vstudio
directory. This will install the Parasoft Plugin. - Follow the wizard through the Parasoft Plugin installation.
- Run
register.exe -i [<SUFFIX>]
from the plugin package in[INSTALL]/integration/vstudio/
to install the Plugin for Visual Studio.<SUFFIX>
is an optional parameter that specifies the Visual Studio registry suffix. The suffix must match the suffix used when installing the Parasoft Plugin. If the suffix is not specified, the main Visual Studio registry will be used.
When you want to uninstall, you will need to useregister.exe -u [<SUFFIX>]
, where<SUFFIX>
is an optional parameter that specifies the Visual Studio registry suffix. It must be the same suffix that was used during installation. When a suffix is not specified, the Plugin will be uninstalled from the main Visual Studio registry.