Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 06ffe14

Browse files
committed
Call out WiX v3 build tools when building WiX v3 templates
1 parent 167c5b6 commit 06ffe14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Templates/v3/Projects/WixBundleProject/BundleProject.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131
<Import Project="$(WixTargetsPath)" Condition=" Exists('$(WixTargetsPath)') " />
3232
<Target Name="EnsureWixToolsetInstalled" Condition=" !Exists('$(WixTargetsPath)') ">
33-
<Error Text="The WiX Toolset build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
33+
<Error Text="The WiX Toolset v3 build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
3434
</Target>
3535
<!--
3636
$loc_WIXPROJ_TOMODIFY_LINE1$

src/Templates/v3/Projects/WixLibrary/setuplibrary.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<Import Project="$(WixTargetsPath)" Condition=" Exists('$(WixTargetsPath)') " />
2626
<Target Name="EnsureWixToolsetInstalled" Condition=" !Exists('$(WixTargetsPath)') ">
27-
<Error Text="The WiX Toolset build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
27+
<Error Text="The WiX Toolset v3 build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
2828
</Target>
2929
<!--
3030
$loc_WIXPROJ_TOMODIFY_LINE1$

src/Templates/v3/Projects/WixMergeModule/MergeModule.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<Import Project="$(WixTargetsPath)" Condition=" Exists('$(WixTargetsPath)') " />
2626
<Target Name="EnsureWixToolsetInstalled" Condition=" !Exists('$(WixTargetsPath)') ">
27-
<Error Text="The WiX Toolset build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
27+
<Error Text="The WiX Toolset v3 build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
2828
</Target>
2929
<!--
3030
$loc_WIXPROJ_TOMODIFY_LINE1$

src/Templates/v3/Projects/WixProject/SetupProject.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<Import Project="$(WixTargetsPath)" Condition=" Exists('$(WixTargetsPath)') " />
2626
<Target Name="EnsureWixToolsetInstalled" Condition=" !Exists('$(WixTargetsPath)') ">
27-
<Error Text="The WiX Toolset build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
27+
<Error Text="The WiX Toolset v3 build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
2828
</Target>
2929
<!--
3030
$loc_WIXPROJ_TOMODIFY_LINE1$

0 commit comments

Comments
 (0)