clickonce

How to deploy files with a clickonce application?

I have some files, sound files (.wav and .mp3) and text files (.rtf), in my bin\Debug folder during coding, but after publishing they are nowhere to be found. My application can play sound files and these are the default sound files that are supposed to be installed with the application in the Application.Startup path. The text *.rtf f...

WPF, Clickonce and WCF

Is it possible to deploy with ClickOnce a WPF app that calls one or more WCF services? It is a "normal" WPF app, not an XBAP WPF. Does anyone has an example? ...

Best Way For Update Application.

Hi I am developing a game with WPF technology. I want to add new Features to game every third days . the size of update is important for me. my game needs to internet for start. like an online game. another challenge is size of updates. the most important note : I need to update of the program does not needing stop. what is your suggest...

ClickOnce update location - can it <sometimes> be local?

Our ClickOnce deployment has been working great for dozens and dozens of updates - every install looks at the primary publish location, and gets the updates when needed. We now have a new office that has many users and a very small Internet pipe, so they are hoping to download the update once and share it amongst the many users. Does a...

Clickonce & application certificate

Hey Guys, The company I'm working for is developing a Clickonce application. Until recently I neglected the notification unknown publisher are you sure you want to run.. since it was soleley used internally. Now the app is ready for product launch we start thinking about certifying. The discussion goes like thís. Our products needs to...

ClickOnce deployment problem

I'm having a problem deploying a click once application. I'm using VS 2008. I have a reference dll that is not being deployed. In the project properties -> publish tab -> Appication Files The referenced dll does not appearso I can't add it. The dll is not used directly in my code- however it is used by another dll that I reference. I...

C# - Process.Start a ClickOnce application? What URL?

Hi I'm 3-months new to WPF and trying to build a launchy app for fun (app launcher type thingie by name). I can't seem to launch ClickOnce applications by Process name. In other words: Process.Start("Firefox"); // will work Process.Start("MetroTwit"); // a ClickOnce app - will NOT work I've read that you should be calling it by U...

Clickonce partial deployment

It takes quite a while for VS 2005 to deploy the application to web. Most of the files are third party dlls. Is it possible that once these 3rd party dll's are deployed they are not deployed again. On publishing it seems all the files are copied again. Is there any way to avoid this? ...

update daily ==> Clickonce or UAB(update application Block)

Hi for updating an application daily which one is better for a WPF application? clickonce or UAB? or more options? thanks of your attentions :) ...

ClickOnce & TFS Automated Build and Deployments

I have an application that we use internally that is deployed through ClickOnce. We have 5 locations that I deploy the Install to manually by changing the Location Settings and running the Publish 5 times. We have TFS 2010 but I am unfamiliar with using it for anything besides Source Control. I would like to explore the possibility ...

How to inhibit ClickOnce-Update promt?

Hi all! Is there any possibility to update a ClickOnce application automatically without confirming? Thank you very much. ClickOnce prompt: ...

How do I create an installer for a .NET winforms application so it doesn't need to install?

I'm responsible for an in-house application that is deployed as a ClickOnce application. We run into issues reasonably frequently when a developer runs the tool after a a several new versions have been published (due to new features, bug fixes or whatever) and the output of the tool no longer conforms to what the developer is expecting...

ClickOnce application update throw exception about FileAssociation

System.NullReferenceException: Object reference not set to an instance of an object. at System.Deployment.Application.ShellExposure.RemoveFileAssociationCLSIDInfo(FileAssociation fileAssociation, DefinitionIdentity subId, RegistryKey classesKey, String clsIdString, String productName) at System.Deployment.Application.ShellExposure.Remo...

Running a scanning app on a 64-bit machine via ClickOnce

Okay, here's my setup. I have a c# app working perfectly on all 32-bit Windows XP-Vista-7 machine. I already have a verisign PFX to support the ClickOnce deployment and is using Atalasoft DotTwain 8.0 as the 3rd party scanner helper. When I publish my application, I choose "Any CPU" as the Platform target. When I try to make it run on ...

Install app to program files instead to user profile dir using ClickOnce

Can a WinForms exe be installed to program files instead of the user profile dir? I can have the app installed once in the program files and later all updates should go in the same location. ...

ClickOnce: How do you tell the user what the newest version is?

I have my ClickOnce application set to check for updates after it runs. Is there a way to prompt the user to tell them they aren't on the current version? ...

Registering a .NET COM interop dll works from project build but not from regasm

I am trying to deploy a .NET COM interop dll for a web application. During development, for the assembly that needs to register for COM interop, I have the "Register for COM interop" option checked under build properties. In this method, everything works just fine. However, when I deploy the ASP.NET application and try to register the a...

ClickOnce deployment for Terminal Service Recieving COM Error

I've deployed a desktop application utilizing 3rd party dll's to a test terminal server in order to report its viablity. In my testing I've received this error: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in General Purpose.dll Additional information: Creating an instance of the COM component with CLSID {8...

what are the disadvantages of using ClickOnce Deployment in .Net?

Can someone tell me some disadvantages of ClickOnce deployment with respect to other means of deployment? ...

Firefox launching Clickonce: Anyway to determine if Add-on is installed?

I have a Clickonce application that installs fine in Firefox if the .Net Framework Assistant Add-on is installed (and enabled). If it is not installed or enabled, it doesn't work as expected. I'm using an ASP.Net page to do some prerequisite checks and would like to detect of the Assistant is installed, but haven't had luck finding anyt...