Skip to content

Commit 76156f0

Browse files
committed
Fix setup - ensure proper target dir for Extension SDK on WinBlue
1 parent 86f8be6 commit 76156f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Release/setup/CasablancaSetup.wxs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
<?define VSTargetShort = "VS 2012" ?>
1111
<?define VSTargetFileSuffix = "110" ?>
1212
<?define SDK_RegKeyName = "110" ?>
13+
<?define ExtSDKWinVer = "v8.0" ?>
1314
<?elseif $(var.VSTargetVersion) = 12 ?>
1415
<?include VS12\guiddefs.wxi ?>
1516
<?define VSTargetShort = "VS 2013" ?>
1617
<?define VSTargetFileSuffix = "120" ?>
1718
<?define SDK_RegKeyName = "120" ?>
19+
<?define ExtSDKWinVer = "v8.1" ?>
1820
<?endif ?>
1921

2022
<!-- last GUID used:
@@ -163,7 +165,7 @@
163165
<?if $(var.VSTargetVersion) != 10 ?>
164166
<Directory Id="Microsoft_SDKs" Name="Microsoft SDKs">
165167
<Directory Id="Windows" Name="Windows">
166-
<Directory Id="v8.0" Name="v8.0">
168+
<Directory Id="winver" Name="$(var.ExtSDKWinVer)">
167169
<Directory Id="ExtensionSDKs" Name="ExtensionSDKs">
168170
<Directory Id="CppRESTWindowsSDK" Name="CppRESTWindowsSDK">
169171
<Directory Id="dir_ver" Name="$(var.ProductVersion)">

0 commit comments

Comments
 (0)