summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win-guest-tools.nsis10
1 files changed, 9 insertions, 1 deletions
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index 1f7ace5..174ee53 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -23,7 +23,7 @@
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
-#
+#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -189,6 +189,14 @@ Section "install"
Call InstallDriver
${EndIf}
+ # Install Q35 smbus driver
+ ${If} ${IsWin2008}
+ Push "smbus"
+ Push "smbus"
+ Push "PCI\VEN_8086&DEV_2930&SUBSYS_11001AF4"
+ Call InstallDriver
+ ${EndIf}
+
!ifdef OVIRT
Call InstallOVirtAgentService
!endif