Update Product.wxs

This commit is contained in:
Clint Rutkas
2020-10-20 15:57:33 -07:00
committed by GitHub
parent d1348bb26a
commit 47430edf9f

View File

@@ -25,7 +25,7 @@
<Upgrade Id="42B84BF7-5FBF-473B-9C8B-049DC16F7708"> <Upgrade Id="42B84BF7-5FBF-473B-9C8B-049DC16F7708">
<UpgradeVersion <UpgradeVersion
Minimum="0.0.0.1" Maximum="$(var.Version)" Minimum="0.0.1" Maximum="$(var.Version)"
Property="PREVIOUSVERSIONSINSTALLED" Property="PREVIOUSVERSIONSINSTALLED"
IncludeMinimum="yes" IncludeMaximum="no" /> IncludeMinimum="yes" IncludeMaximum="no" />
</Upgrade> </Upgrade>
@@ -983,4 +983,4 @@
</ComponentGroup> </ComponentGroup>
</Fragment> </Fragment>
</Wix> </Wix>