views:

23

answers:

0

Following on from Debugging C# Custom Installer Classes, I am attempting to remotely debug a setup process running on another PC. After connecting to the remote msiexec process, the debugger reports that the PDB does not match image.

I have verified that remote debugging works by successfully connecting to and debugging a "normal" process on the same remote PC. Also, the debugger correctly loads the symbols for the same installation when run on my local machine.

Does anyone know of a work-around (or bug fix) that would enable me to remotely debug my custom installer class?

Thanks