Closed Jean-MarcL closed 7 years ago
Same here. Hotfix was already installed. I already used USBPCap on this system some time ago, but had to deinstall it, because of the conflict with VirtualBox.
I have a similar problem: When I try to install Wireshark with USBPcap option enabled or to install C:\Program Files\Wireshark\USBPcapSetup-1.1.0.0-g794bf26-5.exe later, I always get the message Hotfix KB3033929 must be installed on Windows 7 or 2008R2.
.
I downloaded Windows6.1-KB3033929-x64.msu and tried to install the update, but this gives me the message Security Update for Windows (KB3033929) is already installed on this computer.
I tried it several times with rebooting and stopping / starting windows update and even reset windows update with the Reset Windows Update Agent tool.
I cannot find KB3033929 in the list of installed Windows updates. I found a question "USBPcap/KB3033929" on wireshark.org where it is mentioned that the USBPcap installer uses the command %COMSPEC% /C wmic qfe get Hotfixid | findstr KB3033929
to check if KB3033929 is installed. If I run this command in an elevated command prompt I get an empty result (indicating a missing KB3033929 hotfix).
I guess the problem might be that KB3033929 is superseded by another windows update and thus was never installed and is still reported as already being installed when trying to install the update. I found the information that this scenario is possible in Microsoft Security Advisory 3033929, although here it is explained the other way round - KB3033929 superseding another update:
Scenario 2: Customer first installs advisory update 3033929 and then attempts to install update 3035131. Result: The installer notifies the user that the 3035131 update is already installed on the system; and the 3035131 update is NOT added to the list of installed updates.
I recently installed my Win 7 machine using Win 7 SP1 installation media and immediately afterwards installing the Convenience rollup update for Windows 7 SP1 and Windows Server 2008 R2 SP1. Unfortunately I don't know how to find out which windows update might supersede KB3033929.
Any ideas on this with this new information?
Any update? I have same problem. usbpcap won't install, and I cannot install the patch as it is "already installed".
What would one do for a fully manual install in Win7 64bit, to get around this problem?
USBPcap is now provided with the last versions of WireShark. The current version is USBPcapSetup-1.1.0.0-g794bf26-5.exe in the WireShark Setup. As far as I remenber, I never succeded with the installation on http://desowin.org/usbpcap/
For me, the USBPcap installer that ships with WireShark doesn't work either (see above).
I installed it from current wireshark downloaded a couple days ago. google got me a thread in wireshark forums that said to report the problem tobus cap forum onstead, so i did...
On Oct 24, 2016 6:38 AM, "Jean-MarcL" notifications@github.com wrote:
USBPcap is now provided with the last versions of WireShark. The current version is USBPcapSetup-1.1.0.0-g794bf26-5.exe in the WireShark Setup. As far as I remenber, I never succeded with the installation on http://desowin.org/usbpcap/
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/desowin/usbpcap/issues/31#issuecomment-255706371, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQo4-ILphj6UA6yxI2Flf8d0h99bzfIks5q3IqggaJpZM4IWJy5 .
I ran into the same problem. Here's the workaround:
This loads the signed driver in the latest stand-alone usbpcap release and uses the capture plugin from the Wireshark release.
Same problem here. I used a nice hack to fool the installer. Effectively, I created a substitute findstr that reported that KB3033929 line is found in the output.
@echo KB3033929
Tested on Win7 x64.
I have this same problem with my app. Wmic is unreliable so instalator should check wintrust.dll version. If the version is >= 6.1.7601.18741, there is no need to install KB3033929. Here is similar issue and solution: https://github.com/dokan-dev/dokany/pull/328
Hi, I installed the last version of WireShark (2.0.3) with USBPcap embeded. During the installation it requires the KB3033929 package. After that I Installed the KB3033929 and tried to install again USBPcapSetup-1.1.0.0-g794bf26-3.exe. But it gives the same message, KB3033929 required!!! KB3033929 is really installed, I tested it. Is there a way to install it manually? ( I can extract the files with 7zip...) Thanks!!!