Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Per Machine Installer Works as Per User

$
0
0

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?


Viewing all articles
Browse latest Browse all 1764

Trending Articles