Page 1 of 1

[RESOLVED] Oracle Virtual Box

Published: October 20, 2022 - 9:50 AM
by Geoffroy
Good morning,

WAPT Enterprise 2.2 Windows Environment


I am getting an error message when installing this package.

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4063, in install_wapt
    exitstatus = setup.install()
  File "C:\Users\admzi\AppData\Local\Temp\wapt_x22u3y7\setup.py", line 17, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3840, in run
    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2138, in run
    raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command 'C:\\Windows\\System32\\certutil.exe -addstore TrustedPublisher oracle.crt' returned non-zero exit status 2147942402.
Output:TrustedPublisher "╔diteurs approuvÚs"
Impossible dÆouvrir de magasin de certificats existant. Utilisez lÆoption -f

pour forcer la crÚation du magasin de certificats.
CertUtilá: -addstore ╔CHEC de la commandeá: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: Le fichier spÚcifiÚ est introuvable.


CalledProcessErrorOutput: Command 'C:\\Windows\\System32\\certutil.exe -addstore TrustedPublisher oracle.crt' returned non-zero exit status 2147942402.
Output:TrustedPublisher "╔diteurs approuvÚs"
Impossible dÆouvrir de magasin de certificats existant. Utilisez lÆoption -f

pour forcer la crÚation du magasin de certificats.
CertUtilá: -addstore ╔CHEC de la commandeá: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: Le fichier spÚcifiÚ est introuvable.

Re: Oracle VirtualBox

Published: October 20, 2022 - 10:29 AM
by Geoffroy
Problem solved by adding the VCREDIST dependency.
I thought it was directly integrated into the script but it is not.