I created a 'per machine' WIX installer for an addin using the HKLM registry, using sharpdevelop .
I installed the add-in on a 32 bit machine. The user that installed it has administrator permissions.
The registry entry is added under HKLM\SOFTWARE\Sparx Systems\EAAddins\MyAddin– for all users, but the addin is available only for the user how installed the “per machine” installer.
For all the rest of the users the program is unavailable.
<RegistryKey Root="HKLM" Key="Software\Sparx Systems\EAAddins\MyAddin" Action="createAndRemoveOnUninstall"><RegistryValue Type="string" Value="MyAddin.MyAddinClass" /> </RegistryKey>Any ideas?