How to get the PDB (symbols) from an assembly when built into an MSI

Posted by Spence on Stack Overflow See other posts from Stack Overflow or by Spence
Published on 2010-06-11T01:27:13Z Indexed on 2010/06/11 1:52 UTC
Read the original article Hit count: 237

Filed under:
|
|

I have a standard MSI being created using Visual Studio 2008.

Is there any way that I can have it copy the symbols of the exact DLLs and EXEs that were placed into the MSI somewhere so that I can use them for remote debugging of an installation from that MSI?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about msi