c# - VSTO 4.0 Outlook AddIn signing -


users getting vsto exception while installing addin on computers without certificate installed (unknown certificate). certificate purchased code signing certificate class 2, working on application.

i create installation files via clickonce. clickonce setup.exe gets signed , signing dll in post-build

"c:\program files (x86)\microsoft sdks\windows\v7.1a\bin\signtool.exe" sign /f cert.pfx /p pw  "$(projectdir)obj\release\myaddin.dll" 

i want deploy addin via c# code in application. if register addin in registry above error.

if run setup.exe installing properly, not option since no silent install supported.

how rid of error? or there other way install addin silently? thanks

you can make msi vistual studio using "visual studio installer new project" in wizerd link project output setup project , copy manfiest file manually dependencies folder of setup(the project using make msi). can run msi silent via group policy. dont know if thats thats how doing currentaly project. thanks


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -