Reputation: 524
According to this question (How should I handle product upgrades in a WiX installer?) I want to split my big MSI file into 2 or more smaller file in order to have smaller update.
How can I implement Micro-packages with WIX? Any tutorial, article or link is appreciated.
Upvotes: 0
Views: 817
Reputation: 55601
WiX 3.6 (Beta) has a new bootstrapper called "Burn". You can read about it here:
Building Installation Package Bundles
Upvotes: 4