Skip to content

Commit aae9d0b

Browse files
author
Jonathan
committed
added depi to check VS2012
1 parent d1c6f8a commit aae9d0b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Lab.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Title>What's New in Web Forms in ASP.NET 4.5</Title>
1010
<Version>1.3.0</Version>
1111
<Source>.\Source</Source>
12+
<DependencyChecker>.\Source\Setup\Dependencies.depi</DependencyChecker>
1213
<Technologies>
1314
<Technology>Visual Studio</Technology>
1415
<Technology>.NET Framework</Technology>

Source/Setup/Dependencies.depi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<DependencyCheckerConfiguration version="2.0">
3+
<title>What's New in Web Forms in ASP.NET 4.5</title>
4+
5+
<dependencies>
6+
7+
<dependency hint="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\Web Tools\Servicing\1~.0\VWDExpress11.Version,HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\Web Tools\Servicing\1~.0\VWDExpress11.Version,HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\Web Tools\Servicing\1~.0\VisualStudio11.Version,HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\Web Tools\Servicing\1~.0\VisualStudio11.Version;^1\.[0-9]\.([3-9][0-9]\d*).[0-9]$"
8+
name="Visual Studio Web Development Feature Or Visual Studio Express 2012 for Web"
9+
description="Microsoft Visual Studio Ultimate 2012, Microsoft Visual Studio Premium 2012, Microsoft Visual Studio Professional 2012 or Microsoft Visual Studio Express 2012 for Web"
10+
helpLink="http://www.microsoft.com/visualstudio/"
11+
disableSkip="false"
12+
type="Registry" />
13+
14+
</dependencies>
15+
</DependencyCheckerConfiguration>

0 commit comments

Comments
 (0)