Just a guess (I haven't tried it) but what does this do?

<CreateFolder Directory="ArchiveDir" >
           <Permission Traverse="yes" User="[USER_ACCOUNT]" />
</CreateFolder>

Or possibly

<CreateFolder Directory="ArchiveDir" >
           <Permission Traverse="yes" GenericExecute="no"
ReadPermission="no" ReadAttributes="no"  User="[USER_ACCOUNT]" />
</CreateFolder>

Try the first one first to see what it produces.

-----Original Message-----
From: Denis Stankovski [mailto:denis.stankov...@gmail.com] 
Sent: Tuesday, November 16, 2010 7:00 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Setting "List folder contents" permission on folder

Looks like some messages get lost by the mail list server, so I'm resending
my question just in case...

Does anyone know how to set "List folder content" attribute of a folder via
Permission element for a particular user?

Thanks,
Denis S.
---------- Forwarded message ----------
From: "Denis Stankovski" <denis.stankov...@gmail.com>
Date: Nov 12, 2010 4:22 PM
Subject: Setting "List folder contents" permission on folder
To: <wix-d...@lists.sourceforge.net>, <wix-users@lists.sourceforge.net>

I've searched all over the internet and can't seem to find solution
for my problem. I'd like to set permission on the folder to allow
certain users ONLY ability to "List folder contents" (without ability
to read file content). Here is the code that I have, however it seems
to set "Read", "Read & Execute", and "List folder content" at the same
time:

<CreateFolder Directory="ArchiveDir" >
           <Permission Traverse="yes" GenericExecute="yes"
ReadPermission="yes" ReadAttributes="yes"  User="[USER_ACCOUNT]" />
</CreateFolder>

Any help would be greatly appreciated. Thank you in advance!
--
Denis Stankovski
----------------------------------------------------------------------------
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to