[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?

[WiX-users] The Tooltip string is overflowed!

2008-07-18 Thread Derek Tarm
Hi folks, I wrote this UI code in WiX 3.0. And the compiler complained that "Warning33ICE03: String overflow (greater than length permitted in column); Table: Control, Column: Help, Key(s): NRconfigParametersDlg.NR_DBIPEd

Re: [WiX-users] The Tooltip string is overflowed!

2008-07-18 Thread Derek Tarm
t; rules. > > You can just turn the warning off if you just don't want to see it, but the > underlying issue would remain. > > Chris > > On Fri, Jul 18, 2008 at 6:06 AM, Derek Tarm <[EMAIL PROTECTED]> wrote: > > > Hi folks, > > > > > >