Hello everybody, I'm developing an Add-on for Archicad in C++, and I
would like to have an installer that doesn't require the admin rights
(currently I'm using WiX installer). I've set the rights perUser, and
using also the LocalUser registry key for the installation. I've m...