]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WinOF] 2.0 - ibiou.sys to install correctly, wants to be 'devman install' instead...
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 17 Oct 2008 16:03:36 +0000 (16:03 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 17 Oct 2008 16:03:36 +0000 (16:03 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@1663 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/WOF2-0/branches/WinOF/WIX/CustomActions.vbs

index caa69b5a9b6135b611377c8bc1a09fd696704ae3..5c7ffe94085e7dd14d7cf190dd0456dcce6bcf62 100644 (file)
@@ -721,7 +721,7 @@ Sub Install_IOU(WshShell,devman)
 \r
        ' if no IB_IOU device found, install ibiou.sys driver\r
        If IsNull(dev_list) Then\r
-               rc = WshShell.Run (devman & "update ib_iou.inf IBA\IB_IOU",0,true)\r
+               rc = WshShell.Run (devman & "install ib_iou.inf IBA\IB_IOU",0,true)\r
                If rc <> 0 Then\r
                        msgbox "Install_IOU Err(" & rc & ")" & _\r
                                        "devman update ib_iou.inf IBA\IB_IOU"\r
@@ -1284,6 +1284,7 @@ Function Uninstall_IB_Devices(sInstalldir,sVersionNT,sRemove)
        remove_INF_file WshShell,cmd,"ipoib"\r
        remove_INF_file WshShell,cmd,"mthca"\r
        remove_INF_file WshShell,cmd,"mlx4_"\r
+       remove_INF_file WshShell,cmd,"ibiou"\r
     \r
        Uninstall_IB_Devices = 0\r
 \r