Hello,
I use WIX to create an MSI installer for a DLL.
There is a dialog that allows users to choose if to install per user or per machine (enable access to all users).
How can I check the user preference at run time and create different registry entries according to it?
Thanks in advance!