VsShellUtilities.ShowMessageBox(this,"Previous version of the runtime dll was found in the PublicAssemblies or MyAssemblies folder. This version will conflict with this new version of the plugin. Please remove it and restart Visual Studio.\n\n Path to the DLL: "+runtimeLoc,
VsShellUtilities.ShowMessageBox(this,"Previous version of the runtime dll was found in the PublicAssemblies or MyAssemblies folder. This version will conflict with this new version of the plugin. If you do not want that, remove the DLL and restart Visual Studio.\n\n Path to the DLL: "+runtimeLoc,
VsShellUtilities.ShowMessageBox(this,"Recorder plugin copied to: "+pluginPath+"\n\nUser assemblies copied to: "+assPath,"Plugin files installed",OLEMSGICON.OLEMSGICON_INFO,OLEMSGBUTTON.OLEMSGBUTTON_OK,OLEMSGDEFBUTTON.OLEMSGDEFBUTTON_FIRST);
if(detectedConflict)
VsShellUtilities.ShowMessageBox(this,"Since there was a conflicting version of the runtime dll, the installed dll will not be used by loadtests until you remove it from the generall path. A message regarding this will be displayed each time you open VS as a reminder.","Conflict Warning",OLEMSGICON.OLEMSGICON_WARNING,OLEMSGBUTTON.OLEMSGBUTTON_OK,OLEMSGDEFBUTTON.OLEMSGDEFBUTTON_FIRST);
VsShellUtilities.ShowMessageBox(this,"Previous conflicting DLL has been removed. We will now stop nagging about this.","Plugin files installed OK",OLEMSGICON.OLEMSGICON_INFO,OLEMSGBUTTON.OLEMSGBUTTON_OK,OLEMSGDEFBUTTON.OLEMSGDEFBUTTON_FIRST);