How to make setup.exe which installs certain programs? Make everything automatic so as not to indicate the path, do not put a tick, etc. And to make this exe do everything on other PCs. I need it to automatically install java and ncalayer. OS rather Windows
- Specify at least the target OS! And better list the programs (maybe everything has already been invented before you) Anyway, describe the original source of the problem - it may have a much simpler solution, such as deploying OS images with everything installed. - Kromster
- I need it to automatically install java and ncalayer. OS is rather Windows - Nursultan Kenzhegaliyev
- Add these and other clarifications to the question itself (the "edit" button) - Kromster
1 answer
First, most software installers support installation management — from the command line and / or a configuration file (.INI, .SIF, etc.). Read the documentation for a specific installer (or try something like SETUP /?).
In particular, for Java there is a completely reasonable description. How to perform a background Java installation (installation without user intervention)?
For a quiet installation, NCALayer is strongly recommended to consult with the technical support of the developer NUC RK .
Secondly, when installing .MSI packages, it is also possible to control the installation process with MSIEXEC.EXE startup keys. See Command-Line Options , Standard Installer Command-Line Options , etc.
- do not quite understand. in the command line, I only know that it runs. How to do that the user did not press anything (such as further, ok, etc.). I need to install two programs automatic java and ncalayer - Nursultan Kenzhegaliyev
- And why NUC RK? what to ask? - Nursultan Kenzhegaliyev February
- 3why NUC RK? And then, that this, as I said, is the DEVELOPER of the NCALayer program. Who knows better than others whether, and if so, how. - Akina