I\'m only vaguely familiar with making setups, and I have been asked to create a setup that distributes a pre-built ClickOnce deployment package for an Excel add-in that uses VSTO.The problem:the cust
I have a come across a weird problem with apps deployed using Click-Once. For example, the app called \'MyApplication\' appears in the start menu as \'MyApplication\' after the initial deployment. Aft
We have an production application that is deployed using Visual Studio\'s built-in ClickOnce deployment tool. I am writing a batch file to uninstall the application:
I made a very nice setup project 开发者_如何学JAVA(New Project -> Other -> Setup and Deployment -> Visual Studio Installer -> Setup Project), but I really like the way ClickOnce works.
I\'ve taken over a project that uses ClickOnce deployment, but we made a decision to drop it and rather do it thru a Nullsoft installer.
Will a clickonce app that checks for autoupdate on start autoupdate itself as a terminal services web开发者_JS百科app? Will it check for and update itself like it would as a regular desktop app?To Cli
I have created a set of applications which are deployed using clickonce. is it possible to group them in a common start menu item?
I am trying to implement a .NET client-application which is connecting to a web service. The clients may sit behind firewalls or have no public 开发者_运维知识库IP addresses from the service perspecti
I have a ClickOnce .NET 2 application that works perfectly on IE. However, my application does not work with any other browsers (the manifest gets downloaded as an xml file). I know that ClickOnce sho
I\'m developing an application that will be published via ClickOnce. I\'ve been using the Application.ExecutablePath folder to store some licensing information. Now, I want the application to check fo