summaryrefslogtreecommitdiff
path: root/win-guest-tools.nsis
diff options
context:
space:
mode:
authorYedidyah Bar David <didi@redhat.com>2017-01-16 11:44:17 +0200
committerYedidyah Bar David <didi@redhat.com>2017-01-24 11:40:57 +0200
commitaae63fab3412e09e4d54fbb58ed3b634c1e081ac (patch)
tree12b5f70f5d15e0ed5370df7707acad27a9e8981c /win-guest-tools.nsis
parent5a5e7c54108593e3b96b09cb8ffd3c36752b73bc (diff)
Install virtio-rng driver
Change-Id: I4cc6dbe33d7d189d74189188ca18a46b85362237 Bug-Url: https://bugzilla.redhat.com/1398560 Signed-off-by: Yedidyah Bar David <didi@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'win-guest-tools.nsis')
-rw-r--r--win-guest-tools.nsis8
1 files changed, 8 insertions, 0 deletions
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index 2092edc..8d57d85 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -181,6 +181,14 @@ Section "install"
Push "PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4&REV_00"
Call InstallDriver
+ # Install rng driver
+ ${If} ${AtLeastWinVista}
+ Push "viorng"
+ Push "viorng"
+ Push "PCI\VEN_1AF4&DEV_1005"
+ Call InstallDriver
+ ${EndIf}
+
!ifdef OVIRT
Call InstallOVirtAgentService
!endif