Question regarding PermissionEx (WIX)
问题 I am new to WIX. I am using util:PermissionEx for creating ACLs. I can successfully set rights like read, write, read & execute but I am unable to find any information about setting Modify Permission. I have tried using "Append" attribute to achieve this functionality (this seems to be the only attribute that may do the desired) But using this, the following compilation error appears: "error CNDL0004: The util:PermissionEx element contains an unexpected attribute 'Append'." Could you please