windhawk_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LANG="1033" /CURRENTUSER
I was able to use /LANG="1033" to bypass the first prompt, but the second prompt wants to know if I want standard or portable, and I want to install standard.
The /VERYSILENT works for most apps, but I can't figure this one out. Gimp and qimgv both installed ok using the verysilent switch maybe their source code gives clues on how to make it work similarly for windhawk:
"%INSTALLDIR%\gimp.exe" /VERYSILENT /ALLUSERS /NORESTART
"%INSTALLDIR%\qimgv_x64.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /D="%ProgramFiles%\qimgv"
If there is a way to make this work and I just missed it, I appologize and would appreciate a hint or being pointed to the documentation covering how to do this.
windhawk_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LANG="1033" /CURRENTUSERI was able to use
/LANG="1033"to bypass the first prompt, but the second prompt wants to know if I want standard or portable, and I want to install standard.The /VERYSILENT works for most apps, but I can't figure this one out. Gimp and qimgv both installed ok using the verysilent switch maybe their source code gives clues on how to make it work similarly for windhawk:
If there is a way to make this work and I just missed it, I appologize and would appreciate a hint or being pointed to the documentation covering how to do this.