Re: [WiX-users] How to set the IIS read permission and execute permission

2008-07-17 Thread Pierson Lee
Look at the WebDirProperties under IIS. That's where I set mine... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Tarm Sent: Wednesday, July 16, 2008 10:48 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to set the IIS

[WiX-users] How to set the IIS read permission and execute permission

2008-07-16 Thread Derek Tarm
Hi all, I wrote a WiX 3.0 project which set up the IIS as well. However, I found that it sets the IIS configuration *read* to be disabled and the *execute permissions* to be 'none'. I need the *read *to be enabled and the* execute permissions *to be 'script and executable'. So how can I do that?