While trying to update an in-use file, I'm getting a "decompression" error.
The "Suppress In-Use Notice" box is NOT checked on the file.
The help says about that flag, "If unchecked, a message will appear to warn the user if the file is in use and will ask them to shut down any running programs."
I verified with Process Monitor that the last access to that file, immediately before the error is shown, shows a action of SetDispositionInformationFile with Delete:True and a result of "CANNOT DELETE".
Is this a bug?
Code:
[B]Error[/B]: c:\Program Files (x86)\xxx\xxx\MyFile.dll A decompression error has occurred (#2026)
The help says about that flag, "If unchecked, a message will appear to warn the user if the file is in use and will ask them to shut down any running programs."
I verified with Process Monitor that the last access to that file, immediately before the error is shown, shows a action of SetDispositionInformationFile with Delete:True and a result of "CANNOT DELETE".
Is this a bug?
Comment