I used advanced installer for my project and I can install my .exe using wizard, but I want to perform it using command line so something which can help silent installation with advanced installer ?
Asked
Active
Viewed 1,986 times
0
-
1[`@ECHO OFF`](https://stackoverflow.com/q/8486042/2799848) – Elaskanator Oct 04 '19 at 20:20
-
what you mean by @ECHO_OFF ? – Query Oct 04 '19 at 20:20
-
That is how you configure a Windows command line batch script to not print executed statements. – Elaskanator Oct 04 '19 at 20:29
-
my question is how to perform silent installation using Advanced installer with command line, so we need have to pass arguments some where to answer wizard question so that is not helpful – Query Oct 04 '19 at 20:31
-
So if you wish to even invoke the installer from command line silently, you gotta make the statement you run execute silently too! – Elaskanator Oct 04 '19 at 20:42
-
https://www.advancedinstaller.com/user-guide/exe-setup-file.html (see towards bottom). – Stein Åsmul Oct 05 '19 at 10:07