summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--datapath-windows/ovsext/ovsext.rc2
-rw-r--r--windows/ovs-windows-installer/Product.wxs6
2 files changed, 7 insertions, 1 deletions
diff --git a/datapath-windows/ovsext/ovsext.rc b/datapath-windows/ovsext/ovsext.rc
index 8dc6882cf..0b92e2ea4 100644
--- a/datapath-windows/ovsext/ovsext.rc
+++ b/datapath-windows/ovsext/ovsext.rc
@@ -34,7 +34,7 @@ BEGIN
VALUE "FileDescription", "Open vSwitch Extension"
VALUE "FileVersion", "6.3.9600.17298"
VALUE "InternalName", "OVSExt.SYS"
- VALUE "LegalCopyright", "� Licensed under the Apache License, Version 2.0 (the ""License"")"
+ VALUE "LegalCopyright", "Licensed under the Apache License, Version 2.0 (the ""License"")"
VALUE "OriginalFilename", "OVSExt.SYS"
VALUE "ProductName", "Open vSwitch 8/8.1 DDK driver"
VALUE "ProductVersion", "6.3.9600.17298"
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>