[Issue 14507] Installer doesn't configure VS2010 properly; missing mspdb100.dll

2018-05-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14507

Manu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 14507] Installer doesn't configure VS2010 properly; missing mspdb100.dll

2015-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14507

Rainer Schuetze r.sagita...@gmx.de changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de

--- Comment #1 from Rainer Schuetze r.sagita...@gmx.de ---
 I think one problem is that Visual-D needs to ignore sc.ini

There is an option on the Visual D setup page to actually do this. Do you have
it enabled?

IIRC mspdb100.dll is only found in the VS-Path/Common7/IDE folder, so make
sure this path is listed in the Executable Path setting. This is only true
for the 32-bit linker executable, the 64-bit version in the amd64 folder has
the DLL in the same folder.

--


[Issue 14507] Installer doesn't configure VS2010 properly; missing mspdb100.dll

2015-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14507

--- Comment #2 from Manu turkey...@gmail.com ---
At the time I logged this bug, the paths you mention were not present in the
executable paths setting (a fresh install).
I had to manually add them.
The option to override sc.ini does seem to be checked by default (as expected).

It might just be worth verifying logic exists in the installer to set these
paths correctly on install and then close this issue until it appears again ;)

--


[Issue 14507] Installer doesn't configure VS2010 properly; missing mspdb100.dll

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14507

Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com
  Component|DMD |installer

--