We will be providing this as part of the install in the next update. It is not that difficult, however, there are a few type editors that behave funny in 2008. These seem to be small tweaks here and there, but all in all it is a simple migration process.
First, to get the StrataFrame menu to appear in 2008, you will have to copy over the StrataFrame.AddIn and change the version within it:
C:\Documents and Settings\MyUser\Application Data\Microsoft\MSEnvShared\AddIns\StrataFrame.AddIn
to
C:\Documents and Settings\tltaylor\Application Data\Microsoft\MSEnvShared\AddIns\StrataFrame2008.AddIn
Once this is done, open the 2008 AddIn that you just copied over and change the two version entries to 9.0.
Close the file, close Visual Studio 2008, go back in and you will see the StrataFrame menu. However, all of the templates will not be installed. To get the templates installed, you must copy them over from the 2005 folders:
Visual Studio 2005 Folders
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\VisualBasic
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\VisualBasic
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\CSharp
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\CSharp\StrataFrame
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\VisualBasic\StrataFrame
Copy all of the templates that begin with SF to the 2008 folders of the same names in the Microsoft Visual Studio 9.0 folders.
Visual Studio 2008 Folders
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\Web\CSharp
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\Web\VisualBasic
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\StrataFrame
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\VisualBasic\StrataFrame
Once they are copied over to the 2008 folders, execute this command (be sure VS2008 is closed):
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe /setup
This should get you up and running. As with any migration forward, there are few type editors that are acting up in 2008. However, this will be resolved and a new build posted in the next couple of weeks which should resolve any of these issues.