diff --git a/cmake/packaging/wix_resources/libvirtualhid-driver-installer-patch.xml b/cmake/packaging/wix_resources/libvirtualhid-driver-installer-patch.xml
index 8b54ba9..f283dfe 100644
--- a/cmake/packaging/wix_resources/libvirtualhid-driver-installer-patch.xml
+++ b/cmake/packaging/wix_resources/libvirtualhid-driver-installer-patch.xml
@@ -13,14 +13,14 @@
Return="check"
Impersonate="no" />
diff --git a/cmake/packaging/wix_resources/wix.template.in b/cmake/packaging/wix_resources/wix.template.in
index e7f8cdd..9784ab2 100644
--- a/cmake/packaging/wix_resources/wix.template.in
+++ b/cmake/packaging/wix_resources/wix.template.in
@@ -27,6 +27,7 @@
+
diff --git a/docs/windows-driver.md b/docs/windows-driver.md
index b059c32..fd92d43 100644
--- a/docs/windows-driver.md
+++ b/docs/windows-driver.md
@@ -196,8 +196,8 @@ powershell -ExecutionPolicy Bypass -File .\scripts\windows\uninstall-driver.ps1
-LogPath .\cmake-build-windows-driver\uninstall-driver.log
```
-The WiX installer also places validation files under the default install root,
-`C:\Program Files\libvirtualhid`:
+The WiX installer places validation files under the selected install root, which
+defaults to `C:\Program Files\libvirtualhid`:
- `tools\windows\gamepad_adapter.exe`
- `tools\windows\virtualhid_control.exe`