Simon Burgess a écrit :
>
> Hi I’m using WiX 2.0.3719
>
> In IIS, for a Website, there are 3 options for Execute permissions 
> (‘none’, ‘script only’ and ‘scripts and executables’). The Execute 
> attribute in WebDirProperties is YesNo Type – yes sets ‘scripts and 
> executables’ no sets to ‘none’. As luck would have it, I’m after the 
> middle one. Any ideas?
>
> Also in my website I want to disable Default Documents. There is a 
> ‘DefaultDocuments’ attribute on WebDirProperties but that only seems 
> to be for specifying a list of documents, does anyone know how to 
> disable this option in WiX (there is a checkbox in IIS settings
>
> Many thanks in advance
>
> Simon
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ------------------------------------------------------------------------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   
Hi Simon,

For your 'script' issue, I suppose you should set your WebDirProperties 
like this:

<WebDirProperties Id = '' Read="yes" Script = "yes" />

I did only this for my website and I get the 'script only' permission 
for execute.

Hope this help.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to