|
Please follow the easy steps below to install IntelliCommands manually on to your
machine.
Microsoft Visual Studio 2005 and higher would look for .addin (add-in xml file)
files in the pre-defined locations. These locations are listed in Options
dialog window. Please see the screenshot below.
The full paths that are shown not necessary exists on your machine. The missing
sub-folders must be created manually. Also folders such as "Application Data" are
hidden by default, please make sure you can view hidden files and folders in Windows
Explorer.
The download zip file contains three files.
- MojabSoftware.Addins.IntelliCommands.dll - The addin core file
- MojabSoftware.Addins.IntelliCommands_VS2005.AddIn - The addin xml setting file for
Visual Studio 2005
- MojabSoftware.Addins.IntelliCommands_VS2008.AddIn - The addin xml setting file for
Visual Studio 2008
Instructions:
- Copy the MojabSoftware.Addins.IntelliCommands_VSxxxx.addin file to one of the valid
locations as it was described earlier.
- You can optionally copy the MojabSoftware.Addins.IntelliCommands.dll file to the same
location as the MojabSoftware.Addins.IntelliCommands_VSxxxx.addin file. In such case
you are done installing the addin and you can jump to step 7.
- Copy MojabSoftware.Addins.IntelliCommands.dll file to any desired folder.
- Open MojabSoftware.Addins.IntelliCommands_VSxxxx.AddIn file in the notepad.
- Modify <assembly src="file">MojabSoftware.Addins.IntelliCommands.dll</assembly>
element to add the location of MojabSoftware.Addins.IntelliCommands.dll file.
Example: <assembly src="file">C:\Documents and Settings\All Users\Application
Data\Microsoft\MSEnvShared\MojabSoftware.Addins.IntelliCommands.dll</assembly>
- Save the file and then close notepad.
- Open Microsoft Visual Studio 2005 then go to Tools>Add-in Manager
to make sure IntelliCommands is listed there. Please tick the first two check boxes
next to "IntelliCommands" if they are not already checked.
|