I\'m trying to deploy Outlook add-in with ClickOnce. While setting the update options I noticed that there are fewer options available for Outlook add in project than there are for Win Forms project.
How do I remedy this? Do I need to build NSB from source with the Manifest settings described here: http://geekswithblogs.net/rakker/archive/2007/12/06/117449.aspx?
I\'ve got a code signing certificate from Thawte that I\'m using to dynamically generate and sign ClickOnce deployment manifests.The problem is that the ASP.NET application that generates and signs th
I have an add-in for OL2010 (written in C#) that works great.It loads with no problems on my development system, and initial installations on test workstations goes smoothly.
Is there a simple way to detect the first launch of a new click-once application version? IE: I have published version 1, and then I publish 1.1. On the first launch of version 1.1 I would like to per
I am getting the error of System.Deployment.Application.DeploymentDownloadException when I try to run setup.exe for my ClickOnce application. If run it over the network from its original location it w
I would like to put a Back button in my XBAP which takes the 开发者_JS百科user back to the page they launched the XBAP from, however I am not sure how to get the HTTP_REFERER from within the applicati
I am making an ClickOnce Installation setup. I have to keep a custom folder in system folder, that has certain DLLs that are used by application at run time. So, I made a separate installer for these
We have a wpf application, 开发者_如何学Gowhich we have deployed using Microsoft\'s Click Once approach...manifest and application files are available in a web server.
Here\'s an error I get when I try to install my application from the publish location: I have my application (and a DLL used by it) linked to version 1.61.4111... of QWhale.Common which is a 3r开发