Skip to content

Installation

sztupy edited this page Sep 14, 2010 · 4 revisions

Installation

To install NHamlSense simply run the .msi installer from the Downloads section. The installer won’t ask anything, but if you get a screen with a “Cancel” button, and a statusbar, then probably the installation will succeed.

NHamlSense might conflict with snappycode’s nhaml syntax highlighting library ( http://github.com/snappycode/hamleditor ). Uninstall before installing NHamlSense.

NHamlSense might crash if the Visual Studio 2008 SDK is not installed

NHamlSense is currently only tested to work with Visual Studio 2008 Professional x64 edition

There is currently no way to uninstall the library but by deleting the registry entries it created:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Packages\{129e4f09-abae-4d87-abf3-b8ae192df3c0}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Services\{d69e4857-0cd5-41f3-91c9-bbf9d89ccbf6}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Languages\Language Services\NHaml]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Languages\File Extensions\.haml]

Clone this wiki locally