The following changes since commit 7189c969816dbea1c4c73209e61332b75cf882c7: gettime: fixup AMD constant TSC detection (2013-02-03 20:54:26 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Bruce Cran (1): Update the Windows installer os/windows/eula.rtf | Bin 1055 -> 1060 bytes os/windows/install.wxs | 12 +++--------- 2 files changed, 3 insertions(+), 9 deletions(-) --- Diff of recent changes: diff --git a/os/windows/eula.rtf b/os/windows/eula.rtf index be37fad..cc7be7f 100755 Binary files a/os/windows/eula.rtf and b/os/windows/eula.rtf differ diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 5845d5f..b43120a 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -7,14 +7,13 @@ <?define ProgramDirectory = ProgramFiles64Folder ?> <?endif?> - <Product Id="F9883688-6AB3-4BD1-AB93-91D39F12F003" + <Product Id="*" Codepage="1252" Language="1033" Manufacturer="fio" Name="fio" - UpgradeCode="2338A332-5511-43cf-b9BD-5C60496CCFCC" Version="2.0.13"> + UpgradeCode="2338A332-5511-43CF-B9BD-5C60496CCFCC" Version="2.0.13"> <Package - Comments="Contact: Your local administrator" Description="Flexible IO Tester" - InstallerVersion="200" Keywords="Installer,MSI,Database" + InstallerVersion="301" Keywords="Installer,MSI,Database" Languages="1033" Manufacturer="fio" InstallScope="perMachine" InstallPrivileges="elevated" Compressed="yes"/> @@ -67,11 +66,6 @@ <UIRef Id="WixUI_Minimal"/> - <Condition Message="Per-user installations are not supported"> - Installed OR - ALLUSERS=1 - </Condition> - <MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="A newer version of the application is already installed."/> </Product> </Wix> -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html