VediramVediramSupport

Install fails with driver error

installation

Demo content. This page is a template placeholder - the real Levee documentation will replace it.

Symptom

msiexec rolls back with error 1603 while registering the WFP callout driver.

Fix

  1. Run the installer from an elevated prompt:

    Start-Process msiexec -ArgumentList '/i Levee.msi' -Verb RunAs
    
  2. If it still fails, check that test-signing isn't required and the service can start:

    sc.exe query levee-agent
    
  3. Collect a verbose log for support:

    msiexec /i Levee.msi /l*v levee-install.log