We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e98af commit c464656Copy full SHA for c464656
src/Layout/pkg/windows/msis/templates/templates.wixproj
@@ -28,7 +28,7 @@
28
<Target Name="SetInstallerInfo" BeforeTargets="CoreCompile">
29
<PropertyGroup>
30
<!-- Templates support rebuilding the same project for multiple MSIs so we expect some properties to be passed to this project when building. -->
31
- <DefineConstants>$(DefineConstants);ProductName=$(BrandName) $(InstallerPlatform)</DefineConstants>
+ <DefineConstants>$(DefineConstants);ProductName=$(BrandName) $(InstallerPlatform)</DefineConstants>
32
<DefineConstants>$(DefineConstants);DependencyKeyName=$(DependencyKeyName)</DefineConstants>
33
</PropertyGroup>
34
</Target>
0 commit comments