This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v20
ShareLocalResourcesOnWindowsClient
|
/ Preferences4D / BuildApp / CS / ShareLocalResourcesOnWindowsClient |
||
True / False
This key defines if the local resources of the application must be downloaded from 4D Server to a shared folder on Windows merged clients. Local resources include all files needed for application execution on the client side (.4dz file, Libraries folder, Resources folder...).
When set to False (default), local resources are downloaded in the user folder:
\Users\{UserAccount}\AppData\Local\{ApplicationName}\{ServerInformation}_ClientFolderSignature\
When set to True, local resources are downloaded in a shared folder:
\ProgramData\{ApplicationName}\{ServerInformation}_ClientFolderSignature\.
With a Remote Desktop Service or Citrix environment, using a shared folder for 4D local resources allows saving downloading time and disk space.
Compatibility Note: This key is only taken into account in the following context:
When this key is set to True, updating client applications requires that users have a read/write access to the ProgramData folder. We recommend that an Administrator follow these steps in this context:
These steps will make sure that users are not launching several instances of the merged 4D client application, avoiding concurrent writings to the shared local resources or writing rights errors.
Product: 4D
Theme: CS
Created: 4D v19 R7
4D XML Keys BuildApplication ( 4D v20)