In both EWF and FBWF scenarios our customers may create local files
(downloaded install files for instance), commit them, reboot and later
need to delete them.
Does FBWF lack the delete feature on purpose ?
Do you plan to add the delete feature to FBWF on a later release ?
Regards,
Eric
"Milong Sabandith [MSFT]" <
[email protected]> a écrit dans le
message de %
[email protected]...
Can you explain "But some files may have been destroyed before the
commit"?
I assume you mean for the fbwf scenario.
thanks
-milong
Hi Milong,
Thanks for your help.
We want to replace EWF with FBWF.
With EWF, in order to save the complete cache to the physical drive we
have
to perform a "commit" and reboot the device.
With FBWF the commit is made dynamically and we don't have to reboot
the
device.
But some files may have been destroyed before the commit !
Regards
Eric
"Milong [MSFT]" <
[email protected]> a écrit dans le message
de %
[email protected]...
Sorry but FBWF does not support committing deleted files.
Please let us know if you have particular scenarios where you would
like this feature.
thanks
-milong
Eric,
Did you try just deleting the file (DeleteFile API, e.g.) and then
committing the *file* with FBWF FbwfCommitFile API? (you basically
want to pass the same path to both API calls)
--
=========
Regards,
KM
Hi,
I 'm testing the File Base Write Filter from the "Windows Xpe SP2
FP 2007" .
I made a build with the FBWF components ...
I wrote a program to test APIs of fbwflib.dll.
I can write all the modifed and new files from cache to the
physical disk.
But, I don't know how to delete a file from the physical disk (when
the protection is enable ).
Is there a way I can do this , please ?
Thanks,
Eric