PDA

View Full Version : One Data and Several Setup exe Installers


Cuttlas
03-05-2024, 00:57
is there any way to prepare data as setup.bin and then create different installers for that bin file?


data is huge.
I need to create an installer that plays a video on it
an installer that lets the user choose some option
and a simple installer that installs the data in one click

the data is on the server, every user can select which type of setup he wants.
Then I need to re-compile the setup and give him his link to the setup.

If I want to re-compile the whole setup with the data for every user, it takes so long time and so space.

hope I'm clear to my goal.

any help is really appreciated