Update the Windows installer

Update the EULA copyright year to 2013, auto-generate the product ID,
remove the comment field and allow per-user installs.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/os/windows/eula.rtf b/os/windows/eula.rtf
index be37fad..cc7be7f 100755
--- a/os/windows/eula.rtf
+++ b/os/windows/eula.rtf
Binary files 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>