Doesn't GenericExecute include execute. I would just try using one of them.

-----Original Message-----
From: Lars Augensen [mailto:lars.augen...@confirmit.com] 
Sent: 20 October 2011 12:13
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] error CNDL0004 : The UTIL:PermissionEx element contains
an unexpected attribute 'Execute'.

Could someone help me out here? I'm trying to set the 'Read' and 'Execute'
rights on a folder, like so:
<CreateFolder>
<util:PermissionEx User="IIS_WPG" Execute="yes" GenericRead="yes" Read="yes"
GenericExecute="yes" />
</CreateFolder>
However, this causes the following error during compilation:
setup.wxs(176) : error CNDL0004 : The UTIL:PermissionEx element contains an
unexpected attribute 'Execute'.

I've tried both with 3.5 and 3.6 - is the 'Execute' attribute deprecated?
It's still in the 3.x manual?

Thanks for any help.

Lars Augensen
Deployment Engineer
lars.augen...@confirmit.com | Phone +47 2150 2572> | Mobile +47 40224293

Confirmit® [everywhere]
Software for Customer Feedback, Employee Feedback, and Market Research


Confirmit AS, Karenslyst allé 56, 0277 Oslo, Norway
www.confirmit.com<http://www.confirmit.com/> | Main +47 2150 2500 | Fax +47
2150 2501

The information contained in this email message may be privileged,
confidential or exempt from disclosure under applicable law. If you are not
the intended recipient, you are hereby notified that any use, dissemination,
distribution or copying of this transmission is strictly prohibited. If you
have received this communication in error, or if any problems occur with
transmission, please notify the sender immediately.

-----------------------------------------------------------------------------
-
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to