Does the env. variable ALLUSERSPROFILE and the function
SHGetSpecialFolderPath(0, path, CSIDL_COMMON_APPDATA, FALSE)
Will always lead to the same path (in all Windows versions)?
I need this because our installer uses the env. variable and in our code we use the function call.
Thanks