Re: [WiX-users] WiX 3.9 R2 - Debugging WPF Burn Application

2015-01-31 Thread John Ludlow
We have the following code in our Run method: #ifdef DEBUG Debugger.Launch(); #endif When we compile as debug and then run the bundle, we get a prompt to attach a debugger from this Debugger.Launch() call. On the dev box (with Visual Studio installed) this would normally be a list of ope

Re: [WiX-users] WiX 3.9 R2 - Debugging WPF Burn Application

2015-01-31 Thread Phill Hogland
To debug my WPF BA, I just build all projects against the installed released wix 3.9 RTM (or 3.9 R2 installed). Then I go back to my WPF project and enable debug/trace in project properties, add a Debugger.Launch() line to the code of interest, and set the start path to point at the bundle exe.

[WiX-users] WiX 3.9 R2 - Debugging WPF Burn Application

2015-01-31 Thread Marco Tognacci
I need to debug the code of My Burn WPF Application, with the version 3.7 I just needed to add the engine project to my solution and then add breakpoints.With the version 3.9 R2 - it report many errors while compiling the engine project:I need to have the folder C:\tools and the the nuger xUnit