Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

silent installation with install4j

I am trying to make some silent installations with install4j, like running other executable programs but the user still can see the gui of these programs. What should I do to hide them?

like image 221
Maxim Avatar asked Sep 12 '25 20:09

Maxim


1 Answers

When running an installer created with install4j add -q for unattended mode.

like image 115
robert Avatar answered Sep 15 '25 14:09

robert