franklopez
Posts: 10
Joined: Wed Jul 08, 2009 4:38 am

one build: generate two files...

Is there anyway to do the following with one build and one AdvancedInstaller project:

file 1) create a self-extracting executable that includes the .msi file

file 2) also generate a separate .msi file: the same one that is within file-1

From my web site, I want to allow users to either download file-1 or file-2 depending upon what they need. For big companies, they'll probably do file-2 because they can push the prerequisites to their user machines separately, but for a typical small company or consumer, they'll probably download file-1.
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: one build: generate two files...

Hi,

This cannot be done with a single build. However, you can use two builds in the "Media" page: one for the EXE and one for the MSI.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”