update via msi mode silent install with vb.net
furiousfifou17 opened this issue · 2 comments
furiousfifou17 commented
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
ravibpatel commented
You can use args element inside your XML to specify command line arguments you want to use with the installer.
<args>/qn</args>furiousfifou17 commented
Yes i just see it It's work perfectly. Thanks