How to define the Application.LocalUserAppDataPath for windows services?
Serive Account type as "LocalSystem".
its referring the following path C:\Documents and Settings\LocalService\Application Data
but, it required to use the following path, C:\Documents and Settings\All Users\Application Data\
Is there any configuration required setup the service?