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.

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

[WiX-users] installing external .PFX as SSL certificate

2015-01-31 Thread Yankulin, Leonid
Hello, The setup has to install external .PFX file as SSL certificate. A file can have any type of certificate (root, private or CA). It can be located in a local machine or on a network volume. Installation should overwrite another existing certificate (for a port) if such exists. Reading

[WiX-users] Customizing banner and bitmap in wixlib

2015-01-31 Thread Pavel Konyukhov
Hey, is it possible to develop wixlib with binaries of dialog and banner bitmaps so that referencing it while building the project will automatically override default dialog and banner bitmaps from UIExtension? Tnaks, Pavel

[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