|
|
Release 1.8.5 of Virtual Disk Driver.
◾Update/install scripts now make sure to kill any existing helper service process before updating any files. Hopefully this solves most of the cases where reboot have been needed after uninstall/upgrade.
◾API library change. When IMDISK_API_NO_BROADCAST_NOTIFY is active, create and remove routines now pass the DDD_NO_BROADCAST_SYSTEM flag to DefineDosDevice (on Windows 2000 or later).
◾Fixed some typos in help texts. Thanks to "v77".
◾Kernel driver change. Device threads now use NtReadFile/NtWriteFile instead of ZwReadFile/ZwWriteFile when reading and writing image files directly. This change is to improve performance and reduce risks for resource deadlocks in filesystem drivers.
|
|