[ovs-dev] [PATCH] Windows: Update the Driver and MSI properties

Sairam Venugopal vsairam at vmware.com
Thu Sep 8 06:55:54 UTC 2016


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 at vmware.com>
---
 datapath-windows/ovsext/ovsext.rc    | 2 +-
 windows/ovs-windows-installer/UI.wxs | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/datapath-windows/ovsext/ovsext.rc b/datapath-windows/ovsext/ovsext.rc
index 8dc6882..0b92e2e 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/UI.wxs b/windows/ovs-windows-installer/UI.wxs
index 5df4f4f..a2d36ae 100644
--- a/windows/ovs-windows-installer/UI.wxs
+++ b/windows/ovs-windows-installer/UI.wxs
@@ -25,6 +25,12 @@
 
       <Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
       <Property Id="WixUI_Mode" Value="FeatureTree" />
+      <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" />
+      <Property Id="DriverInstallParams" Value="/q" />
+      <Property Id="MinApplicableOSVersion" Value="6.2" />
 
       <DialogRef Id="ErrorDlg" />
       <DialogRef Id="FatalError" />
-- 
2.9.0.windows.1




More information about the dev mailing list