I’ve been working on packaging an application with Advanced Installer, and one recurring challenge I face is finding the balance between:
- Keeping the installer lightweight (so end-users don’t have to download a very large file), and
- Ensuring all necessary prerequisites and resources are bundled for a smooth installation.
I’d love to hear from the community:
- Do you usually bundle everything into a single installer, or do you prefer web-based installers that download prerequisites on demand?
- Any tips or best practices you’ve discovered to reduce installer size while keeping reliability?
- Are there specific Advanced Installer features (like prerequisite conditions, compression settings, or custom actions) that you find especially helpful in solving this problem?