How to execute an installer silently ? (Qt Framework Installer)
-
Hello all,
I would like to install silently my generated installer through Qt Framework Installer.
I tried to type in command line : myinstaller.exe -platform minimal
and I have this error : Unknown option: p, l, a, t, f, o, r, mWhen I try this command line : "myinstaller.exe --silentUpdate" or , I have this error: "Unknown option: silentUpdate"
or I try this command line : "myinstaller.exe --silent" or , I have this error: "Unknown option: silent"Does someone can help me?
ps : I used the last Qt Framework Installer v2.0.5
-
hi
I think you need to use
http://doc.qt.io/qtinstallerframework/noninteractive.html
sample
http://stackoverflow.com/questions/25105269/silent-install-qt-run-installer-on-ubuntu-serverBut I am only guessing. There might be easier way.