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.
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
Post a Comment