mirror of
https://github.com/alexkay/spek.git
synced 2025-04-23 11:40:29 +03:00
[win] Installer fixes
This commit is contained in:
parent
c9ccdc647e
commit
5052a6ce72
@ -6,10 +6,10 @@
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Product Id="*" Name="$(var.ProductName)" Language="0"
|
||||
Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
||||
<Package InstallerVersion="301" Compressed="yes" />
|
||||
<Package InstallerVersion="301" Compressed="yes" Platform="x86" InstallScope="perMachine"/>
|
||||
<Media Id="1" Cabinet="spek.cab" EmbedCab="yes" />
|
||||
<Property Id="ALLUSERS" Value="1" />
|
||||
<Property Id="ARPPRODUCTICON" Value="ProgramIcon" />
|
||||
<Property Id="ARPHELPLINK" Value="http://www.spek-project.org/" />
|
||||
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />
|
||||
<UIRef Id="WixUI_InstallDir" />
|
||||
<UIRef Id="WixUI_ErrorProgressText" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user