VisualD integration

Imperatorn johan_forsberg_86 at hotmail.com
Tue Sep 15 19:35:06 UTC 2020


On Tuesday, 15 September 2020 at 06:04:49 UTC, Rainer Schuetze 
wrote:
>
>
> On 14/09/2020 14:07, Imperatorn wrote:
>> Hello!
>> 
>> I'm trying to install VisualD but am unable to check the 
>> option to integrate in VS2019.
>> 
>> Have anyone else encountered this?
>> 
>> See image:
>> https://ibb.co/ck7Xq08
>
> I suspect that recent updates of Visual Studio 2019 have 
> changed the way the installation is registered.
>
> The installer iterates over the uninstaller registry entries to 
> find the installation folder with an appropriate name, so you 
> can add an entry there, e.g.:
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\VS2019]
> DisplayName="Visual Studio Community 2019"
> InstallLocation="C:\Program Files (x86)\Microsoft Visual
> Studio\2019\Community"
>
> Do you find a similar entry in your registry? Maybe it has an 
> unexpected DisplayName?

OMG, it actually worked! Thanks!

What I did was to simply add the following key and values (VS2019 
did not exist):

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\VS2019]
"DisplayName"="Visual Studio Enterprise 2019"
"InstallLocation"="C:\\Program Files (x86)\\Microsoft Visual 
Studio\\2019\\Enterprise"




More information about the Digitalmars-d mailing list