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?

Hello @gvr .
I am creating setup for my application, that also installs Nuitrack as a prerequisite.

The ideal way would be an invisible/supersilent installation of nuitrack in the background so the user doesn’t notice.

For now I’ve managed to simplify the installation using the “silent_mode=true” argument for nuitrack setup, but still, nuitrack’s setup UI is visible to the user.

Any idea on how to improve this?

Thanks for your help!

Hi @adev, please take a look at this option - Nuitrack could be integrated seamlessly into your application.

1 Like

Hi @TAG , this looks like a much better alternative to my current instalation process. I will try it, thank you.

Hello, @adev.

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