Dear all,
I have created an application-level Smart Tag dll using Visual Studio 2005 by implementing ISmartTagRecognizer, ISmartTagRecognizer2 and ISmartTagAction, ISmartTagAction2. I have also successfully created a Windows Installer setup package to check for prerequisites, install the DLLs, create required registry entries and grant CAS trust to the assemblies.
However, I would like to make updating of my application painless like ClickOnce-deployed applications (automatically check for the latest pulished version).
Is there a way for me to do that Any suggestions are highly recommended.
Thanks.
HDH.

ClickOnce deployment for application-level Smart Tags
DarkDragon03
Hi,
What kind of update semantics were you looking for
VSTO does not offer a full Click Once solution, but does have a Publishing feature -- see this link:
http://msdn2.microsoft.com/en-us/library/2zs2w66f(VS.80).aspx
Regards,
Darryn Lavery [MSFT]
skylar
This forum is intended for VSTO issues. You might find a more appropiate answer in one to the Office developers newsgroups and forums:
http://msdn.microsoft.com/newsgroups/topic.aspx url=/MSDN-FILES/028/201/008/topic.xml
craig f
Hi,
Publishing feature is only available document-level Smart-Tag. My solution is a class library with classes implement SmarTag COM interfaces. I don't know how to make Publishing feature available. Do you have any solutions for this
Thanks and regards,
Hong.