So I am trying to set the folder permissions to allow my webservice to write entries to the log file.

 

<Directory Id ="logs" Name=" logs">

       <Component Id="logs"  DiskId="1" Guid="9496769F-B9DF-4113-AB79-43794753D1D1">                                                                   <CreateFolder Directory="logs">

                     <Permission User="ASPNET" Extended="yes"/>

              </CreateFolder>

              <RemoveFile Id='WebLogFile' On='uninstall' Name ='*.log' />

       </Component>

</Directory>

 

This works fine but it colbers the existing permissions of the folder.  So after some diging I found some posts that said I should set the property  Extended=”yes”.  But this does not seem to be available any more.

 

Error: The Permission element contains an unexpected attribute 'Extended'.        

 

Where am I going wrong?

 

Thanks,

Robson

 

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