The Krypton installers on Vista do not currently install the documentation into the Visual Studio 2005 help system nor the helper project and item templates. I hope to fix this for the next release. In the meantime you can use the following simple steps to manually register the help…

Open a command prompt with administrator privileges
- Click the Start Button
- Type ‘cmd’ in the search box
- Right click ‘cmd’ entry and use ‘Run as administrator’

Navigate to the ‘\Help\Help2Install’ subdirectory
- cd ‘c:\Program Files\Component Factory Pty Ltd\Krypton Toolkit 2.5.1\Help\Help2Install’

Run ‘RegisterHelp2.bat .’
- Yes that is a dot as the batch file parameter

View the installed help collection
- Run Krypton Explorer
- Select the ‘Resources’ option
- Select the ‘Documentation’ hyperlink

To manually add the templates you can use the following steps…

Find the installation directory of Visual Studio
- Open up the registry using ‘regedit’
- Open up ‘HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0’
- Note the directory of the ‘InstallDir’ value

Copy template zip files to correct subdirectory
- Copy *ProjectCS.zip files to ‘[InstallDir]\ProjectTemplates\CSharp\Windows’
- Copy the other .zip files to ‘[InstallDir]\ItemTemplates\CSharp’

Ask Visual Studio to install the templates
- Click the Start Button
- Type ‘cmd’ in the search box
- Right click ‘cmd’ entry and use ‘Run as administrator’
- Change directory to [InstallDir]
- Run ‘devenv.exe /installvstemplates’

3 Responses to “Krypton on Vista”

  1. Ben Says:

    In your example above to add that stuff to VS 2005, you have the directory structure incorrect.

    It should be:

    c:\Program Files\Component Factory Pty Ltd\Krypton Toolkit 2.5.1\Help\Help2Install

  2. Phil Wright Says:

    Well spotted. I have now update it to the correct path.

  3. John DeHope Says:

    Awesome! I just downloaded last night, and was playing around, and noticed things were not integrated the way I expect. Now I know why :)

Leave a Reply