summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorSairam Venugopal <vsairam@vmware.com>2016-09-12 14:47:07 -0700
committerGurucharan Shetty <guru@ovn.org>2016-09-13 09:13:56 -0700
commit1cef2262bfad760e81bfa403f96fa72671923120 (patch)
treee70219fdc08463a0f4172042cb4be7a0a43616f9 /windows
parent7e96dff2c3e1069178c6a1be3e7b99c45fd3302d (diff)
downloadopenvswitch-1cef2262bfad760e81bfa403f96fa72671923120.tar.gz
Windows: Update the Driver and MSI properties
Fix the legal notice section in OVSEXT.SYS properties. Update the MSI to include the properties mentioned in MSDN - 'Extension driver MSI packaging requirements' section - https://msdn.microsoft.com/windows/hardware/drivers/network/extension-driver-msi-packaging-requirements Signed-off-by: Sairam Venugopal <vsairam@vmware.com> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'windows')
-rw-r--r--windows/ovs-windows-installer/Product.wxs6
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/ovs-windows-installer/Product.wxs b/windows/ovs-windows-installer/Product.wxs
index c1c4d4bb6..8b58729b7 100644
--- a/windows/ovs-windows-installer/Product.wxs
+++ b/windows/ovs-windows-installer/Product.wxs
@@ -21,6 +21,12 @@
<Product Id="{0DF60ED5-6C22-49A0-913E-77412D35C400}" Name="Open vSwitch for Hyper-V" Language="1033" Version="1.0.0.0"
Manufacturer="Open vSwitch" UpgradeCode="da802b12-433d-4742-a7ae-783aa0c48222">
<Package InstallerVersion="405" Compressed="yes" InstallScope="perMachine" InstallPrivileges="elevated" Platform="x64" />
+
+ <Property Id="Description" Value="Open vSwitch Extension" />
+ <Property Id="DriverID" Value="{583CC151-73EC-4A6A-8B47-578297AD7623}" />
+ <Property Id="DriverVersion" Value="6.3.9600.17298" />
+ <Property Id="ExtensionType" Value="Forwarding" />
+
<Condition Message="This application is only supported on Windows 2012 or higher.">
<![CDATA[Installed OR (VersionNT >= 602)]]>
</Condition>