Changes between Version 1 and Version 2 of Ticket #21769, comment 10
- Timestamp:
- Oct 22, 2023 7:38:43 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21769, comment 10
v1 v2 1 1 I have diagnosed this problem and found the cause. 2 2 3 Bottom line: the VBoxInstallHelper DLL is built with the `/Inte rgrityCheck` flag which causes the dynamic loader to validate it like a driver upon `LoadLibrary`. But the `.cat` files needed to do that are not yet present on the system -- so the validation fails.3 Bottom line: the VBoxInstallHelper DLL is built with the `/IntegrityCheck` flag which causes the dynamic loader to validate it like a driver upon `LoadLibrary`. But the `.cat` files needed to do that are not yet present on the system -- so the validation fails. 4 4 5 5 So this DLL cannot be built with that flag.

