Re: [WiX-users] Permission/PermissionEx(?) Append

2014-05-08 Thread Nick Ramirez
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.

Re: [WiX-users] Permission

2013-03-13 Thread Rob Mensching
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

Re: [WiX-users] Permission

2013-03-04 Thread Keith.Douglas
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

Re: [WiX-users] Permission element for domain user account

2013-01-30 Thread Peter Shirtcliffe
>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

Re: [WiX-users] Permission element question

2009-10-07 Thread Farooq Mahmud (Hotmail)
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

Re: [WiX-users] Permission element question

2009-10-06 Thread Blair
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

Re: [WiX-users] Permission/PermissionEx

2009-08-06 Thread Yan Sklyarenko
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.

Re: [WiX-users] Permission element seems to be ignored.

2008-09-17 Thread Bob Arnson
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

Re: [WiX-users] Permission element seems to be ignored.

2008-09-17 Thread Chad Petersen
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

Re: [WiX-users] Permission Element, and next v3 pre-release build?

2007-04-30 Thread John Vottero
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

Re: [WiX-users] Permission element and OI and CI attributes: how do I set them?

2007-04-01 Thread Fredrik Grohn
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

Re: [WiX-users] Permission element and setting permissions on folder...

2007-03-03 Thread Rob Mensching
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