I have a CustomBA in my WiX Bootstrapper.
The CustomBA library is 500KB.
The Chain refers to two ExePackages (188 MB + 202 MB) and one MsiPackage (934 MB).
The Bootstrapper Exe is 798 MB
- Why is the Bootstrapper Exe so big?
- Does it contain the ExePackages or MsiPackage?
- How can I optimize the size?