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.
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
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
(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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo