ravibpatel/AutoUpdater.NET

update via msi mode silent install with vb.net

furiousfifou17 opened this issue · 2 comments

Hello
I have an app write in vb.net to visualstudio 2022 with autoupdater.net. It work fine but i wan't to add the option /qn to my package msi but i don't find this option to the xml update file

What is the method for a silent update with the msi package
Thanks

You can use args element inside your XML to specify command line arguments you want to use with the installer.

<args>/qn</args>

Yes i just see it It's work perfectly. Thanks