A
Alex Nichol
Giles said:We are trying to istall our application on a customer's
system - they have Windows XP SP1, but our software's
licencing routine will not work as it doe not have full
access rights to the application's data folder.
When clicking the properties of the folder it appears to
be semi-read-only i.e. shaded read-only tick. Trying to
untick this is always ignored.
I believe this may be related to KB Article 863023.
That article is 'not currently available'. But your program should not
be looking for a read-only status on a folder. This has no meaning -
the directory can always be updated, and XP uses the read-only bit on a
folder's entry for a different purpose. You can click the entry in the
folder properties, and after clearing the box take Apply; or you can use
a Command prompt and
ATTRIB -R folder
but this will have a purely temporary effect, and windows will revert to
its own usage