diff options
Diffstat (limited to 'src/ext/VisualStudio/wixlib')
36 files changed, 161 insertions, 512 deletions
diff --git a/src/ext/VisualStudio/wixlib/HTML_Help_Registration__RTL_X86.wxs b/src/ext/VisualStudio/wixlib/HTML_Help_Registration__RTL_X86.wxs deleted file mode 100644 index 881da279..00000000 --- a/src/ext/VisualStudio/wixlib/HTML_Help_Registration__RTL_X86.wxs +++ /dev/null | |||
@@ -1,67 +0,0 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
2 | |||
3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
4 | <Fragment> | ||
5 | <StandardDirectory Id="CommonFilesFolder"> | ||
6 | <Directory Id="MSShared" Name="Microsoft Shared"> | ||
7 | <Directory Id="DevHelp" Name="DevHelp"> | ||
8 | <Directory Id="VSIPCC" Name="VSIPCC"> | ||
9 | </Directory> | ||
10 | </Directory> | ||
11 | </Directory> | ||
12 | </StandardDirectory> | ||
13 | </Fragment> | ||
14 | |||
15 | <Fragment Id="HTML_Help_Registration_"> | ||
16 | <Binary Id="BIN_File_46002" SourceFile="$(sys.SOURCEFILEDIR)\Redist\BIN_File_46002.dll" /> | ||
17 | <Binary Id="BIN_File_46001" SourceFile="$(sys.SOURCEFILEDIR)\Redist\BIN_File_46001.dll" /> | ||
18 | <Binary Id="BIN_File_107602" SourceFile="$(sys.SOURCEFILEDIR)\Redist\BIN_File_107602.dll" /> | ||
19 | <!-- We are stuck using GUID'ed ids here because they were hardcoded in the Help2 dlls--> | ||
20 | <CustomAction Id="CA_BeginHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="BeginTransaction" Execute="deferred" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
21 | <CustomAction Id="CA_RegisterPlugIn.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RegisterPlugIn2" Execute="deferred" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
22 | <CustomAction Id="CA_CommitHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="CommitTransaction" Return="ignore" Execute="commit" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
23 | <CustomAction Id="CA_CommitHelpTransactionNoRB.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="CommitTransaction" Return="ignore" Execute="deferred" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
24 | <CustomAction Id="CA_ExportTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="ExportTempHxDs" BinaryRef="BIN_File_46002" /> | ||
25 | <CustomAction Id="CA_RegisterNamespace.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RegisterNamespace2" Execute="deferred" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
26 | <CustomAction Id="CA_RollbackTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RemoveTempHxDs" Execute="rollback" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
27 | <CustomAction Id="CA_RegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RegisterMicrosoftHelp" Return="ignore" BinaryRef="BIN_File_46002" /> | ||
28 | <CustomAction Id="CA_RegisterHelpFile.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RegisterHelpFile" Execute="deferred" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
29 | <CustomAction Id="CA_RegisterFilter.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RegisterFilter2" Execute="deferred" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
30 | <CustomAction Id="CA_RemoveNamespace.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RemoveNamespace" Execute="deferred" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
31 | <CustomAction Id="CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RemoveTempHxDs" Return="ignore" BinaryRef="BIN_File_46001" /> | ||
32 | <!-- This isn't actually executed, but the Help2 dlls use it to find the key for the binary file--> | ||
33 | <CustomAction Id="CA_DummyForHXDS_DLL.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="Bogus" BinaryRef="BIN_File_107602" /> | ||
34 | <CustomAction Id="CA_RollbackHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RollbackTransaction" Execute="rollback" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
35 | <CustomAction Id="CA_RemoveHelpFile.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="RemoveHelpFile" Execute="deferred" Impersonate="no" BinaryRef="BIN_File_46001" /> | ||
36 | <CustomAction Id="CA_UnRegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8" DllEntry="UnRegisterMicrosoftHelp" Return="ignore" BinaryRef="BIN_File_46002" /> | ||
37 | |||
38 | <InstallExecuteSequence> | ||
39 | <Custom Action="CA_ExportTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8" Before="ProcessComponents" /> | ||
40 | |||
41 | <Custom Action="CA_RollbackHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" Before="CA_BeginHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" /> | ||
42 | <Custom Action="CA_BeginHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" After="RemoveFiles" /> | ||
43 | <Custom Action="CA_UnRegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8" After="CA_BeginHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" /> | ||
44 | |||
45 | <Custom Action="CA_RegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8" After="InstallFiles" /> | ||
46 | |||
47 | <Custom Action="CA_CommitHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" Before="InstallFinalize" Condition="( NOT RollbackDisabled )" /> | ||
48 | <Custom Action="CA_CommitHelpTransactionNoRB.3643236F_FC70_11D3_A536_0090278A1BB8" Before="InstallFinalize" Condition="( RollbackDisabled )" /> | ||
49 | <Custom Action="CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8" After="InstallFinalize" /> | ||
50 | </InstallExecuteSequence> | ||
51 | |||
52 | <CustomTable Id="HelpPlugin"> | ||
53 | <Column Id="HelpNamespace_" Type="string" Width="72" PrimaryKey="yes" /> | ||
54 | <Column Id="HelpNamespace_Parent" Type="string" Width="72" PrimaryKey="yes" /> | ||
55 | <Column Id="File_HxT" Nullable="yes" Type="string" Width="72" /> | ||
56 | <Column Id="File_HxA" Nullable="yes" Type="string" Width="72" /> | ||
57 | <Column Id="File_ParentHxT" Nullable="yes" Type="string" Width="72" /> | ||
58 | </CustomTable> | ||
59 | |||
60 | <CustomTable Id="HelpNamespace"> | ||
61 | <Column Id="NamespaceKey" Type="string" Width="72" PrimaryKey="yes" /> | ||
62 | <Column Id="NamespaceName" Type="string" Width="0" /> | ||
63 | <Column Id="File_Collection" Type="string" Width="72" /> | ||
64 | <Column Id="Description" Nullable="yes" Localizable="yes" Type="string" Width="0" /> | ||
65 | </CustomTable> | ||
66 | </Fragment> | ||
67 | </Wix> | ||
diff --git a/src/ext/VisualStudio/wixlib/Redist/BIN_File_107602.dll b/src/ext/VisualStudio/wixlib/Redist/BIN_File_107602.dll deleted file mode 100644 index aef2cf29..00000000 --- a/src/ext/VisualStudio/wixlib/Redist/BIN_File_107602.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/VisualStudio/wixlib/Redist/BIN_File_46001.dll b/src/ext/VisualStudio/wixlib/Redist/BIN_File_46001.dll deleted file mode 100644 index 9e470267..00000000 --- a/src/ext/VisualStudio/wixlib/Redist/BIN_File_46001.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/VisualStudio/wixlib/Redist/BIN_File_46002.dll b/src/ext/VisualStudio/wixlib/Redist/BIN_File_46002.dll deleted file mode 100644 index ae9c30dd..00000000 --- a/src/ext/VisualStudio/wixlib/Redist/BIN_File_46002.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/VisualStudio/wixlib/VS2017.wxs b/src/ext/VisualStudio/wixlib/VS2017.wxs index 5524361d..46cf8b33 100644 --- a/src/ext/VisualStudio/wixlib/VS2017.wxs +++ b/src/ext/VisualStudio/wixlib/VS2017.wxs | |||
@@ -2,11 +2,10 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | <?include ..\..\caDecor.wxi ?> | ||
6 | |||
5 | <Fragment> | 7 | <Fragment> |
6 | <Property Id="VS2017_ROOT_FOLDER" Secure="yes" /> | 8 | <Property Id="VS2017_ROOT_FOLDER" Secure="yes" /> |
7 | |||
8 | <!-- Currently supported only on x86 --> | ||
9 | <CustomActionRef Id="VSFindInstances" /> | ||
10 | </Fragment> | 9 | </Fragment> |
11 | 10 | ||
12 | <Fragment> | 11 | <Fragment> |
diff --git a/src/ext/VisualStudio/wixlib/VS2019.wxs b/src/ext/VisualStudio/wixlib/VS2019.wxs index 0be63dec..0deef2cc 100644 --- a/src/ext/VisualStudio/wixlib/VS2019.wxs +++ b/src/ext/VisualStudio/wixlib/VS2019.wxs | |||
@@ -2,11 +2,10 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | <?include ..\..\caDecor.wxi ?> | ||
6 | |||
5 | <Fragment> | 7 | <Fragment> |
6 | <Property Id="VS2019_ROOT_FOLDER" Secure="yes" /> | 8 | <Property Id="VS2019_ROOT_FOLDER" Secure="yes" /> |
7 | |||
8 | <!-- Currently supported only on x86 --> | ||
9 | <CustomActionRef Id="VSFindInstances" /> | ||
10 | </Fragment> | 9 | </Fragment> |
11 | 10 | ||
12 | <Fragment> | 11 | <Fragment> |
diff --git a/src/ext/VisualStudio/wixlib/VS2022.wxs b/src/ext/VisualStudio/wixlib/VS2022.wxs new file mode 100644 index 00000000..cad25441 --- /dev/null +++ b/src/ext/VisualStudio/wixlib/VS2022.wxs | |||
@@ -0,0 +1,141 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
2 | |||
3 | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
5 | <?include ..\..\caDecor.wxi ?> | ||
6 | |||
7 | <Fragment> | ||
8 | <Property Id="VS2022_ROOT_FOLDER" Secure="yes" /> | ||
9 | </Fragment> | ||
10 | |||
11 | <Fragment> | ||
12 | <PropertyRef Id="VS2022_ROOT_FOLDER" /> | ||
13 | <Property Id="VS2022_IDE_DIR" Secure="yes"> | ||
14 | <DirectorySearch Id="VS2022DirectorySearch" Path="[VS2022_ROOT_FOLDER]"> | ||
15 | <DirectorySearch Id="VS2022EnvironmentDirectorySearch" Path="Common7\IDE" Depth="1" /> | ||
16 | </DirectorySearch> | ||
17 | </Property> | ||
18 | </Fragment> | ||
19 | |||
20 | <Fragment> | ||
21 | <Property Id="VS2022_EXTENSIONS_DIR" Secure="yes"> | ||
22 | <DirectorySearchRef Id="VS2022EnvironmentDirectorySearch" Parent="VS2022DirectorySearch" Path="Common7\IDE"> | ||
23 | <DirectorySearch Id="VS2022ExtensionsDirectorySearch" Path="Extensions" Depth="1" /> | ||
24 | </DirectorySearchRef> | ||
25 | </Property> | ||
26 | </Fragment> | ||
27 | |||
28 | <Fragment> | ||
29 | <Property Id="VS2022_PROJECTTEMPLATES_DIR" Secure="yes"> | ||
30 | <DirectorySearchRef Id="VS2022EnvironmentDirectorySearch" Parent="VS2022DirectorySearch" Path="Common7\IDE"> | ||
31 | <DirectorySearch Id="VS2022ProjectTemplatesDirectorySearch" Path="ProjectTemplates" Depth="1" /> | ||
32 | </DirectorySearchRef> | ||
33 | </Property> | ||
34 | </Fragment> | ||
35 | |||
36 | <Fragment> | ||
37 | <PropertyRef Id="VS2022_ROOT_FOLDER" /> | ||
38 | <Property Id="VS2022_SCHEMAS_DIR" Secure="yes"> | ||
39 | <DirectorySearch Id="VS2022XmlDirectorySearch" Path="[VS2022_ROOT_FOLDER]\Xml" Depth="1"> | ||
40 | <DirectorySearch Id="VS2022XmlSchemasDirectorySearch" Path="Schemas" Depth="1" /> | ||
41 | </DirectorySearch> | ||
42 | </Property> | ||
43 | </Fragment> | ||
44 | |||
45 | <Fragment> | ||
46 | <Property Id="VS2022_ITEMTEMPLATES_DIR" Secure="yes"> | ||
47 | <DirectorySearchRef Id="VS2022EnvironmentDirectorySearch" Parent="VS2022DirectorySearch" Path="Common7\IDE"> | ||
48 | <DirectorySearch Id="VS2022ItemTemplatesDirectorySearch" Path="ItemTemplates" Depth="1" /> | ||
49 | </DirectorySearchRef> | ||
50 | </Property> | ||
51 | </Fragment> | ||
52 | |||
53 | <Fragment> | ||
54 | <PropertyRef Id="VS2022_ROOT_FOLDER" /> | ||
55 | <Property Id="VS2022_BOOTSTRAPPER_PACKAGE_FOLDER" Secure="yes"> | ||
56 | <DirectorySearch Id="VS2022SDKDirectorySearch" Path="[VS2022_ROOT_FOLDER]\SDK" Depth="1"> | ||
57 | <DirectorySearch Id="SearchForVS2022BootstrapperPackageDirectory" Path="Bootstrapper" Depth="1" /> | ||
58 | </DirectorySearch> | ||
59 | </Property> | ||
60 | </Fragment> | ||
61 | |||
62 | <Fragment> | ||
63 | <Property Id="VS2022DEVENV" Secure="yes"> | ||
64 | <DirectorySearchRef Id="VS2022EnvironmentDirectorySearch" Parent="VS2022DirectorySearch" Path="Common7\IDE"> | ||
65 | <FileSearch Id="VS2022DevEnvSearch" Name="devenv.exe" /> | ||
66 | </DirectorySearchRef> | ||
67 | </Property> | ||
68 | </Fragment> | ||
69 | |||
70 | <Fragment> | ||
71 | <CustomAction Id="VS2022Setup" Property="VS2022DEVENV" ExeCommand="/setup" Execute="deferred" Return="ignore" Impersonate="no" /> | ||
72 | <PropertyRef Id="VS2022DEVENV" /> | ||
73 | |||
74 | <InstallExecuteSequence> | ||
75 | <Custom Action="VS2022Setup" Before="InstallFinalize" Overridable="yes" Condition="VS2022DEVENV" /> | ||
76 | </InstallExecuteSequence> | ||
77 | </Fragment> | ||
78 | |||
79 | <Fragment> | ||
80 | <CustomAction Id="VS2022InstallVSTemplates" Property="VS2022DEVENV" ExeCommand="/InstallVSTemplates" Execute="deferred" Return="ignore" Impersonate="no" /> | ||
81 | <PropertyRef Id="VS2022DEVENV" /> | ||
82 | |||
83 | <InstallExecuteSequence> | ||
84 | <Custom Action="VS2022InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VS2022DEVENV" /> | ||
85 | </InstallExecuteSequence> | ||
86 | </Fragment> | ||
87 | |||
88 | <!-- Indicates whether the Visual C# project system is installed as a part of --> | ||
89 | <!-- Visual Studio 2019 standard or higher. If this property is set, that --> | ||
90 | <!-- means Visual Studio 2019 standard or higher is installed and the Visual --> | ||
91 | <!-- C# language tools were installed as a part of VS 2019 setup. --> | ||
92 | <Fragment> | ||
93 | <Property Id="VS2022_IDE_VCSHARP_PROJECTSYSTEM_INSTALLED" Secure="yes" /> | ||
94 | <CustomActionRef Id="VSFindInstances" /> | ||
95 | </Fragment> | ||
96 | |||
97 | <!-- Indicates whether the Visual Basic project system is installed as a part of --> | ||
98 | <!-- Visual Studio 2019 standard or higher. If this property is set, that --> | ||
99 | <!-- means Visual Studio 2019 standard or higher is installed and the Visual --> | ||
100 | <!-- Basic language tools were installed as a part of VS 2019 setup. --> | ||
101 | <Fragment> | ||
102 | <Property Id="VS2022_IDE_VB_PROJECTSYSTEM_INSTALLED" Secure="yes" /> | ||
103 | <CustomActionRef Id="VSFindInstances" /> | ||
104 | </Fragment> | ||
105 | |||
106 | <!-- Indicates whether the Visual Web Developer project system is installed as a part of --> | ||
107 | <!-- Visual Studio 2019 standard or higher. If this property is set, that --> | ||
108 | <!-- means Visual Studio 2019 standard or higher is installed and the Visual --> | ||
109 | <!-- Web Developer language tools were installed as a part of VS 2019 setup. --> | ||
110 | <Fragment> | ||
111 | <Property Id="VS2022_IDE_VWD_PROJECTSYSTEM_INSTALLED" Secure="yes" /> | ||
112 | <CustomActionRef Id="VSFindInstances" /> | ||
113 | </Fragment> | ||
114 | |||
115 | <!-- Indicates whether the Visual C++ project system is installed as a part of --> | ||
116 | <!-- Visual Studio 2019 standard or higher. If this property is set, that --> | ||
117 | <!-- means Visual Studio 2019 standard or higher is installed and the Visual --> | ||
118 | <!-- C++ language tools were installed as a part of VS 2019 setup. --> | ||
119 | <Fragment> | ||
120 | <Property Id="VS2022_IDE_VC_PROJECTSYSTEM_INSTALLED" Secure="yes" /> | ||
121 | <CustomActionRef Id="VSFindInstances" /> | ||
122 | </Fragment> | ||
123 | |||
124 | <!-- Indicates whether the Visual Studio 2019 Team Test project system is installed --> | ||
125 | <Fragment> | ||
126 | <Property Id="VS2022_IDE_VSTS_TESTSYSTEM_INSTALLED" Secure="yes" /> | ||
127 | <CustomActionRef Id="VSFindInstances" /> | ||
128 | </Fragment> | ||
129 | |||
130 | <!-- Indicates whether the Visual Studio Modeling project system is installed --> | ||
131 | <Fragment> | ||
132 | <Property Id="VS2022_IDE_MODELING_PROJECTSYSTEM_INSTALLED" Secure="yes" /> | ||
133 | <CustomActionRef Id="VSFindInstances" /> | ||
134 | </Fragment> | ||
135 | |||
136 | <!-- Indicates whether the Visual Studio F# project system is installed --> | ||
137 | <Fragment> | ||
138 | <Property Id="VS2022_IDE_FSHARP_PROJECTSYSTEM_INSTALLED" Secure="yes" /> | ||
139 | <CustomActionRef Id="VSFindInstances" /> | ||
140 | </Fragment> | ||
141 | </Wix> | ||
diff --git a/src/ext/VisualStudio/wixlib/VSExtension_Platform.wxi b/src/ext/VisualStudio/wixlib/VSExtension_Platform.wxi index f9cd96f4..32aedb65 100644 --- a/src/ext/VisualStudio/wixlib/VSExtension_Platform.wxi +++ b/src/ext/VisualStudio/wixlib/VSExtension_Platform.wxi | |||
@@ -1,16 +1,18 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
2 | 2 | ||
3 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
4 | <?include caSuffix.wxi ?> | 4 | <?include ..\..\caDecor.wxi ?> |
5 | |||
5 | <Fragment> | 6 | <Fragment> |
6 | <CustomAction Id="VSFindInstances$(var.Suffix)" DllEntry="FindInstances" Execute="firstSequence" Return="check" SuppressModularization="yes" BinaryRef="VSCA$(var.Suffix)" /> | 7 | <CustomAction Id="$(var.Prefix)VSFindInstances$(var.Suffix)" DllEntry="FindInstances" Execute="firstSequence" Return="check" SuppressModularization="yes" BinaryRef="VSCA$(var.Suffix)" /> |
7 | <InstallExecuteSequence> | 8 | <InstallExecuteSequence> |
8 | <Custom Action="VSFindInstances$(var.Suffix)" Before="AppSearch" Overridable="yes" /> | 9 | <Custom Action="$(var.Prefix)VSFindInstances$(var.Suffix)" Before="AppSearch" Overridable="yes" /> |
9 | </InstallExecuteSequence> | 10 | </InstallExecuteSequence> |
10 | <InstallUISequence> | 11 | <InstallUISequence> |
11 | <Custom Action="VSFindInstances$(var.Suffix)" Before="AppSearch" Overridable="yes" /> | 12 | <Custom Action="$(var.Prefix)VSFindInstances$(var.Suffix)" Before="AppSearch" Overridable="yes" /> |
12 | </InstallUISequence> | 13 | </InstallUISequence> |
13 | </Fragment> | 14 | </Fragment> |
15 | |||
14 | <Fragment> | 16 | <Fragment> |
15 | <Binary Id="VSCA$(var.Suffix)" SourceFile="vsca.dll" /> | 17 | <Binary Id="VSCA$(var.Suffix)" SourceFile="vsca.dll" /> |
16 | </Fragment> | 18 | </Fragment> |
diff --git a/src/ext/VisualStudio/wixlib/VSExtension_x64.wxs b/src/ext/VisualStudio/wixlib/VSExtension_x64.wxs new file mode 100644 index 00000000..c9df54ca --- /dev/null +++ b/src/ext/VisualStudio/wixlib/VSExtension_x64.wxs | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
6 | <?define platform=x64 ?> | ||
7 | <?include VSExtension_Platform.wxi ?> | ||
8 | </Wix> | ||
diff --git a/src/ext/VisualStudio/wixlib/caSuffix.wxi b/src/ext/VisualStudio/wixlib/caSuffix.wxi deleted file mode 100644 index a56a2393..00000000 --- a/src/ext/VisualStudio/wixlib/caSuffix.wxi +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
5 | <?ifndef platform ?> | ||
6 | <?error Required value "platform" not defined in include caSuffix.wxi ?> | ||
7 | <?endif ?> | ||
8 | |||
9 | <?ifdef Suffix ?> | ||
10 | <?undef Suffix ?> | ||
11 | <?undef DeferredSuffix ?> | ||
12 | <?endif ?> | ||
13 | |||
14 | <?if $(var.platform)="x86" ?> | ||
15 | <?define Suffix="" ?> | ||
16 | <?define DeferredSuffix="" ?> | ||
17 | <?endif ?> | ||
18 | |||
19 | <?if $(var.platform)="x64" ?> | ||
20 | <?define Suffix="_x64" ?> | ||
21 | <?define DeferredSuffix="_64" ?> | ||
22 | <?endif ?> | ||
23 | |||
24 | <?if $(var.platform)="arm" ?> | ||
25 | <?define Suffix="_ARM" ?> | ||
26 | <?define DeferredSuffix="_ARM" ?> | ||
27 | <?endif ?> | ||
28 | </Include> | ||
diff --git a/src/ext/VisualStudio/wixlib/vs.wixproj b/src/ext/VisualStudio/wixlib/vs.wixproj index f2852683..8af4d7ef 100644 --- a/src/ext/VisualStudio/wixlib/vs.wixproj +++ b/src/ext/VisualStudio/wixlib/vs.wixproj | |||
@@ -9,7 +9,8 @@ | |||
9 | </PropertyGroup> | 9 | </PropertyGroup> |
10 | 10 | ||
11 | <ItemGroup> | 11 | <ItemGroup> |
12 | <ProjectReference Include="..\ca\vsca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> | 12 | <ProjectReference Include="..\ca\vsca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> |
13 | <ProjectReference Include="..\ca\vsca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> | ||
13 | </ItemGroup> | 14 | </ItemGroup> |
14 | 15 | ||
15 | <ItemGroup> | 16 | <ItemGroup> |
diff --git a/src/ext/VisualStudio/wixlib/vs2005/VS2005_VSIPCC_Collection_Files_RTL.wxs b/src/ext/VisualStudio/wixlib/vs2005/VS2005_VSIPCC_Collection_Files_RTL.wxs deleted file mode 100644 index 66757349..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/VS2005_VSIPCC_Collection_Files_RTL.wxs +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
2 | |||
3 | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
5 | <Fragment Id="VS2005_Namespace"> | ||
6 | <DirectoryRef Id="VSIPCC"> | ||
7 | <Component Id="VSIPCC_Reg" Guid="96F72137-191F-4120-A2FA-9DA8F6C2C993" KeyPath="yes"> | ||
8 | <CreateFolder /> | ||
9 | <RegistryValue Id="_FldbVs8_RegFile_15039_________00000" Root="HKLM" Key="SOFTWARE\Microsoft\MSDN\8.0\Help\0x0409\{F658C410-5D42-41a9-AB6C-83E8FE395595}" Name="Filename" Type="string" Value="ms-help://MS.VSIPCC.v80" /> | ||
10 | </Component> | ||
11 | <Directory Id="vsipcc_v8.0" Name="v8.0" FileSource="$(sys.SOURCEFILEDIR)\Redist"> | ||
12 | <Component Id="vsipcc_collection________" Guid="454FF049-0B57-4927-8A0C-AA10608A480C"> | ||
13 | <File Id="FL_vsipcc_reg_hxs_86878________" Name="vsipcc_reg.hxs" KeyPath="yes" /> | ||
14 | <File Id="FL_vsipcc_hxc_86879________" Name="vsipcc.hxc" /> | ||
15 | <File Id="FL_vsipcc_hxt_86880________" Name="vsipcc.hxt" /> | ||
16 | <File Id="FL_vsipccALinks_hxk_86881________" Name="vsipccALinks.hxk" /> | ||
17 | <File Id="FL_vsipccBLinks_hxk_86882________" Name="vsipccBLinks.hxk" /> | ||
18 | <File Id="FL_vsipccFLinks_hxk_86885________" Name="vsipccFLinks.hxk" /> | ||
19 | <File Id="FL_vsipccKLinks_hxk_86886________" Name="vsipccKLinks.hxk" /> | ||
20 | <File Id="FL_vsipccNamedURLs_hxk_86888________.3643236F_FC70_11D3_A536_0090278A1BB" Name="vsipccNamedURLs.hxk" /> | ||
21 | <File Id="FL_vsipccSlinks_hxk_93825________" Name="vsipccSlinks.hxk" /> | ||
22 | <File Id="FL_VsipCCSamples_HxK_103959________" Name="VsipCCSamples.HxK" /> | ||
23 | </Component> | ||
24 | </Directory> | ||
25 | </DirectoryRef> | ||
26 | <CustomAction Id="CA_HxMerge_VSIPCC_VSCC" Return="ignore" Execute="commit" Impersonate="no" ExeCommand="ms-help://MS.VSCC.v80" BinaryRef="BIN_File_60377" /> | ||
27 | <CustomAction Id="CA_HxMerge_VSIPCC_VSExpCC" Return="ignore" Execute="commit" Impersonate="no" ExeCommand="ms-help://MS.VSExpressCC.v80" BinaryRef="BIN_File_60377" /> | ||
28 | <InstallExecuteSequence> | ||
29 | <Custom Action="CA_HxMerge_VSIPCC_VSCC" After="CA_RegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8" /> | ||
30 | <Custom Action="CA_HxMerge_VSIPCC_VSExpCC" After="CA_RegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8" /> | ||
31 | </InstallExecuteSequence> | ||
32 | <Binary Id="BIN_File_60377" SourceFile="$(sys.SOURCEFILEDIR)\Redist\BIN_File_60377.dll" /> | ||
33 | <CustomTable Id="HelpPlugin"> | ||
34 | <Row> | ||
35 | <Data Column="HelpNamespace_" Value="MS_VSIPCC_v80" /> | ||
36 | <Data Column="HelpNamespace_Parent" Value="MS_VSCC_v80" /> | ||
37 | <Data Column="File_HxT" Value="FL_vsipcc_hxt_86880________" /> | ||
38 | <Data Column="File_HxA" /> | ||
39 | <Data Column="File_ParentHxT" /> | ||
40 | </Row> | ||
41 | <Row> | ||
42 | <Data Column="HelpNamespace_" Value="MS_VSIPCC_v80" /> | ||
43 | <Data Column="HelpNamespace_Parent" Value="MS_VSExpressCC_v80" /> | ||
44 | <Data Column="File_HxT" Value="FL_vsipcc_hxt_86880________" /> | ||
45 | <Data Column="File_HxA" /> | ||
46 | <Data Column="File_ParentHxT" /> | ||
47 | </Row> | ||
48 | </CustomTable> | ||
49 | <CustomTable Id="HelpNamespace"> | ||
50 | <Row> | ||
51 | <Data Column="NamespaceKey" Value="MS_VSIPCC_v80" /> | ||
52 | <Data Column="NamespaceName" Value="MS.VSIPCC.v80" /> | ||
53 | <Data Column="File_Collection" Value="FL_vsipcc_hxc_86879________" /> | ||
54 | <Data Column="Description" Value="VSIP Documentation" /> | ||
55 | </Row> | ||
56 | </CustomTable> | ||
57 | |||
58 | <ComponentGroup Id="Help2_VS2005_Namespace_Components"> | ||
59 | <ComponentRef Id="VSIPCC_Reg" /> | ||
60 | <ComponentRef Id="vsipcc_collection________" /> | ||
61 | </ComponentGroup> | ||
62 | </Fragment> | ||
63 | </Wix> | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/BIN_File_60377.dll b/src/ext/VisualStudio/wixlib/vs2005/redist/BIN_File_60377.dll deleted file mode 100644 index dfdddf66..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/BIN_File_60377.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipCCSamples.HxK b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipCCSamples.HxK deleted file mode 100644 index 00db745c..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipCCSamples.HxK +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "Samples" | ||
6 | Id = "VsipCCSamples" | ||
7 | AutoInclude = "Yes" | ||
8 | Merge = "Yes" | ||
9 | Sort = "Yes" | ||
10 | Title = "Samples" | ||
11 | Visible = "No" | ||
12 | LangId = "1033" | ||
13 | > | ||
14 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc.hxc b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc.hxc deleted file mode 100644 index 406e7f2b..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc.hxc +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpCollection> | ||
3 | <HelpCollection | ||
4 | DTDVersion = "1.0" | ||
5 | Id = "vsipcc.8.0" | ||
6 | FileVersion = "8.0.41025.0" | ||
7 | LangId = "1033" | ||
8 | Title = "Microsoft VSIP Combined Help Collection" | ||
9 | Copyright = "Copyright (c) 2005 Microsoft Corporation. All Rights Reserved." | ||
10 | > | ||
11 | <TOCDef File = "vsipcc.HxT" Id = "InsertTOC:VSIPCC" /> | ||
12 | <KeywordIndexDef File = "vsipccALinks.HxK"/> | ||
13 | <KeywordIndexDef File = "vsipccBLinks.HxK"/> | ||
14 | <KeywordIndexDef File = "vsipccCLinks.HxK"/> | ||
15 | <KeywordIndexDef File = "vsipccFLinks.HxK"/> | ||
16 | <KeywordIndexDef File = "vsipccKLinks.HxK"/> | ||
17 | <KeywordIndexDef File = "vsipccSLinks.HxK"/> | ||
18 | <KeywordIndexDef File = "vsipccNamedUrls.HxK"/> | ||
19 | <KeywordIndexDef File= "VsipCCSamples.HxK" /> | ||
20 | |||
21 | <ItemMoniker Name = "!DefaultNamedUrlIndex" ProgId = "HxDs.HxIndex" InitData = "VsccNamedUrls"/> | ||
22 | <ItemMoniker Name = "!SampleInfo" ProgId = "HxDs.HxSampleCollection" InitData = "Samples"/> | ||
23 | <ItemMoniker Name = "!DefaultTOC" ProgId = "HxDs.HxHierarchy" InitData = "TOC"/> | ||
24 | <ItemMoniker Name = "!DefaultFullTextSearch" ProgId = "HxDs.HxFullTextSearch" InitData = ""/> | ||
25 | <ItemMoniker Name = "!DefaultAssociativeIndex" ProgId = "HxDs.HxIndex" InitData = "A"/> | ||
26 | <ItemMoniker Name = "!DefaultDynamicLinkIndex" ProgId = "HxDs.HxIndex" InitData = "B"/> | ||
27 | <ItemMoniker Name = "!DefaultCodeIndex" ProgId = "HxDs.HxIndex" InitData = "C"/> | ||
28 | <ItemMoniker Name = "!DefaultContextWindowIndex" ProgId = "HxDs.HxIndex" InitData = "F"/> | ||
29 | <ItemMoniker Name = "!DefaultKeywordIndex" ProgId = "HxDs.HxIndex" InitData = "K"/> | ||
30 | <ItemMoniker Name = "!DefaultSearchWindowIndex" ProgId = "HxDs.HxIndex" InitData = "S"/> | ||
31 | <ItemMoniker Name = "!DefaultSampleIndex" ProgId="HxDs.HxIndex" InitData="Samples" /> | ||
32 | </HelpCollection> | ||
33 | |||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc.hxt b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc.hxt deleted file mode 100644 index 613dcfbb..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc.hxt +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpTOC> | ||
3 | <HelpTOC | ||
4 | DTDVersion = "1.0" | ||
5 | Id = "vsipcc_TOC" | ||
6 | FileVersion = "8.0.0.0" | ||
7 | LangId = "1033" | ||
8 | ParentNodeIcon = "Book" | ||
9 | PluginStyle = "Flat" | ||
10 | > | ||
11 | <HelpTOCNode Id = "InsertTOC:VSIP" NodeType = "TOC"/> | ||
12 | <HelpTOCNode Id = "InsertTOC:Partner" NodeType = "TOC"/> | ||
13 | </HelpTOC> | ||
14 | |||
15 | |||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccALinks.hxk b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccALinks.hxk deleted file mode 100644 index 27017f76..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccALinks.hxk +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "A" | ||
6 | Id = "vsipcc8.0_ALinks" | ||
7 | Merge = "Yes" | ||
8 | Sort = "Yes" | ||
9 | Title = "HxLink Index" | ||
10 | Visible = "No" | ||
11 | LangId = "1033" | ||
12 | > | ||
13 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccBLinks.hxk b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccBLinks.hxk deleted file mode 100644 index b37d2e18..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccBLinks.hxk +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "B" | ||
6 | Id = "vsipcc8.0_BLinks" | ||
7 | Merge = "Yes" | ||
8 | Sort = "Yes" | ||
9 | Title = "Dynamic Link Index" | ||
10 | Visible = "No" | ||
11 | LangId = "1033" | ||
12 | > | ||
13 | </HelpIndex> | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccFLinks.hxk b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccFLinks.hxk deleted file mode 100644 index 2d37efbf..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccFLinks.hxk +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "F" | ||
6 | Id = "vsipcc8.0_FLinks" | ||
7 | AutoInclude = "Yes" | ||
8 | Merge = "Yes" | ||
9 | Sort = "Yes" | ||
10 | Title = "Dynamic Help and F1 Index" | ||
11 | Visible = "No" | ||
12 | LangId = "1033" | ||
13 | > | ||
14 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccKLinks.hxk b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccKLinks.hxk deleted file mode 100644 index 2938eff3..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccKLinks.hxk +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "K" | ||
6 | Id = "vsipcc8.0_KLinks" | ||
7 | Merge = "Yes" | ||
8 | Sort = "Yes" | ||
9 | Title = "Keyword Index" | ||
10 | Visible = "Yes" | ||
11 | LangId = "1033" | ||
12 | > | ||
13 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccNamedURLs.hxk b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccNamedURLs.hxk deleted file mode 100644 index 8691c54c..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccNamedURLs.hxk +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "VsipccNamedUrls" | ||
6 | Id = "VsipccNamedUrls" | ||
7 | Merge = "Yes" | ||
8 | Sort = "Yes" | ||
9 | Title = "VSIPCC NamedUrl Index" | ||
10 | Visible = "No" | ||
11 | LangId = "1033" | ||
12 | > | ||
13 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccSlinks.hxk b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccSlinks.hxk deleted file mode 100644 index 9d193521..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipccSlinks.hxk +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "S" | ||
6 | Id = "vsipcc8.0_SLinks" | ||
7 | Merge = "Yes" | ||
8 | Sort = "Yes" | ||
9 | Title = "Search Enhancement Index" | ||
10 | Visible = "No" | ||
11 | LangId = "1033" | ||
12 | > | ||
13 | </HelpIndex> | ||
14 | |||
diff --git a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc_reg.hxs b/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc_reg.hxs deleted file mode 100644 index 3f2905c4..00000000 --- a/src/ext/VisualStudio/wixlib/vs2005/redist/vsipcc_reg.hxs +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/VS2008_VSIPCC_Collection_Files_RTL.wxs b/src/ext/VisualStudio/wixlib/vs2008/VS2008_VSIPCC_Collection_Files_RTL.wxs deleted file mode 100644 index 9fb1a0e5..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/VS2008_VSIPCC_Collection_Files_RTL.wxs +++ /dev/null | |||
@@ -1,60 +0,0 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
2 | |||
3 | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
5 | <Fragment Id="VS2008_Namespace"> | ||
6 | <Binary Id="BIN_435439_x86_enu" SourceFile="$(sys.SOURCEFILEDIR)\Redist\BIN_435439_x86_enu.dll" /> | ||
7 | <CustomAction Id="CA_ScheduleExtHelpPlugin_VSCC_VSIPCC" DllEntry="ScheduleExtHelpPlugin" Return="ignore" BinaryRef="BIN_435439_x86_enu" /> | ||
8 | <CustomAction Id="CA_ExtHelpPlugin" DllEntry="ExtHelpPluginAction" Execute="deferred" Impersonate="no" BinaryRef="BIN_435439_x86_enu" /> | ||
9 | |||
10 | <DirectoryRef Id="VSIPCC"> | ||
11 | <Component Id="VSIPCC_Reg_27501" Guid="{7C32E9FB-9C4D-416B-8ACC-9D487ED0ADBD}" KeyPath="yes"> | ||
12 | <CreateFolder Directory="VSIPCC" /> | ||
13 | <RegistryValue Id="reg7291AF922BB02FD23E15437538DF9347" Root="HKLM" Key="SOFTWARE\Microsoft\MSDN\9.0\Help\0x0409\{F658C410-5D42-41a9-AB6C-83E8FE395595}" Name="Filename" Value="ms-help://MS.VSIPCC.v90" Type="string" /> | ||
14 | </Component> | ||
15 | <Directory Id="vsipcc_v9.0" Name="v9.0" FileSource="$(sys.SOURCEFILEDIR)\Redist"> | ||
16 | <Component Id="vsipcc_collection_25097" Guid="{D419D13C-D6D8-4E2A-A3EF-B26398D36524}"> | ||
17 | <File Id="FL_vsipcc_reg_hxs_86878_86878_cn_ln" Name="vsipcc_reg.hxs" KeyPath="yes" Vital="no" /> | ||
18 | <File Id="FL_vsipcc_hxc_86879_86879_cn_ln" Name="_vsipcc90.hxc" Vital="no" /> | ||
19 | <File Id="FL_vsipcc_hxt_86880_86880_cn_ln" Name="_vsipcc90.hxt" Vital="no" /> | ||
20 | <File Id="FL_vsipccALinks_hxk_86881_86881_cn_ln" Name="_ALinks.hxk" Vital="no" /> | ||
21 | <File Id="FL_vsipccBLinks_hxk_86882_86882_cn_ln" Name="_BLinks.hxk" Vital="no" /> | ||
22 | <File Id="FL_vsipccCLinks_hxk_cn_ln" Name="_CLinks.hxk" Vital="no" /> | ||
23 | <File Id="FL_vsipccFLinks_hxk_86885_86885_cn_ln" Name="_FLinks.hxk" Vital="no" /> | ||
24 | <File Id="FL_vsipccKLinks_hxk_86886_86886_cn_ln" Name="_KLinks.hxk" Vital="no" /> | ||
25 | <File Id="FL_vsipccNamedURLs_hxk_86888_86888_cn_ln" Name="_vsipcc_namedUrls.hxk" Vital="no" /> | ||
26 | <File Id="FL_vsipccSlinks_hxk_93825_93825_cn_ln" Name="_SLinks.hxk" Vital="no" /> | ||
27 | <File Id="FL_VsipCCSamples_HxK_103959_103959_cn_ln" Name="_vsipcc_samples.HxK" Vital="no" /> | ||
28 | </Component> | ||
29 | </Directory> | ||
30 | </DirectoryRef> | ||
31 | <CustomTable Id="HelpNamespace"> | ||
32 | <Row> | ||
33 | <Data Column="NamespaceKey" Value="MS.VSIPCC.v90" /> | ||
34 | <Data Column="NamespaceName" Value="MS.VSIPCC.v90" /> | ||
35 | <Data Column="File_Collection" Value="FL_vsipcc_hxc_86879_86879_cn_ln" /> | ||
36 | <Data Column="Description" Value="VSIP Documentation" /> | ||
37 | </Row> | ||
38 | </CustomTable> | ||
39 | <CustomTable Id="HelpPlugin"> | ||
40 | <Row> | ||
41 | <Data Column="HelpNamespace_" Value="MS.VSIPCC.v90" /> | ||
42 | <Data Column="HelpNamespace_Parent" Value="MS.VSCC.v90" /> | ||
43 | <Data Column="File_HxT" Value="FL_vsipcc_hxt_86880_86880_cn_ln" /> | ||
44 | <Data Column="File_HxA" /> | ||
45 | <Data Column="File_ParentHxT" /> | ||
46 | </Row> | ||
47 | </CustomTable> | ||
48 | <Property Id="EXTERNALPLUGINLIST" Value="MS.VSCC.v90;MS.VSIPCC.v90" /> | ||
49 | <Property Id="DirectoryTable_x86" Value="DirectoryTable" /> | ||
50 | <Property Id="HHFilterTable" Value="HHFilterTable" /> | ||
51 | <InstallExecuteSequence> | ||
52 | <Custom Action="CA_ScheduleExtHelpPlugin_VSCC_VSIPCC" After="CA_RegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8" Condition="Not Installed" /> | ||
53 | </InstallExecuteSequence> | ||
54 | |||
55 | <ComponentGroup Id="Help2_VS2008_Namespace_Components"> | ||
56 | <ComponentRef Id="VSIPCC_Reg_27501" /> | ||
57 | <ComponentRef Id="vsipcc_collection_25097" /> | ||
58 | </ComponentGroup> | ||
59 | </Fragment> | ||
60 | </Wix> | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/BIN_435439_x86_enu.dll b/src/ext/VisualStudio/wixlib/vs2008/redist/BIN_435439_x86_enu.dll deleted file mode 100644 index 7f5e9436..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/BIN_435439_x86_enu.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_ALinks.hxk b/src/ext/VisualStudio/wixlib/vs2008/redist/_ALinks.hxk deleted file mode 100644 index dd6df168..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_ALinks.hxk +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex DTDVersion = "1.0" | ||
4 | Name="A" | ||
5 | Id = "_ALinks" | ||
6 | Merge="Yes" | ||
7 | Sort="Yes" | ||
8 | Title="A-link Index" | ||
9 | Visible="No"> | ||
10 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_BLinks.hxk b/src/ext/VisualStudio/wixlib/vs2008/redist/_BLinks.hxk deleted file mode 100644 index a2288162..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_BLinks.hxk +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex DTDVersion = "1.0" | ||
4 | Name="B" | ||
5 | Id = "_BLinks" | ||
6 | Merge="Yes" | ||
7 | Sort="Yes" | ||
8 | Title="B-link Index" | ||
9 | Visible="No"> | ||
10 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_CLinks.hxk b/src/ext/VisualStudio/wixlib/vs2008/redist/_CLinks.hxk deleted file mode 100644 index da0df730..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_CLinks.hxk +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "C" | ||
6 | Id = "_CLinks" | ||
7 | Merge = "Yes" | ||
8 | Sort = "Yes" | ||
9 | Title = "Code Index" | ||
10 | Visible = "No" | ||
11 | LangId = "1033" | ||
12 | > | ||
13 | </HelpIndex> | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_FLinks.hxk b/src/ext/VisualStudio/wixlib/vs2008/redist/_FLinks.hxk deleted file mode 100644 index 37dfda34..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_FLinks.hxk +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex DTDVersion = "1.0" | ||
4 | Name="F" | ||
5 | Id = "_FLinks" | ||
6 | Merge="Yes" | ||
7 | Sort="Yes" | ||
8 | Title="F-link Index" | ||
9 | Visible="No"> | ||
10 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_KLinks.hxk b/src/ext/VisualStudio/wixlib/vs2008/redist/_KLinks.hxk deleted file mode 100644 index 2303ed0c..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_KLinks.hxk +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex Name = "K" | ||
4 | Id = "_KLinks" | ||
5 | DTDVersion = "1.0" | ||
6 | Merge="Yes" | ||
7 | Sort="Yes" | ||
8 | Title="Keyword Index" | ||
9 | Visible="Yes"> | ||
10 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_SLinks.hxk b/src/ext/VisualStudio/wixlib/vs2008/redist/_SLinks.hxk deleted file mode 100644 index 9f65eca3..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_SLinks.hxk +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name="S" | ||
6 | Id = "_SLinks" | ||
7 | AutoInclude = "Yes" | ||
8 | Merge="Yes" | ||
9 | Sort="Yes" | ||
10 | Title="Search Index" | ||
11 | Visible="No" | ||
12 | LangId = "1033"> | ||
13 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc90.hxc b/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc90.hxc deleted file mode 100644 index 9ad6869e..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc90.hxc +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpCollection> | ||
3 | <HelpCollection | ||
4 | DTDVersion = "1.0" | ||
5 | Id = "vsipcc.9.0" | ||
6 | FileVersion = "9.0.20220.0" | ||
7 | LangId = "1033" | ||
8 | Title = "Visual Studio Orcas Partner Documentation" | ||
9 | Copyright = "Copyright (c) 2007 Microsoft Corporation. All Rights Reserved." | ||
10 | > | ||
11 | <TOCDef File = "_vsipcc90.HxT" Id = "InsertTOC:VSIPCC" /> | ||
12 | <KeywordIndexDef File = "_ALinks.HxK"/> | ||
13 | <KeywordIndexDef File = "_BLinks.HxK"/> | ||
14 | <KeywordIndexDef File = "_CLinks.HxK"/> | ||
15 | <KeywordIndexDef File = "_FLinks.HxK"/> | ||
16 | <KeywordIndexDef File = "_KLinks.HxK"/> | ||
17 | <KeywordIndexDef File = "_SLinks.HxK"/> | ||
18 | <KeywordIndexDef File = "_vsipcc_NamedUrls.HxK"/> | ||
19 | <KeywordIndexDef File= "_VsipCC_Samples.HxK" /> | ||
20 | |||
21 | <ItemMoniker Name = "!DefaultNamedUrlIndex" ProgId = "HxDs.HxIndex" InitData = "VsccNamedUrls"/> | ||
22 | <ItemMoniker Name = "!SampleInfo" ProgId = "HxDs.HxSampleCollection" InitData = "Samples"/> | ||
23 | <ItemMoniker Name = "!DefaultTOC" ProgId = "HxDs.HxHierarchy" InitData = "TOC"/> | ||
24 | <ItemMoniker Name = "!DefaultFullTextSearch" ProgId = "HxDs.HxFullTextSearch" InitData = ""/> | ||
25 | <ItemMoniker Name = "!DefaultAssociativeIndex" ProgId = "HxDs.HxIndex" InitData = "A"/> | ||
26 | <ItemMoniker Name = "!DefaultDynamicLinkIndex" ProgId = "HxDs.HxIndex" InitData = "B"/> | ||
27 | <ItemMoniker Name = "!DefaultCodeIndex" ProgId = "HxDs.HxIndex" InitData = "C"/> | ||
28 | <ItemMoniker Name = "!DefaultContextWindowIndex" ProgId = "HxDs.HxIndex" InitData = "F"/> | ||
29 | <ItemMoniker Name = "!DefaultKeywordIndex" ProgId = "HxDs.HxIndex" InitData = "K"/> | ||
30 | <ItemMoniker Name = "!DefaultSearchWindowIndex" ProgId = "HxDs.HxIndex" InitData = "S"/> | ||
31 | <ItemMoniker Name = "!DefaultSampleIndex" ProgId="HxDs.HxIndex" InitData="Samples" /> | ||
32 | </HelpCollection> | ||
33 | |||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc90.hxt b/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc90.hxt deleted file mode 100644 index 3ac4d5d6..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc90.hxt +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpTOC> | ||
3 | <HelpTOC | ||
4 | DTDVersion = "1.0" | ||
5 | Id = "vsipcc_TOC" | ||
6 | FileVersion = "9.0.20220.0" | ||
7 | LangId = "1033" | ||
8 | ParentNodeIcon = "Book" | ||
9 | PluginStyle = "Flat" | ||
10 | > | ||
11 | <HelpTOCNode Id = "InsertTOC:VSIP" NodeType = "TOC"/> | ||
12 | <HelpTOCNode Id = "InsertTOC:Partner" NodeType = "TOC"/> | ||
13 | </HelpTOC> | ||
14 | |||
15 | |||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc_namedUrls.hxk b/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc_namedUrls.hxk deleted file mode 100644 index aaa79158..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc_namedUrls.hxk +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "VsipccNamedUrls" | ||
6 | Id = "VsipccNamedUrls" | ||
7 | Merge = "Yes" | ||
8 | Sort = "Yes" | ||
9 | Title = "VSIPCC NamedUrl Index" | ||
10 | Visible = "No" | ||
11 | LangId = "1033" | ||
12 | > | ||
13 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc_samples.HxK b/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc_samples.HxK deleted file mode 100644 index 00db745c..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/_vsipcc_samples.HxK +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!DOCTYPE HelpIndex> | ||
3 | <HelpIndex | ||
4 | DTDVersion = "1.0" | ||
5 | Name = "Samples" | ||
6 | Id = "VsipCCSamples" | ||
7 | AutoInclude = "Yes" | ||
8 | Merge = "Yes" | ||
9 | Sort = "Yes" | ||
10 | Title = "Samples" | ||
11 | Visible = "No" | ||
12 | LangId = "1033" | ||
13 | > | ||
14 | </HelpIndex> \ No newline at end of file | ||
diff --git a/src/ext/VisualStudio/wixlib/vs2008/redist/vsipcc_reg.hxs b/src/ext/VisualStudio/wixlib/vs2008/redist/vsipcc_reg.hxs deleted file mode 100644 index f6446867..00000000 --- a/src/ext/VisualStudio/wixlib/vs2008/redist/vsipcc_reg.hxs +++ /dev/null | |||
Binary files differ | |||