Skip to content

Commit 9979d19

Browse files
committed
Wixpack again
1 parent a38d854 commit 9979d19

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Installers/Windows/HostOptions/Product.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
33
<Package Name="$(var.ProductName)" Language="1033" Version="$(var.Version)" Manufacturer="Microsoft Corporation" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="$(var.InstallerVersion)" ProductCode="$(var.ProductCode)">
44

5-
65
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
76
<Media Id="1" />
87

src/Installers/Windows/Wix.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<Copy SourceFiles="@(_cabs)" DestinationFolder="$(InstallersOutputPath)" />
111111
</Target>
112112

113-
<Target Name="GenerateWixpackPackage" AfterTargets="CoreCompile" Condition="'true' == 'false'">
113+
<Target Name="GenerateWixpackPackage" AfterTargets="CoreCompile">
114114
<PropertyGroup>
115115
<WixpackWorkingDir>$(IntermediateOutputPath)wixpack</WixpackWorkingDir>
116116
<WixpackOutputDir>$(ArtifactsNonShippingPackagesDir)</WixpackOutputDir>

0 commit comments

Comments
 (0)