I'd like to install some application data in C:\ProgramData folder using nsis installer. I'd like to avoid hardcoding it, because it may not be on C: drive.
The documentation https://nsis.sourceforge.io/Docs/Chapter4.html doesn't have any constant that defines ProgramData. What is the nsis way of installing in ProgramData folder?