After building the installer, I'm provided a cab, msi, and wixpdb file. I've learned you can embed the cab using the EmbedCab
property of the MediaTemplate
element, but I've no idea about the wixpdb file. What's its purpose, and is it necessary for a basic installation?
It's like a .pdb file for your .exe -- it contains extra symbol information about your .msi. It doesn't get deployed but it can be used later (e.g., to build patches) so you should archive it like you archive other build artifacts.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With