diff options
author | Rob Mensching <rob@firegiant.com> | 2017-10-02 23:49:38 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-10-02 23:55:03 -0700 |
commit | f729d16ab0dfd841a16addaefba61a182d0b0d32 (patch) | |
tree | 32920c1b284ec30580934b473c147978c44722c8 /src/wixlib/vs2005 | |
parent | f91321309dd2c70d11343fe9272a0c7caf85e668 (diff) | |
download | wix-f729d16ab0dfd841a16addaefba61a182d0b0d32.tar.gz wix-f729d16ab0dfd841a16addaefba61a182d0b0d32.tar.bz2 wix-f729d16ab0dfd841a16addaefba61a182d0b0d32.zip |
Initial code commit
Diffstat (limited to 'src/wixlib/vs2005')
-rw-r--r-- | src/wixlib/vs2005/VS2005_VSIPCC_Collection_Files_RTL.wxs | 64 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/BIN_File_60377.dll | bin | 0 -> 45056 bytes | |||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipCCSamples.HxK | 14 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipcc.hxc | 33 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipcc.hxt | 15 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipccALinks.hxk | 13 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipccBLinks.hxk | 13 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipccFLinks.hxk | 14 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipccKLinks.hxk | 13 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipccNamedURLs.hxk | 13 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipccSlinks.hxk | 14 | ||||
-rw-r--r-- | src/wixlib/vs2005/redist/vsipcc_reg.hxs | bin | 0 -> 18400 bytes |
12 files changed, 206 insertions, 0 deletions
diff --git a/src/wixlib/vs2005/VS2005_VSIPCC_Collection_Files_RTL.wxs b/src/wixlib/vs2005/VS2005_VSIPCC_Collection_Files_RTL.wxs new file mode 100644 index 00000000..bb0dfd62 --- /dev/null +++ b/src/wixlib/vs2005/VS2005_VSIPCC_Collection_Files_RTL.wxs | |||
@@ -0,0 +1,64 @@ | |||
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 | |||
5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
6 | <Fragment Id="VS2005_Namespace"> | ||
7 | <DirectoryRef Id="VSIPCC"> | ||
8 | <Component Id="VSIPCC_Reg" Guid="96F72137-191F-4120-A2FA-9DA8F6C2C993" KeyPath="yes"> | ||
9 | <CreateFolder /> | ||
10 | <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" /> | ||
11 | </Component> | ||
12 | <Directory Id="vsipcc_v8.0" Name="v8.0" FileSource="$(sys.SOURCEFILEDIR)\Redist"> | ||
13 | <Component Id="vsipcc_collection________" Guid="454FF049-0B57-4927-8A0C-AA10608A480C"> | ||
14 | <File Id="FL_vsipcc_reg_hxs_86878________" Name="vsipcc_reg.hxs" KeyPath="yes" /> | ||
15 | <File Id="FL_vsipcc_hxc_86879________" Name="vsipcc.hxc" /> | ||
16 | <File Id="FL_vsipcc_hxt_86880________" Name="vsipcc.hxt" /> | ||
17 | <File Id="FL_vsipccALinks_hxk_86881________" Name="vsipccALinks.hxk" /> | ||
18 | <File Id="FL_vsipccBLinks_hxk_86882________" Name="vsipccBLinks.hxk" /> | ||
19 | <File Id="FL_vsipccFLinks_hxk_86885________" Name="vsipccFLinks.hxk" /> | ||
20 | <File Id="FL_vsipccKLinks_hxk_86886________" Name="vsipccKLinks.hxk" /> | ||
21 | <File Id="FL_vsipccNamedURLs_hxk_86888________.3643236F_FC70_11D3_A536_0090278A1BB" Name="vsipccNamedURLs.hxk" /> | ||
22 | <File Id="FL_vsipccSlinks_hxk_93825________" Name="vsipccSlinks.hxk" /> | ||
23 | <File Id="FL_VsipCCSamples_HxK_103959________" Name="VsipCCSamples.HxK" /> | ||
24 | </Component> | ||
25 | </Directory> | ||
26 | </DirectoryRef> | ||
27 | <CustomAction Id="CA_HxMerge_VSIPCC_VSCC" Return="ignore" Execute="commit" Impersonate="no" BinaryKey="BIN_File_60377" ExeCommand="ms-help://MS.VSCC.v80" /> | ||
28 | <CustomAction Id="CA_HxMerge_VSIPCC_VSExpCC" Return="ignore" Execute="commit" Impersonate="no" BinaryKey="BIN_File_60377" ExeCommand="ms-help://MS.VSExpressCC.v80" /> | ||
29 | <InstallExecuteSequence> | ||
30 | <Custom Action="CA_HxMerge_VSIPCC_VSCC" After="CA_RegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8"/> | ||
31 | <Custom Action="CA_HxMerge_VSIPCC_VSExpCC" After="CA_RegisterMicrosoftHelp.3643236F_FC70_11D3_A536_0090278A1BB8"/> | ||
32 | </InstallExecuteSequence> | ||
33 | <Binary Id="BIN_File_60377" SourceFile="$(sys.SOURCEFILEDIR)\Redist\BIN_File_60377.dll" /> | ||
34 | <CustomTable Id="HelpPlugin"> | ||
35 | <Row> | ||
36 | <Data Column="HelpNamespace_">MS_VSIPCC_v80</Data> | ||
37 | <Data Column="HelpNamespace_Parent">MS_VSCC_v80</Data> | ||
38 | <Data Column="File_HxT">FL_vsipcc_hxt_86880________</Data> | ||
39 | <Data Column="File_HxA" /> | ||
40 | <Data Column="File_ParentHxT" /> | ||
41 | </Row> | ||
42 | <Row> | ||
43 | <Data Column="HelpNamespace_">MS_VSIPCC_v80</Data> | ||
44 | <Data Column="HelpNamespace_Parent">MS_VSExpressCC_v80</Data> | ||
45 | <Data Column="File_HxT">FL_vsipcc_hxt_86880________</Data> | ||
46 | <Data Column="File_HxA" /> | ||
47 | <Data Column="File_ParentHxT" /> | ||
48 | </Row> | ||
49 | </CustomTable> | ||
50 | <CustomTable Id="HelpNamespace"> | ||
51 | <Row> | ||
52 | <Data Column="NamespaceKey">MS_VSIPCC_v80</Data> | ||
53 | <Data Column="NamespaceName">MS.VSIPCC.v80</Data> | ||
54 | <Data Column="File_Collection">FL_vsipcc_hxc_86879________</Data> | ||
55 | <Data Column="Description">VSIP Documentation</Data> | ||
56 | </Row> | ||
57 | </CustomTable> | ||
58 | |||
59 | <ComponentGroup Id="Help2_VS2005_Namespace_Components"> | ||
60 | <ComponentRef Id="VSIPCC_Reg"/> | ||
61 | <ComponentRef Id="vsipcc_collection________"/> | ||
62 | </ComponentGroup> | ||
63 | </Fragment> | ||
64 | </Wix> | ||
diff --git a/src/wixlib/vs2005/redist/BIN_File_60377.dll b/src/wixlib/vs2005/redist/BIN_File_60377.dll new file mode 100644 index 00000000..dfdddf66 --- /dev/null +++ b/src/wixlib/vs2005/redist/BIN_File_60377.dll | |||
Binary files differ | |||
diff --git a/src/wixlib/vs2005/redist/vsipCCSamples.HxK b/src/wixlib/vs2005/redist/vsipCCSamples.HxK new file mode 100644 index 00000000..00db745c --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipCCSamples.HxK | |||
@@ -0,0 +1,14 @@ | |||
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/wixlib/vs2005/redist/vsipcc.hxc b/src/wixlib/vs2005/redist/vsipcc.hxc new file mode 100644 index 00000000..406e7f2b --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipcc.hxc | |||
@@ -0,0 +1,33 @@ | |||
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/wixlib/vs2005/redist/vsipcc.hxt b/src/wixlib/vs2005/redist/vsipcc.hxt new file mode 100644 index 00000000..613dcfbb --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipcc.hxt | |||
@@ -0,0 +1,15 @@ | |||
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/wixlib/vs2005/redist/vsipccALinks.hxk b/src/wixlib/vs2005/redist/vsipccALinks.hxk new file mode 100644 index 00000000..27017f76 --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipccALinks.hxk | |||
@@ -0,0 +1,13 @@ | |||
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/wixlib/vs2005/redist/vsipccBLinks.hxk b/src/wixlib/vs2005/redist/vsipccBLinks.hxk new file mode 100644 index 00000000..b37d2e18 --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipccBLinks.hxk | |||
@@ -0,0 +1,13 @@ | |||
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/wixlib/vs2005/redist/vsipccFLinks.hxk b/src/wixlib/vs2005/redist/vsipccFLinks.hxk new file mode 100644 index 00000000..2d37efbf --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipccFLinks.hxk | |||
@@ -0,0 +1,14 @@ | |||
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/wixlib/vs2005/redist/vsipccKLinks.hxk b/src/wixlib/vs2005/redist/vsipccKLinks.hxk new file mode 100644 index 00000000..2938eff3 --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipccKLinks.hxk | |||
@@ -0,0 +1,13 @@ | |||
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/wixlib/vs2005/redist/vsipccNamedURLs.hxk b/src/wixlib/vs2005/redist/vsipccNamedURLs.hxk new file mode 100644 index 00000000..8691c54c --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipccNamedURLs.hxk | |||
@@ -0,0 +1,13 @@ | |||
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/wixlib/vs2005/redist/vsipccSlinks.hxk b/src/wixlib/vs2005/redist/vsipccSlinks.hxk new file mode 100644 index 00000000..9d193521 --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipccSlinks.hxk | |||
@@ -0,0 +1,14 @@ | |||
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/wixlib/vs2005/redist/vsipcc_reg.hxs b/src/wixlib/vs2005/redist/vsipcc_reg.hxs new file mode 100644 index 00000000..3f2905c4 --- /dev/null +++ b/src/wixlib/vs2005/redist/vsipcc_reg.hxs | |||
Binary files differ | |||