The installation package of Script# contains both Script# librairies and compilers, and Visual Studio project and item templates. The problem is that the installer has been created to install these templates in Visual Studio 2005, so they do not appear in Orcas. But there is a workaround.
Using a fabulous little tool (Universal Extractor), you can unpack the MSI. Then, you can copy the templates to your Orcas Template repository: (in this example we use the user template repository, which is very usefull when you are not an administrator)
- [MSI folder]\VSCSharpProjTemplateFolder\Script# -> %USERPROFILE%\Documents\Visual Studio Codename Orcas\Templates\ProjectTemplates\Visual C#\Script#
- [MSI folder]\VSCSharpItemTemplateFolder\Script# -> %USERPROFILE%\Documents\Visual Studio Codename Orcas\Templates\ItemTemplates\Visual C#\Script#
I do not use the other templates, but you should be able to find where to put them easily if needed.