Win10pcap and Wireshark packages

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
zekicker
Messages: 2
Registration: Sep 17, 2021 - 1:41 p.m.

September 17, 2021 - 1:45 PM

Good morning,

I am unable to deploy Win10pcap and Wireshark.

I'm getting an error during the installation of win10pcap stating:

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 3877, in install_wapt
    exitstatus = setup.install()
  File "c:\windows\temp\waptxtcwaj\setup.py", line 23, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3647, in run
    return ensure_unicode(setuphelpers.run(*arg,**args))
  File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 3718, in run
    raise CalledProcessErrorOutput(proc.returncode,cmd,''.join(output))
CalledProcessErrorOutput: Command '"C:\\WINDOWS\\system32\\certutil.exe" -addstore TrustedPublisher "c:\\windows\\temp\\waptxtcwaj\\softether-drivers.cer"' returned non-zero exit status -2147024894.
The directory containing the certificate never seems to be created on the machine I am testing on, and the debug mode in CLI doesn't tell me anything more.

WAPT version: 1.8.2.7334 community edition under Linux Debian
Test machine: W10

Do you have any idea?

THANKS.
Last edited by zekicker on Sep 17, 2021 - 4:06 PM, edited 2 times.
zekicker
Messages: 2
Registration: Sep 17, 2021 - 1:41 p.m.

September 17, 2021 - 4:06 PM

With debug mode:

Code: Select all

2021-09-17 16:00:22,433 INFO   sourcing install file c:\users\admini~1\appdata\local\temp\waptofhv1s\setup.py
2021-09-17 16:00:22,434 DEBUG Import source c:\users\admini~1\appdata\local\temp\waptofhv1s\setup.py as __waptsetup_d4w6hetiw6__
2021-09-17 16:00:22,490 INFO Install parameters : {}
2021-09-17 16:00:22,490 DEBUG DB Start transaction
2021-09-17 16:00:22,492 DEBUG DB commit
2021-09-17 16:00:22,496 INFO   executing install script
2021-09-17 16:00:22,497 INFO Run ""C:\WINDOWS\system32\certutil.exe" -addstore TrustedPublisher "c:\users\admini~1\appdata\local\temp\waptofhv1s\softether-drivers.cer""
2021-09-17 16:00:22,542 CRITICAL Fatal error in install script: CalledProcessErrorOutput: Command '"C:\\WINDOWS\\system32\\certutil.exe" -addstore TrustedPublisher "c:\\users\\admini~1\\appdata\\local\\temp\\waptofhv1s\\softether-drivers.cer"' returned non-zero exit status -2147024894.
It seems that WAPT is able to decompress into the temp directory, but when I check, it doesn't exist.
Locked