VBA file support issue

B

Bill

I've not been able to find in the external
VBA file support where I can update the
file attributes, specifically "File Blocked".
Windows Security released a security
update that is blocking access to pages
within the chm Help files I release to clients,
so to date I've had to have them go to
the applications directory where the chm
files are kept and manually click on the
file properties and "Un-Block" the chm
file.

Any suggestions as to how I can "Un-Block"
from VBA code?

Thanks,
Bill
 
B

Bill

I've scoured MSDN looking for a solution and
don't find anything other than a Registry mod
that isn't practical for my particular client set.

Unless somebody comes up with a better idea,
I'll Shell Windows Explorer to the application's
directory when a Help file is released with a
message to the user to open properties and
un-block the file............not exactly my idea
of a user-friendly application requirement.

Bill
 
Top