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);
}
else
{
VsShellUtilities.ShowMessageBox(this,"Warning, could not update/copy files: "+exMsg+"\n\nRecorder plugin path: "+pluginPath+"\n\nUser assemblies path: "+assPath+"\n\nCheck that there are no other instances of VS running or manually remove the above folders and try again.","Plugin files NOT updated",OLEMSGICON.OLEMSGICON_WARNING,OLEMSGBUTTON.OLEMSGBUTTON_OK,OLEMSGDEFBUTTON.OLEMSGDEFBUTTON_FIRST);