Skip to content

Flags for silent install, I was able to figure out the first one. #866

@Jieiku

Description

@Jieiku

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions