Add support for version parameter & redirection of output to another file
- You can now use
-v
parameter to view the version of the tool. The version will also be displayed at the help section using-h
parameter. - Support redirecting output to another file. Sample command line:
IntuneWinAppUtil.exe -c SomeSample -s Setup.exe -o . -q > test.log
.