Saving an installation log with IFW
-
wrote on 23 Jul 2019, 20:04 last edited by
I'm looking to see if there is any way to have the built installer save the output you would normally see by launching it with the -v option to a file.
-
I'm looking to see if there is any way to have the built installer save the output you would normally see by launching it with the -v option to a file.
@dcouch Why not just forward the output to a file?
Like:./installer -v > install.log
2/3