Skip to content

Commit

Permalink
Windows: Update the Driver and MSI properties
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Alin Gabriel Serdean <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
Sairam Venugopal authored and shettyg committed Sep 13, 2016
1 parent 7e96dff commit 1cef226
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datapath-windows/ovsext/ovsext.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions windows/ovs-windows-installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1cef226

Please sign in to comment.