I would like my installer to put some files into a users home path, (the path that the Windows %USERPROFILE%
environment variable points to, and the path Qt's QDir::homePath()
returns).
I have looked at the Inno Setup Constants page, but can't find the path I am looking for.