Skip to main content

CommonAppDataFolder

FlexNet Manager Suite ()

Command line | Registry

CommonAppDataFolder provides the path to the folder in which application details are located. On Windows managed devices, these are application details for [ALL USERS]. This is a system variable which you can override in the registry or on the command line.

Values

| **Values / range** | Local directory path. Read-only preference. | | **Default value** | The default installation of Windows uses: ``` %ALLUSERSPROFILE%\Application Data ``` where %ALLUSERSPROFILE% defaults to: - On Windows 2000/XP: `C:\Documents and Settings\All Users` - On Windows Vista: `C:\ProgramData` - On Windows 7 and higher: `C:\Users\Public` For Macintosh and UNIX devices, the value is: ``` /var/opt/managesoft ``` | | **Example values** | Windows: ``` C:\Users\Public\Application Data ``` UNIX-like systems: ``` /var/opt/bin ``` |

Variable

| **Defined:** | Predefined within Windows. | | **Reference as:** | `$(CommonAppDataFolder)` |

2025 R1.1

Parent topic:Preferences