c# - WPF ClickOnce install silently without "Unknown publisher" dialog in local interanet -


this question has answer here:

i've developed simple wpf application has installed on network domain clients computers.
added following command affect after user logoff/login:

"\\messenger\messenger.application" /install /silent /passive 

but problem when \\messenger\messenger.application runs on clients computer dialog box appears want bypass it. because not users click on run , don't want that.

enter image description here

how can install application without take confirm of user , run install procedure silently?

you may need sign application remove "unknown publisher" warning. this, buy code signing certificate , sign application.

i'm guessing default windows won't allow silent installs applications haven't been signed.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -