How to get the PDB (symbols) from an assembly when built into an MSI
- by Spence
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?