Windows silent install CLI

I would like to install and uninstall Nuitrack silently on windows. Are there any command-line interface parameters to install or uninstall the program without showing the setup interface?

Hello, @adev.

There’s an opportunity to skip some installation/removal steps if you provide maintainancetool.exe (C:/Program Files/Nuitrack/) with the argument silent_mode=true. So, the whole command in your shell looks like this:

.\maintainancetool.exe silent_mode=true

Take notice that the user interface will still be present.

Please feel free to reach out to us if you have any other questions.

1 Like

Thank you very much. This was helpful indeed!

Hello, @adev.

How are you doing? Do you have any other questions?