My app needs to install some files that can be edited by the application at run time. Install shield provides an alias [CommonAppDataFolder] that will resolve to c:\\programDat
Since Delphi XE5, this functionality is part of the framework.
System.IOUtils
TPath
GetPublicPath
See embarcadero docwiki for further informations.