VisualD integration

Rainer Schuetze r.sagitario at gmx.de
Tue Sep 15 06:04:49 UTC 2020



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?


More information about the Digitalmars-d mailing list