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
-
Run the installer from an elevated prompt:
Start-Process msiexec -ArgumentList '/i Levee.msi' -Verb RunAs -
If it still fails, check that test-signing isn't required and the service can start:
sc.exe query levee-agent -
Collect a verbose log for support:
msiexec /i Levee.msi /l*v levee-install.log