Skip to content

Commit 10c051a

Browse files
Added error message to Version to avoid building MSI with the wrong version (#57)
1 parent cb04ab9 commit 10c051a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msi/wslg.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
33
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
44
<Product Id="*" UpgradeCode="04201F79-6DC8-4B6B-B690-81E7E4A8FB47" Name="Windows Subsystem for Linux GUI App Support"
5-
Version="0.2.1" Manufacturer="Microsoft Corporation" Language="1033">
6-
<Package InstallerVersion="200" Compressed="yes" Comments="Windows Installer Package" Platform="$(var.Platform)" />
5+
Version="Please run PS updateversion.ps1 wslg.wxs to update the version before build the MSI" Manufacturer="Microsoft Corporation" Language="1033">
6+
<Package Compressed="yes" Comments="Windows Installer Package" Platform="$(var.Platform)" />
77
<Media Id="1" Cabinet="product.cab" EmbedCab="yes" />
88

99
<WixVariable Id="WixUIBannerBmp" Value="banner.png" />

0 commit comments

Comments
 (0)