blob: d3f31843beba697cef6e4ee1eeb9fe3d1f06faeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
|
<!-- 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. -->
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<Property Id="VS11_EXTENSIONS_DIR" Secure="yes">
<RegistrySearch Id="VS11DevEnvForExtensionsSearch" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VS" Name="EnvironmentDirectory" Type="raw">
<DirectorySearch Id="VS11ExtensionsPathSearch" Path="Extensions" Depth="1" />
</RegistrySearch>
</Property>
</Fragment>
<Fragment>
<Property Id="VS11_PROJECTTEMPLATES_DIR" Secure="yes">
<RegistrySearch Id="VS11DevEnvForProjectTemplatesSearch" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VS" Name="EnvironmentDirectory" Type="raw">
<DirectorySearch Id="VS11ProjectTemplatesPathSearch" Path="ProjectTemplates" Depth="1" />
</RegistrySearch>
</Property>
</Fragment>
<Fragment>
<Property Id="VS11_SCHEMAS_DIR" Secure="yes">
<RegistrySearch Id="VS11ProductPathSearch" Root="HKLM" Key="Software\Microsoft\VisualStudio\SxS\VS7" Name="11.0" Type="raw">
<DirectorySearch Id="VS11XmlPathSearch" Path="Xml" Depth="1">
<DirectorySearch Id="VS11XmlSchemasPathSearch" Path="Schemas" Depth="1" />
</DirectorySearch>
</RegistrySearch>
</Property>
</Fragment>
<Fragment>
<Property Id="VS11_ITEMTEMPLATES_DIR" Secure="yes">
<RegistrySearch Id="VS11DevEnvForItemTemplatesSearch" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VS" Name="EnvironmentDirectory" Type="raw">
<DirectorySearch Id="VS11ItemTemplatesPathSearch" Path="ItemTemplates" Depth="1" />
</RegistrySearch>
</Property>
</Fragment>
<Fragment>
<Property Id="VS11_BOOTSTRAPPER_PACKAGE_FOLDER" Secure="yes">
<RegistrySearch Id="SearchForVs11BootstrapperPackageFolder" Root="HKLM" Key="Software\Microsoft\GenericBootstrapper\4.0" Name="Path" Type="raw" />
</Property>
</Fragment>
<Fragment>
<Property Id="VS11_ROOT_FOLDER" Secure="yes">
<RegistrySearch Id="SearchForVS11RootPath" Root="HKLM" Key="Software\Microsoft\VisualStudio\SxS\VS7" Name="11.0" Type="raw" />
</Property>
</Fragment>
<Fragment>
<Property Id="VS11DEVENV" Secure="yes">
<RegistrySearch Id="VS11DevEnvSearch" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VS" Name="EnvironmentPath" Type="raw" />
</Property>
</Fragment>
<Fragment>
<CustomAction Id="VS11Setup" Property="VS11DEVENV" ExeCommand="/setup" Execute="deferred" Return="ignore" Impersonate="no" />
<PropertyRef Id="VS11DEVENV" />
<InstallExecuteSequence>
<Custom Action="VS11Setup" Before="InstallFinalize" Overridable="yes" Condition="VS11DEVENV" />
</InstallExecuteSequence>
</Fragment>
<Fragment>
<CustomAction Id="VS11InstallVSTemplates" Property="VS11DEVENV" ExeCommand="/InstallVSTemplates" Execute="deferred" Return="ignore" Impersonate="no" />
<PropertyRef Id="VS11DEVENV" />
<InstallExecuteSequence>
<Custom Action="VS11InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VS11DEVENV" />
</InstallExecuteSequence>
</Fragment>
<!-- Indicates whether the Visual C# project system is installed as a part of -->
<!-- Visual Studio 11 standard or higher. If this property is set, that -->
<!-- means Visual Studio 11 standard or higher is installed and the Visual -->
<!-- C# language tools were installed as a part of VS 11 setup. -->
<Fragment>
<Property Id="VS11_IDE_VCSHARP_PROJECTSYSTEM_INSTALLED" Secure="yes">
<RegistrySearch Id="SearchForVCS11ProjectSystemUnderVSSetup" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VC#" Name="ProductDir" Type="raw" />
</Property>
</Fragment>
<!-- Indicates whether the Visual Basic project system is installed as a part of -->
<!-- Visual Studio 11 standard or higher. If this property is set, that -->
<!-- means Visual Studio 11 standard or higher is installed and the Visual -->
<!-- Basic language tools were installed as a part of VS 11 setup. -->
<Fragment>
<Property Id="VS11_IDE_VB_PROJECTSYSTEM_INSTALLED" Secure="yes">
<RegistrySearch Id="SearchForVB11ProjectSystemUnderVSSetup" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VB" Name="ProductDir" Type="raw" />
</Property>
</Fragment>
<!-- Indicates whether the Visual Web Developer 11 Express IDE component is installed. -->
<!-- If this property is set, that means Visual Web Developer 11 Express Edition is -->
<!-- installed on the system. -->
<Fragment>
<Property Id="VWD11EXPRESS_IDE" Secure="yes">
<ComponentSearch Id="SearchForVwdExpressIde11Component" Guid="92A0CBA0-BF39-422D-87FA-AB64564CD136" Type="file">
<FileSearch Id="VwdExpressIde11" Name="vwdexpress.exe" />
</ComponentSearch>
</Property>
</Fragment>
<!-- Custom action definition to run vwdexpress.exe /setup -->
<Fragment>
<CustomAction Id="VWD11Setup" Property="VWD11EXPRESS_IDE" ExeCommand="/setup" Execute="deferred" Return="ignore" Impersonate="no" />
<PropertyRef Id="VWD11EXPRESS_IDE" />
<InstallExecuteSequence>
<Custom Action="VWD11Setup" Before="InstallFinalize" Overridable="yes" Condition="VWD11EXPRESS_IDE" />
</InstallExecuteSequence>
</Fragment>
<!-- Custom action definition to run vwdexpress.exe /InstallVSTemplates -->
<Fragment>
<CustomAction Id="VWD11InstallVSTemplates" Property="VWD11EXPRESS_IDE" ExeCommand="/InstallVSTemplates" Execute="deferred" Return="ignore" Impersonate="no" />
<PropertyRef Id="VWD11EXPRESS_IDE" />
<InstallExecuteSequence>
<Custom Action="VWD11InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VWD11EXPRESS_IDE" />
</InstallExecuteSequence>
</Fragment>
<!-- Indicates whether the Visual Web Developer project system is installed as a part of -->
<!-- Visual Studio 11 standard or higher. If this property is set, that -->
<!-- means Visual Studio 11 standard or higher is installed and the Visual -->
<!-- Web Developer language tools were installed as a part of VS 11 setup. -->
<Fragment>
<Property Id="VS11_IDE_VWD_PROJECTSYSTEM_INSTALLED" Secure="yes">
<ComponentSearch Id="SearchForVWD11ProjectSystemUnderVSSetup" Guid="03E73DF8-BED3-44BB-BE2E-BAC10FAE723E" />
<ComponentSearch Id="SearchForVWD11ProjectSystemUnderVWDSetup" Guid="3D7D4A9F-E3D7-4F13-9907-AF4F3CD75D33" Type="directory" />
</Property>
</Fragment>
<!-- Indicates whether the Visual C++ project system is installed as a part of -->
<!-- Visual Studio 11 standard or higher. If this property is set, that -->
<!-- means Visual Studio 11 standard or higher is installed and the Visual -->
<!-- C++ language tools were installed as a part of VS 11 setup. -->
<Fragment>
<Property Id="VS11_IDE_VC_PROJECTSYSTEM_INSTALLED" Secure="yes">
<RegistrySearch Id="SearchForVC11ProjectSystemUnderVSSetup" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VC" Name="ProductDir" Type="raw" />
</Property>
</Fragment>
<!-- Indicates whether the Visual Studio 11 Team Test project system is installed -->
<Fragment>
<Property Id="VS11_IDE_VSTS_TESTSYSTEM_INSTALLED" Secure="yes">
<RegistrySearch Id="SearchForVSTS11TestSystemUnderVSSetup" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Projects\{3AC096D0-A1C2-E12C-1390-A8335801FDAB}" Name="Package" Type="raw" />
</Property>
</Fragment>
<!-- Indicates whether the Visual Studio 11 Database project system is installed -->
<Fragment>
<Property Id="VS11_IDE_DB_PROJECTSYSTEM_INSTALLED" Secure="yes">
<ComponentSearch Id="SearchForVS11DBSystemUnderVSSetup" Guid="E781FFA7-55F5-4E8C-9275-7B7EF035B13B" />
</Property>
</Fragment>
<!-- Indicates whether the WiX project system is installed for VS11 -->
<Fragment>
<Property Id="VS11_IDE_WIX_PROJECTSYSTEM_INSTALLED" Secure="yes">
<!-- Component search for the .pkgdef file for VS11 -->
<ComponentSearch Id="SearchForVS11WixSystemUnderVSSetup" Guid="55489E7A-7DCA-5228-975E-39C51BE332D9" />
</Property>
</Fragment>
<!-- Indicates whether the Visual Studio Modeling project system is installed -->
<Fragment>
<Property Id="VS11_IDE_MODELING_PROJECTSYSTEM_INSTALLED" Secure="yes">
<RegistrySearch Id="SearchForVSTS11ModelingSystemUnderVSSetup" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Projects\{f088123c-0e9e-452a-89e6-6ba2f21d5cac}" Name="Package" Type="raw" />
</Property>
</Fragment>
<!-- Indicates whether the Visual Studio F# project system is installed -->
<Fragment>
<Property Id="VS11_IDE_FSHARP_PROJECTSYSTEM_INSTALLED" Secure="yes">
<RegistrySearch Id="SearchForVSTS11FSharpSystemUnderVSSetup" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\11.0\Setup\F#" Name="ProductDir" Type="raw" />
</Property>
</Fragment>
<!-- Indicates whether the Visual Studio Express for Windows IDE component is installed. -->
<!-- If this property is set, that means Visual Studio Express for Windows is installed -->
<!-- on the system. -->
<Fragment>
<Property Id="VS11WINEXPRESS_IDE" Secure="yes">
<ComponentSearch Id="SearchForVS11WinExpressIdeComponent" Guid="A7A5FD99-1DFE-4AA8-A563-4DF5E0DD89E1" Type="file">
<FileSearch Id="VS11WinExpressIde" Name="vswinexpress.exe" />
</ComponentSearch>
</Property>
</Fragment>
<!-- Custom action definition to run vswinexpress.exe /setup -->
<Fragment>
<CustomAction Id="VS11WinExpressSetup" Property="VS11WINEXPRESS_IDE" ExeCommand="/setup" Execute="deferred" Return="ignore" Impersonate="no" />
<PropertyRef Id="VS11WINEXPRESS_IDE" />
<InstallExecuteSequence>
<Custom Action="VS11WinExpressSetup" Before="InstallFinalize" Overridable="yes" Condition="VS11WINEXPRESS_IDE" />
</InstallExecuteSequence>
</Fragment>
<!-- Custom action definition to run vswinexpress.exe /InstallVSTemplates -->
<Fragment>
<CustomAction Id="VS11WinExpressInstallVSTemplates" Property="VS11WINEXPRESS_IDE" ExeCommand="/InstallVSTemplates" Execute="deferred" Return="ignore" Impersonate="no" />
<PropertyRef Id="VS11WINEXPRESS_IDE" />
<InstallExecuteSequence>
<Custom Action="VS11WinExpressInstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VS11WINEXPRESS_IDE" />
</InstallExecuteSequence>
</Fragment>
</Wix>
|