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.

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

2014-05-08 Thread ferdi.oeztuerk
Hello, someone please provide me an working example of appending permissions (in this case registry) Tried several things now (with WiX v3.9) and nothing worked for me, either during build Append attribute is unknown and without the attribute on target machine it overwrites existing permissions

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

[WiX-users] Permission

2013-03-01 Thread Keith.Douglas
(1) If I grant Read, ReadAttributes, ReadExtendedAttributes to two users based on a Permission element, what permissions do other users have? (2) Are the permissions exhaustive for those users? If not, how do I clear write access? Do I somehow have to use an explicit deny? (3) Can the User attrib

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

2013-01-30 Thread Peter Shirtcliffe
uot; -Original Message- From: Kun Shi (ofox) [mailto:s...@vmware.com] Sent: 30 January 2013 15:07 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Permission element for domain user account Hi guys, I'm having a question about Permission

[WiX-users] Permission element for domain user account

2013-01-30 Thread Kun Shi (ofox)
Hi guys, I'm having a question about Permission usage. Referring to http://wix.sourceforge.net/manual-wix2/wix_xsd_permission.htm, I have the following codes, I use a domain account(with administrator privilege) to install it, but I couldn't access the install dir due to no permission. What's

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
than Installer's built-in action). -Original Message- From: Farooq Mahmud (Hotmail) [mailto:farooq...@hotmail.com] Sent: Tuesday, October 06, 2009 1:50 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Permission element question I run an msi based on the code below. [ProgramF

[WiX-users] Permission element question

2009-10-06 Thread Farooq Mahmud (Hotmail)
I run an msi based on the code below. [ProgramFilesFolder] gives my built-in Users group read permission but my application folder does not inherit this permission. I use Windows Explorer to create a folder under [ProgramFilesFolder] and the folder does inherit the Users permission. Is there a

Re: [WiX-users] Permission/PermissionEx

2009-08-06 Thread Yan Sklyarenko
users@lists.sourceforge.net) Subject: [WiX-users] Permission/PermissionEx Is there a way to have Permission/PermissionEx (and I still haven't figured out the difference) to retain the current ACL and only modify to add/remove what I need to do on the folder specified? What I'm trying to do is creat

[WiX-users] Permission/PermissionEx

2009-08-06 Thread Pierson Lee (PIE)
Is there a way to have Permission/PermissionEx (and I still haven't figured out the difference) to retain the current ACL and only modify to add/remove what I need to do on the folder specified? What I'm trying to do is create a share on an existing folder but I have to grant domain users read

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
et Subject: [WiX-users] Permission element seems to be ignored. Hi, 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 n

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

2008-09-17 Thread Greg Silin
Hi, 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. Any thoughts on what are some prer

[WiX-users] Permission vs. PermissionEx and Users Group

2008-08-11 Thread Cody Cutrer
According to http://msdn.microsoft.com/en-us/library/aa369774.aspx, you cannot specify the "Users" group, only "Administrators" or "Everyone" as the username for a Permission element. My first try for this was to use the WIX_ACCOUNT_USERS property, which is set as part of the WixQueryOsWellKnow

[WiX-users] Permission in ServiceInstall fails

2007-10-17 Thread Craig Walker
The process to create a user, create a service, and then set the service to run as the user is fairly straitforward. I have and elements and I've verified that they're working fine by themselves; both the user and the service are created upon install. The problem comes when I try to assign the u

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

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

2007-04-30 Thread Lewis G. Pringle, Jr.
Folks: I've just tried WIX, after a decade of suffering with Installshield, and I'm truly impressed! This is a major improvement! I'm using the latest WIX v3 pre-release build 3.0.2420.0. One of the few (blocking) bugs I've run into appears to be a known

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

2007-04-01 Thread Fredrik Grohn
D] On Behalf Of Anthony Wieser Sent: Thursday, March 29, 2007 4:30 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Permission element and OI and CI attributes: how do I set them? I'm trying to set the permissions on a folder using the permissions element, and can't quite

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

2007-03-29 Thread Anthony Wieser
I'm trying to set the permissions on a folder using the permissions element, and can't quite work out how it's working, because of the mapping between property names and the actual flags used. I've looked through the source, and have now puzzled out some of the topic (and tried to update the 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

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

2007-02-28 Thread Ravikumar Gopinath
I want to set the following permissions on my folder: read & execute, list contents, read, write, modify. How do I set these permissions? The Permission element has GenericAll which gives "full control". Setting both "GenericRead=yes" and "GenericWrite=yes" gives read & write permissions

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

2007-02-26 Thread Ravikumar Gopinath
I want to set the following permissions on my folder: read & execute, list contents, read, write, modify. How do I set these permissions? The Permission element has GenericAll which gives "full control". Setting both "GenericRead=yes" and "GenericWrite=yes" gives read & write permissions onl