QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

Can I use "ClickOnce" to deploy console apps?

General - Windows Forms FAQs
You can, but wouldn't you rather have a rich Windows Forms based UI? Also, console apps that require a command-line interface are beyond the scope of "ClickOnce" deployment in the .NET Framework 2.0. The primary reasons for this is that the install path...

Can I use "ClickOnce" to deploy an Office addin?

General - Windows Forms FAQs
No. Addins generally require special registration and integrated activation within the hosting application. The "ClickOnce" installer does not support machine level changes such as this.

Can I deploy Localized apps with "ClickOnce"?

ClickOnce - Windows Forms FAQs
Yes. With Visual Studio, it's quite easy. Simply indicate the language of the deployment in the publishing options & the correct satellite assemblies will be automatically published with your deployment.

Can I deploy managed C++ applications with "ClickOnce"?

General - Windows Forms FAQs
You can use "ClickOnce" to deploy .NET Framework based applications built with any language, including C++.

What types of applications can I deploy with "ClickOnce"?

General - Windows Forms FAQs
quot;ClickOnce" can be used to deploy Windows Forms based application based on the .NET Framework. Since "ClickOnce" applications are deployed via the web, they can't be allowed to impact the client machine to a high degree. So if...

What do I need to use "ClickOnce"?

General - Windows Forms FAQs
You need to have the .NET Framework 2.0 installed on the client. And you need a place to publish your app to where your end users can access, such as a web server, file share, or media such as CD/DVD.

Can I deploy .NET Framework V1 & V1.1 applications with "ClickOnce"?

General - Windows Forms FAQs
For a number of security related considerations, "ClickOnce" requires that the main entry point assembly (the .exe file) be compiled with the 2.0 version of the .NET Framework. Other assemblies in the application can still be compiled with previous versions...

What is the dfsvc.exe process that starts when I use "ClickOnce"?

General - Windows Forms FAQs
That is the actual "ClickOnce" engine that is handling the update checks & downloads. It is launched when a "ClickOnce" application needs updated. It shuts itself down if not used for 15 minutes.

Do I have to have Visual Studio to use "ClickOnce"?

General - Windows Forms FAQs
No. While Visual Studio makes deploying "ClickOnce" applications simple, there are several other ways to deploy "ClickOnce" applications. The .NET Framework SDK includes a tool named MAGE(Manifest Editor & Generator) that provides both a UI (mageui...

Can I use "ClickOnce" for Windows Forms Controls in the browser?

General - Windows Forms FAQs
No. "ClickOnce" only deals with deploying applications. The Windows Forms control in the browser technology is effectively unchanged.

My app needs a pre-requisite such as MSDE, MDAC, etc... can I still use "ClickOnce"?

General - Windows Forms FAQs
Yes. One option is to use the VS Bootstrapper. The Bootstrapper will bundle all of your apps necessary pre-requisite's, install them when run & then start the "ClickOnce" application install. The Bootstrapper must be run the 1st time each user uses...

How do I deploy a console application?

Frequently asked Questions about Mainsoft for Java EE
Mainsoft for Java EE generates a script that you can use to run your console application outside your development environment.

Can I use Web Start to deploy server apps?

Unofficial Java Web Start/JNLP FAQ
Web Start is designed for rich desktop apps and, therefore, has currently limited support for command line apps or mission critical, 24x7x365, always-up, high performance daemons serving thousands of customers simultaneously. installation service for Java Daemons is also in the works as Java Specification Request (JSR) 96. Check out JSR 96 - Java Daemons at http://www.jcp.org/jsr/detail/96.jsp .

Can I create a customizable "ClickOnce" application?

General - Windows Forms FAQs
For example, let's say you want to define an add-in model, or provide some base forms so my customers can extend to customize the look-and-feel of my app by just dropping in additional assemblies. How can you achieve this with "ClickOnce"...
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact