python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bundled JRE error with install4j installer packaged as msix
We create an installer with install4j that bundles the JRE. We then use the MSIX Packaging Tool to create a .msix installer, to publish on the Microsoft App Store.
When we install the .msix package f...
Gerald Holmann
Votes: 0
Answers: 0
Is there a way to run an action immediately upon executing the installer?
I have an application whose installer is built with Install4J and when I run the Windows installer exe file the GUI doesn't appear until after about 15 seconds. During this time, there's an empty cons...
b12
Votes: 0
Answers: 1
How to clear the input of file chooser component on command line in install4j?
The file chooser component always preserve the previous results on command line, just like
example file:
[/bin/example/file.txt]
If I enter a "space" or "Enter" key, the previous...
Skye
Votes: 0
Answers: 1