[Mapguide-trac] [mapguide-trac] #2025: Installer should set appropriate folder permissions for Profiling feature to work
MapGuide Open Source
trac_mapguide at osgeo.org
Thu Jun 14 01:12:06 PDT 2012
#2025: Installer should set appropriate folder permissions for Profiling feature
to work
-------------------------+--------------------------------------------------
Reporter: jng | Owner:
Type: defect | Status: new
Priority: low | Milestone: 2.4
Component: Installer | Version:
Severity: trivial | Keywords:
External_id: |
-------------------------+--------------------------------------------------
Comment(by jng):
Suggested fix from Crispin:
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>
}}}
--
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/2025#comment:1>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list