Windows 7 + NDI Tools: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''This applies to Windows 7 64Bit'''
'''This applies to Windows 7 64Bit'''


''Problem:''
'''Problem'''
:The Virtual Input from NDI Tools might not work on some windows 7 versions due to some problems with windows updates.
:When you try to open the Virtual Input in Win 7, you might receive a message that you need to install the Windows Update package KB 3033929 (Or any other Windows security package). When you try to download and isntall the update package from the Microsoft website manually, the next time you open the Virtual Input, again you'll see the same message and when you try to install it again, windows will tell you that the update is already installed.


''Solution:''
The Virtual Input from NDI Tools might not work on some windows 7 versions due to some problems with windows updates.  <br>
When you try to open the Virtual Input in Win 7, you might receive a message that you need to install the Windows Update package KB 3033929 (Or any other Windows security package). When you try to download and install the update package from the Microsoft website manually, the next time you open the Virtual Input, again you'll see the same message and when you try to install it again, windows will tell you that the update is already installed.


:Download the Windows Update KB 3033929 from https://www.microsoft.com/en-us/download/details.aspx?id=46148
'''Solution'''
:Copy the MSU file into a c:\kb3033929 folder
:Create a c:\temp\3033929 folder
:Click on Windows and type CMD
:Use the following command to extract the contents of the MSU file
::'''Expand –F:* c:\kb3033929\Windows6.1-KB3033929-x64.msu c:\temp\3033929'''
:Now use the following command to force installation of the MSU Security package:
::'''DISM.exe /Online /Add-Package /PackagePath:c:\temp\3033292\Windows6.1-KB3033929-x64.cab'''
:Restart your system
:Now if you try to open Virtual Input, you'll no longer receive the message about the missing Security Update.


:'''Note''': If you're receiving messages with different package names and numbers, try to find and download the specified package, do the same steps but use the name of the package in your commands accordingly.
1. Download the Windows Update KB 3033929 from https://www.microsoft.com/en-us/download/details.aspx?id=46148  <br>
2. Copy the MSU file into a c:\kb3033929 folder  <br>
3. Create a c:\temp\3033929 folder  <br>
4. Click on Windows and type CMD  <br>
5. Use the following command to extract the contents of the MSU file  <br>
:'''Expand –F:* c:\kb3033929\Windows6.1-KB3033929-x64.msu c:\temp\3033929'''
6. Now use the following command to force installation of the MSU Security package:
:'''DISM.exe /Online /Add-Package /PackagePath:c:\temp\3033292\Windows6.1-KB3033929-x64.cab'''
7. Restart your system  <br>
8. Now if you try to open Virtual Input, you'll no longer receive the message about the missing Security Update.
 
'''Notes'''
 
If you're receiving messages with different package names and numbers, try to find and download the specified package, do the same steps but use the name of the package in your commands accordingly.

Revision as of 14:17, 8 April 2019

This applies to Windows 7 64Bit

Problem

The Virtual Input from NDI Tools might not work on some windows 7 versions due to some problems with windows updates.
When you try to open the Virtual Input in Win 7, you might receive a message that you need to install the Windows Update package KB 3033929 (Or any other Windows security package). When you try to download and install the update package from the Microsoft website manually, the next time you open the Virtual Input, again you'll see the same message and when you try to install it again, windows will tell you that the update is already installed.

Solution

1. Download the Windows Update KB 3033929 from https://www.microsoft.com/en-us/download/details.aspx?id=46148
2. Copy the MSU file into a c:\kb3033929 folder
3. Create a c:\temp\3033929 folder
4. Click on Windows and type CMD
5. Use the following command to extract the contents of the MSU file

Expand –F:* c:\kb3033929\Windows6.1-KB3033929-x64.msu c:\temp\3033929

6. Now use the following command to force installation of the MSU Security package:

DISM.exe /Online /Add-Package /PackagePath:c:\temp\3033292\Windows6.1-KB3033929-x64.cab

7. Restart your system
8. Now if you try to open Virtual Input, you'll no longer receive the message about the missing Security Update.

Notes

If you're receiving messages with different package names and numbers, try to find and download the specified package, do the same steps but use the name of the package in your commands accordingly.