Bug in Set Access Control?
Posted: Thu Jun 27, 2013 5:35 am
Hello,
I work with InstallAware 11.
In my setup I share a folder. (e.g. C:\progam files\myapp\test)
Then I want to set this folder to "read" permission for everyone
I added the "Set Access Control" in my MSI Code.
Object Type: File System
User: everyone
Access Rights "Read"
After building and run setup the folder C:\progam files\myapp\test is shared. Rights click on properties, Tab Security shows Permission "Read" for Everyone.
This will be correct.
But in "Properties" tab Share and here click on Authorisation Everyone has all permissions , Full Access, Change and Read for Share Authorisation!
I thinks this is not ok? It should also be only "Read"
Thanks for any help
best regards
Hans
I work with InstallAware 11.
In my setup I share a folder. (e.g. C:\progam files\myapp\test)
Then I want to set this folder to "read" permission for everyone
I added the "Set Access Control" in my MSI Code.
Object Type: File System
User: everyone
Access Rights "Read"
After building and run setup the folder C:\progam files\myapp\test is shared. Rights click on properties, Tab Security shows Permission "Read" for Everyone.
This will be correct.
But in "Properties" tab Share and here click on Authorisation Everyone has all permissions , Full Access, Change and Read for Share Authorisation!
I thinks this is not ok? It should also be only "Read"
Thanks for any help
best regards
Hans