|
From: Madhu <mad...@gm...> - 2005-10-10 19:20:47
|
Hi Kannan,
I used permission with the following option to give write access to everyon=
e
user=3DEveryone
GenericAll=3Dyes
<Directory Id=3D'Somedirectory'>
<Component Id=3D'Somecomponent'>
<CreateFolder>
<Permission User=3D'Everyone' GenericAll=3D'yes' />
</CreateFolder>
</Component>
</Directory>
First decide on what type of permission to which user accounts.
For every file permission option that you want use, select the
corresponding options from the list (documented in WIX.chm) and set it
to 'yes' or 'no' as in the example.
You can also restirct access to group of users using domain and user option=
s.
Do post how you used these permission option.
Cheers,
Madhu
|