Skip to content

Commit

Permalink
use real version number on msi package
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed May 18, 2017
1 parent 5ff2570 commit bee694f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions QuickLook.Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="QuickLook" Language="1033" Version="0.0.0.0" Manufacturer="Paddy Xu"
<Product Id="*" Name="QuickLook" Language="1033"
Version="!(bind.FileVersion.fil22F7B7F07E63622AD2451459086A3CF2)" Manufacturer="Paddy Xu"
UpgradeCode="c83b9c02-87d6-494e-9f5f-cf4c3900a54d">
<Package InstallerVersion="500" Compressed="yes" Platform="x86" InstallScope="perUser" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
<MajorUpgrade Schedule="afterInstallValidate" AllowDowngrades="yes" />
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />

<Property Id='ALLUSERS' Value='2' />
<Property Id='MSIINSTALLPERUSER' Value='1' />

<WixVariable Id="WixUILicenseRtf" Value="lgpl.rtf" />

<Feature Id="ProductFeature" Title="QuickLook.Installer" Level="1">
<ComponentGroupRef Id="QuickLookComponents" />
<ComponentRef Id="ApplicationShortcutDesktop" />
Expand Down

0 comments on commit bee694f

Please sign in to comment.