|
1 | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
2 | 2 | <configuration>
|
3 | 3 | <!-- This indicates the version of Sandcastle with which this installer is associated.-->
|
4 |
| - <sandcastle version="v2014.5.31.0" /> |
| 4 | + <sandcastle version="v2014.11.22.0" /> |
5 | 5 |
|
6 | 6 | <!-- Define the installer pages. Third-party build tool and component providers can add new pages that
|
7 | 7 | they have created to install their own products as well. -->
|
|
12 | 12 | executing installer. -->
|
13 | 13 | <page type="Sandcastle.Installer.InstallerPages.WelcomePage" />
|
14 | 14 | <page type="Sandcastle.Installer.InstallerPages.WhatsNewPage">
|
15 |
| - <whatsNew url="http://www.ewoodruff.us/sandcastletools/html/7dced1d0-b471-4252-be70-3727e058b41b.htm" |
16 |
| - description="Sandcastle Tools v2014.5.31.0 Release Notes" /> |
17 |
| - <whatsNew url="http://www.ewoodruff.us/shfbdocs/html/3405263f-a9eb-4ce4-b90f-87c31ab76d85.htm" |
18 |
| - description="Sandcastle Help File Builder v2014.5.31.0 Release Notes" /> |
| 15 | + <whatsNew url="http://www.ewoodruff.us/sandcastletools/html/c03788c0-96ec-47aa-bfd2-935a2ea6ac70.htm" |
| 16 | + description="Sandcastle Tools v2014.11.22.0 Release Notes" /> |
| 17 | + <whatsNew url="http://www.ewoodruff.us/shfbdocs/html/7238a41e-1375-4038-8bf1-d699f4dae668.htm" |
| 18 | + description="Sandcastle Help File Builder v2014.11.22.0 Release Notes" /> |
19 | 19 | </page>
|
20 | 20 | <page type="Sandcastle.Installer.InstallerPages.RequiredFrameworkPage" />
|
21 | 21 | <page type="Sandcastle.Installer.InstallerPages.HelpFileFormatsPage">
|
|
25 | 25 |
|
26 | 26 | <!-- Sandcastle Help File Builder and Tools installer pages -->
|
27 | 27 | <page type="Sandcastle.Installer.InstallerPages.SandcastleHelpFileBuilderPage"
|
28 |
| - frameworkVersion="4.0" shfbVersion="2014.5.31.0" installerName="SandcastleHelpFileBuilder.msi"/> |
| 28 | + frameworkVersion="4.0" shfbVersion="2014.11.22.0" installerName="SandcastleHelpFileBuilder.msi"/> |
29 | 29 | <page type="Sandcastle.Installer.InstallerPages.SHFBVisualStudioPackagePage"
|
30 | 30 | frameworkVersion="4.0" packageGuid="c997d569-ee8e-4947-a46f-9a0717ce39a0"
|
31 | 31 | installerName="SHFBVisualStudioPackage.vsix">
|
32 | 32 | <!-- These paths can be adjusted if you installed Visual Studio in a non-standard location. They must
|
33 | 33 | be in version order from earliest to most recent. -->
|
34 |
| - <visualStudio version="10.0" name="Visual Studio 2010 Professional/Premium/Ultimate" |
35 |
| - location="%VS100COMNTOOLS%\..\IDE" /> |
36 |
| - <visualStudio version="11.0" name="Visual Studio 2012 Professional/Premium/Ultimate" |
37 |
| - location="%VS110COMNTOOLS%\..\IDE" /> |
38 |
| - <visualStudio version="12.0" name="Visual Studio 2013 Professional/Premium/Ultimate" |
39 |
| - location="%VS120COMNTOOLS%\..\IDE" /> |
| 34 | + <visualStudio version="10.0" name="Visual Studio 2010" location="%VS100COMNTOOLS%\..\IDE" /> |
| 35 | + <visualStudio version="11.0" name="Visual Studio 2012" location="%VS110COMNTOOLS%\..\IDE" /> |
| 36 | + <visualStudio version="12.0" name="Visual Studio 2013" location="%VS120COMNTOOLS%\..\IDE" /> |
| 37 | + <visualStudio version="14.0" name="Visual Studio 2015" location="%VS140COMNTOOLS%\..\IDE" /> |
40 | 38 | </page>
|
41 | 39 |
|
42 | 40 | <page type="Sandcastle.Installer.InstallerPages.MamlIntelliSensePage">
|
|
45 | 43 | <visualStudio version="Visual Studio 2010" location="%VS100COMNTOOLS%\..\..\Xml\Schemas" />
|
46 | 44 | <visualStudio version="Visual Studio 2012" location="%VS110COMNTOOLS%\..\..\Xml\Schemas" />
|
47 | 45 | <visualStudio version="Visual Studio 2013" location="%VS120COMNTOOLS%\..\..\Xml\Schemas" />
|
| 46 | + <visualStudio version="Visual Studio 2015" location="%VS140COMNTOOLS%\..\..\Xml\Schemas" /> |
48 | 47 | </page>
|
49 | 48 | <page type="Sandcastle.Installer.InstallerPages.MamlSnippetsPage">
|
50 | 49 | <!-- These paths can be adjusted if your snippets are in a non-standard location. Typically they are
|
|
53 | 52 | <visualStudio version="Visual Studio 2010" location="Visual Studio 2010\Code Snippets\Xml\My Xml Snippets" />
|
54 | 53 | <visualStudio version="Visual Studio 2012" location="Visual Studio 2012\Code Snippets\Xml\My Xml Snippets" />
|
55 | 54 | <visualStudio version="Visual Studio 2013" location="Visual Studio 2013\Code Snippets\Xml\My Xml Snippets" />
|
| 55 | + <visualStudio version="Visual Studio 2015" location="Visual Studio 14\Code Snippets\Xml\My Xml Snippets" /> |
56 | 56 | </page>
|
57 | 57 |
|
58 | 58 | <page type="Sandcastle.Installer.InstallerPages.VisualStudioSpellCheckerPage" />
|
|
0 commit comments