Hi,
my setup includes an .ini file to be installed on a windows 8; after installation, I try to modify this .ini and when saving, I get an "Access is denied"; if I go the securities properties of this file, "Everyone" with "Full control" is not present ! how can I solve that to give full control on this file and more over to give full control on the parent directory (I recall : on Windows 8)
PS: I have tried the following found somewhere on the net :
but I get this error message while installing :
thanks in advance,
sincerely,
Domi.
my setup includes an .ini file to be installed on a windows 8; after installation, I try to modify this .ini and when saving, I get an "Access is denied"; if I go the securities properties of this file, "Everyone" with "Full control" is not present ! how can I solve that to give full control on this file and more over to give full control on the parent directory (I recall : on Windows 8)
PS: I have tried the following found somewhere on the net :
Code:
Folder.SetAttributes( SessionVar.Expand("%AppFolder%"), SID_EVERYBODY, SET_ACCESS, ALL_PERMISSIONS, SUB_CONTAINERS_AND_OBJECTS_INHERIT);
Code:
On Post Install, Line 1 : attempt to call field 'SetAttributes' (a nil value)
Stack Traceback
...
sincerely,
Domi.