Welcome to MSDN Blogs Sign in | Join | Help

WiX: Introducing the WixPdb

I should have made this post about 6 months ago as I was implementing the WixPdb feature in WiX but better late than never :).  The wixpdb was conceived as a solution for a limitation in the original patch building system. Originally, WiX v3 patching only supported creating transforms between two wixout files. This was flawed in that many things modify the output after the wixout is generated by light which weren't being reflected in patches. I knew I needed the patch build system to be able to create transforms from something closer to the final output. Thats what the WixPdb is. It is all the data in the output right before creating the final msi. With that data, we can now create more accurate transforms to what people expect when diffing two products. I updated my blog with samples on how to build patches to show that I now recommend using the wixpdb instead of the wixout.

Down the road, I look forward to seeing what other features we can get out of the wixpdb. It provides a ton of information an allows you to potentially connect install time errors all the way back to the wix source and line number. Static analysis is another benefit. I updated smoke to be able to take the wixpdb so it will give you source and line number information for ICE errors. Statis analysis on the wixpdb itself may also be interesting because it contains more data than in the msi. It is the one place where the wix source data and the msi data connect. Let me know if you have any ideas of how to use the wixpdb in some cool ways...

Published Sunday, May 25, 2008 11:35 PM by Petermarcu

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Doctor Deploys Blog :: WiX: Introducing the WixPdb

Monday, May 26, 2008 4:50 AM by Doctor Deploys Blog :: WiX: Introducing the WixPdb

# re: WiX: Introducing the WixPdb

So the samples in "Building a Patch using the new Patch Building System - Part 3." should have wixpdb in place of wixout?

Saturday, July 19, 2008 7:02 AM by Tony

# re: WiX: Introducing the WixPdb

Yes. Just updated it.

Saturday, July 19, 2008 11:30 AM by Petermarcu

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker