WIX permissions on folders is something like this below. The NetworkService account is good for W2k03 and below, W2k08 / Win7 needs a different (or additional) account ... best not to use "Everyone" on production systems!
<DirectoryRef Id="INSTALLLOCATION"> <Directory Id="dir_Logs_0" Name="Logs"> <Component Id="comp_Log" DiskId="1" KeyPath="yes" Guid="___"> <CreateFolder> <Permission GenericAll='yes' User='Administrators' /> <Permission GenericAll='yes' User="NT AUTHORITY\NetworkService" /> </CreateFolder> </Component> -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-Open-Source-2-4-Preview-Release-2-tp4931081p4940679.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users