I am trying to build an NSIS installer with using Modern UI.
I need admin rights, especially for writing to HKLM. So I used
to use admin rights. When starting installer, Windows asks for confirmation of admin privileges, so everything seems fine. Writing to HKLM is also possible.RequestExecutionLevel admin
But no the problem is: In the directory page, I tried to create a new folder on many places, but no where it is possible. A message box in the dialog pops up with german message: "Sie können hier keinen neuen Ordner erstellen. Wählen Sie einen anderen Ort aus." By the way: The rest of my installer is in english. So it seem, that on the directory page, there are no rights for creating folders. When I try to create a folder in the script, everything works and I am wondering why.
Also creating folders everywhere with user privilges is possible.
Any ideas for a solution of this strange problem?