Interactive:
msiexec /i "$env:TEMP\AutoKENT_MVCI_x64.msi"
Silent (enterprise):
msiexec /i "$env:TEMP\AutoKENT_MVCI_x64.msi" /qn /norestart ADDLOCAL=ALL
The installer performs the following steps automatically: autokent mvci multi driver x64
After install, reboot once (or run pnputil /restart) to let the PnP manager bind the new driver. Interactive:
msiexec /i "$env:TEMP\AutoKENT_MVCI_x64
C:\Program Files\AutoKent\MVCI Driver\
├── x64\
│ ├── mvci_x64.sys (kernel driver)
│ ├── mvci_x64.dll (J2534 vendor DLL)
│ └── mvci_x64.inf
├── MVCI_Config.exe
└── firmware\
├── v2.0.1.bin
└── flash_tool.exe
The J2534 DLL registers itself under:
HKEY_LOCAL_MACHINE\SOFTWARE\PassThruSupport.04.04 The installer performs the following steps automatically:
The MVCI (Multi‑Video Capture Interface) driver is a thin, kernel‑mode abstraction layer that sits between a video‑capture hardware chipset (e.g., Hauppauge, AverMedia, Matrox) and the user‑mode DirectShow/Media Foundation APIs.