commit 5052a6ce72e88a51bb8260a4ba1125acc8cc3672
parent c9ccdc647e78f504be180492758d60bc600b7002
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Sat, 10 Jul 2010 19:04:43 +1000
[win] Installer fixes
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/win/spek.wxs b/win/spek.wxs
@@ -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" />