Skip to content

Silent Install #7228

Answered by Zorziel
evittech asked this question in Q&A
Discussion options

You must be logged in to vote

@evittech, do you mean installing the MSI silently? If so, you can use all standard Windows Installer command line switches.

For example, to install version 2.6.6 completely silent, you would do:

msiexec /i KeePassXC-2.6.6-Win64.msi /q

To install it with a basic UI/progress bar and also log to C:\temp.log with a verbose log, you would do:

msiexec /i KeePassXC-2.6.6-Win64.msi /qb /l*v C:\temp.log

To install it silently and disable launch after install and autostart but still log, you would do:

msiexec /i KeePassXC-2.6.6-Win64.msi /q LAUNCHAPPONEXIT=0 AUTOSTARTPROGRAM=0 /l*v C:\temp.log

Here's a screenshot of the Properties table from the MSI for 2.6.6 x64:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by phoerious
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants