I read some of the other replies, and I don't know if they have helped any.
- Is the program trying to write to a location that it does NOT have access
to?
- Try running it as Admin.
- Try to make sure it has access to the location it is trying to write to.
Many programmers assume everything they write has unlimited access to
everything on the system. They don't seem to understand write permissions,
and so may not have even coded the proper error message for whent they
occur.
--
http://xenomorph.net/
"Bill" <> wrote in message
news:...
>I have been attempting to install a small but old calendar program to my
>hard drive and I receive the following message:
>
> "You are attempting to install to a write-protected drive, such as a
> CD-ROM, or a drive with no space. Please try again."
>
> I have lots of space on my hard disk -- but why does it indicate it is
> write-protected? Any suggestions would be appreciated.