I am using SharpDevelop , but after I installed my application, especially for Enterprise Architect, I need to know where is the location that the user have chosen through the setup process, because it is important for me to read some data by my Add-in (MyApp) which are already installed in the target path when user install my tool.
I tried to add some RegKeys during installation steps, but I could not hold the path, because basically user can change the path easily ..
<Component Id="setuppath" Guid="FF2212C1-9374-5167-9E1F-3086284BED66" >
<RegistryKey Root="HKLM" Key="Software\Sparx Systems\DrawUML3D" Action="createAndRemoveOnUninstall">
<RegistryValue Type="string" Value="1000" />
</RegistryKey>
</Component>
Regards,