[mapguide-users] Re: MapGuide Open Source 2.4 Preview Release 2

Crispin_at_Linknode crispin.hoult at linknode.co.uk
Mon Apr 30 07:55:57 EDT 2012


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.


More information about the mapguide-users mailing list