I've discovered the -q option works on Linux to invoke unattended mode -- There are no prompts for user input, progress is shown, and it waits for completion. The behavior is different on windows, where it shows no prompts, but does not show progress, and does not wait for completion. How do I achieve the equivalent results on windows?
For my installer I use the DOS command "start /wait i4jgeninstall -q -splash" which pops up a panel showing progress (no questions) and waits for completion. Is it possible to do this for an uninstaller on Windows? I'm using install4j version 5.1.6.
Thanks