Answer the question
In order to leave comments, you need to log in
How to create a program installer on Windows?
You need to create an installer to install the program.
And so that there are slides with checkboxes for installing partner software (In the background of the picture).
Do not tell me how to do it or advise the program.
Answer the question
In order to leave comments, you need to log in
As an option, if you have time to spare, you can master NSIS:
Runs on all versions of Windows, has different compression methods. Uses its own language to create the installer. A big plus in NSIS is that you can use functions, include *.dll, and you know for sure that your installer doesn't do anything extra.
https://nsis.sourceforge.io/Download
https://nsis.ucoz.ru/index/0-4
If time is short, you can use Inno Setup (using the wizard you create basic features, you write the rest yourself)
There are other installers, but I cannot confirm the implementation of your task using these installers:
- Windows Installer
- WiX (not to be confused with the site builder)
- IzPack
- InstallShield 11
Try this
https://wixtoolset.org/
If difficult then https://www.jrsoftware.org/isinfo.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question