My Wix project creates install.msi and cab1.cab. How can I have it bundle everything into the msi? I will likely use 7-zip SFX to work around this but I have seen other apps with only a single msi.
173
votes
3 Answers
260
votes
66
votes
24
votes
Use it like this :
<Media Id="1" Cabinet="CabFileName.cab" EmbedCab="yes" />
Also this article describes other ways of doing it.