Can you show what markup you're using now? That would make it easier to
troubleshoot.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Permission-PermissionEx-Append-tp7594590p7594613.html
Sent from the wix-users mailing list archive at Nabble.com.
Yeah, that documentation is pretty bad. Feel free to file a bug. I'm not
even sure what it is trying to say.
On Mon, Mar 4, 2013 at 6:43 AM, wrote:
> Following up on my own previous post,
>
> The description of Permission has this line in the documentation:
>
> GenericRead YesNoType s
Following up on my own previous post,
The description of Permission has this line in the documentation:
GenericRead YesNoType specifying this will fail to grant read access
What does that description mean? The name suggests that I can grant GenericRead
and that will grant, well, "Read
>From the wix manual: "GenericRead YesNoType specifying this will fail
to grant read access"
Im not sure if GenericAll overrides that or not.
Try adding:
Read="yes" ReadAttributes="yes" ReadExtendedAttributes="yes"
ReadPermission="yes"
-Original Message-
From: Kun Shi (ofox) [mai
e.com]
Sent: Tuesday, October 06, 2009 2:52 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Permission element question
There are three permission-style elements in WiX. Permission which works
with all supported versions of Windows Installer (and ha
There are three permission-style elements in WiX. Permission which works
with all supported versions of Windows Installer (and has several known
limitations), PermissionEx which works with Installer 5.0, and the
WixUtilsExtension PermissionEx (doesn't use SDDL, but it is more flexible
than Installe
PermissionEx doesn't remove the present ACLs, so this is the element you
need.
-- Yan
-Original Message-
From: Pierson Lee (PIE) [mailto:pierson@microsoft.com]
Sent: Friday, August 07, 2009 2:45 AM
To: General discussion for Windows Installer XML
toolset.(wix-users@lists.sourceforge.
Greg Silin wrote:
> I'm trying to use the built in wix support (Permission element inside
> CreateFolder element) that would set the ACLs for the accounts specified.
>
> Something like below. However, when installing the component, security
> rights are not modified for the folder.
>
Check a
Administrators is a Group, not a User. Don't you want Administrator
(singular)? I found this feature to be less than reliable so we set all
permissions on a generic level and then have the end user set the
permissions that they really need outside of the installer. Besides,
it's usually some accoun
Weekly builds are at:
http://wix.sourceforge.net/releases/
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lewis G.
Pringle, Jr.
Sent: Monday, April 30, 2007 10:07 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Permission Element, and next v3 pre-release build
It's been a while since I looked at this part of the code, but I don't think
you actually can set these attributes currently. If you have any thoughts on
how that could be solved feel free to make a suggestion... (Note that there is
the [EMAIL PROTECTED] attribute that makes a WiX provided CA do
There seem to be attributes for all of those on the Permission element.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ravikumar
Gopinath
Sent: Wednesday, February 28, 2007 12:57 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Permission element and setting permissions
12 matches
Mail list logo