A Microsoft technology that simplifies deployment of applications by publishing to a website, where the user can install by clicking a link on a page of that website. After the initial set-up, the developer can update the application with 'one click'
26
votes
12answers
5k views
pitfalls/gotchas of click-once/smart-client deployment in .NET
I have several .NET WinForms applications that I'm preparing to convert into a click-once/smart-client deployment scenario. I've read the isn't-this-great tutorials but want to ask if there are ...
24
votes
6answers
3k views
Visual Studio 2010 RTM is not publishing with ClickOnce
Is anyone using ClickOnce with VS2010?
I’m getting the following on publish, when the solution builds fine ...
Building WindowsFormsApplication1...
Error: Cannot publish because a project failed ...
20
votes
6answers
6k views
How can you publish a ClickOnce application through CruiseControl.NET?
I have CruiseControl.NET Version 1.4 set up on my development server. Whenever a developer checks in code, it makes a compile.
Now we're at a place where we can start giving our application to the ...
17
votes
3answers
6k views
ClickOnce deploy a Windows Service?
Is it possible to deploy a Windows Service using ClickOnce? If so, how do you achieve this?
Currently we have to use a Deployment project, and the installation process could be simplified greatly by ...
17
votes
4answers
8k views
How do I get the Click Once Publish version to match the AssemblyInfo.cs File Version
Every time I publish the Application in Click Once I get get it to update the revision number by one. Is there any way to get this change automatically to change the version number in AssemblyInfo.cs ...
14
votes
4answers
2k views
ClickOnce app does not start through Process.Start(“x.abc”) with *.abc associated to ClickOnce app
I have successfully developed and deployed a ClickOnce application which registers an associated file extension, for instance *.abc. When I click on a file named x.abc or if I type x.abc from the ...
12
votes
3answers
3k views
What alternatives are there to ClickOnce?
I've used ClickOnce a lot over the years but have run up against a lot of it's limitations. What alternatives are there for web deployment?
So far the only one I've been able to turn up is ...
12
votes
8answers
5k views
Google Chrome extension for Click Once?
I have a client that wants to use Google Chrome for an internal web app we've developed(I don't blame him, I really enjoy using chrome!)
The problem is we have a win forms app that the users can ...
11
votes
5answers
4k views
How can I roll-back a ClickOnce application?
I was wondering if there was a way (hacky will do) to allow a user to go back to a previous version of a ClickOnce network deployed application?
I've looked in the docs and API and there seems to be ...
11
votes
3answers
4k views
Can I create a desktop icon for a ClickOnce application?
I have read in some of the ClickOnce posts that ClickOnce does not allow you to create a desktop icon for you application. Is there any way around this?
11
votes
2answers
2k views
What's the best way to create ClickOnce deployments
Our team develops distributed winform apps. We use ClickOnce for deployment and are very pleased with it.
However, we've found the pain point with ClickOnce is in creating the deployments. We have ...
10
votes
6answers
3k views
clickonce deployment issues
I'm working on a project deployed with clickonce, and i'm running through several issues.
There are 2 components in my software solution : a desktop client which needs .Net framework 3.5 to run, and ...
10
votes
4answers
3k views
How can I build a single instance application using Click Once?
I need to have a single instance application (as per this answer), but it needs to be deployed via click once.
The problem is that I require that click once doesn't automatically detect an update an ...
9
votes
5answers
1k views
Click-Once deployment is leaving multiple versions (yes, more than 2)
I've got a click once application that is leaving all old versions on my disk. It's an internal corporate application that gets frequent updates, so this is a disaster for rapidly inflating our ...
9
votes
4answers
352 views
Parameters in ClickOnce
Is it possible in any possible way to add to/change the .application file (or another way) of a ClickOnce deploy file to allow parameters to be specified without the need for the parameters to be ...
8
votes
1answer
83 views
Clickonce leaving behind files after upgrade
In short:
Clickonce is deleting some old files on upgrade but not all of them, its leaving behind all my content data that's included in the publish and only deleting the compiled app data inside the ...
8
votes
1answer
3k views
Clear the .Net downloaded application cache without mage.exe?
I have a .Net application that I distribute using ClickOnce and I make available online only. How do I clear the download cache from a users machine that doesn't have Visual Studio installed?
8
votes
3answers
4k views
How-to/basic tutorial to write a ClickOnce App
I can't believe this question has not been asked before, but I could not find it so...
I would like to know the basics on how to create a ClickOnce app (ie deploy via ClickOnce)
Does anyone know how ...
8
votes
2answers
503 views
What are the minimum permissions a user needs to install and run a ClickOnce app based on .NET 3.5?
Googling reveals many technical details and framework/OS prerequisites, but it seems to be hard to find a source that lists the permissions that are required for installing and running a ClickOnce ...
8
votes
3answers
2k views
Signing ClickOnce with a Certificate?
Can anyone explain the process of obtaining a certificate to sign my ClickOnce assembly(ies)? I've got a few ClickOnce apps at my company, but they are all signed with temporary certificates created ...
8
votes
3answers
2k views
.Net Encryption
Similar questions have been asked here, but their answers are not enough to me.
What I would like to know is the definite approach to encrypting connection strings in a config file. Here are my ...
8
votes
1answer
2k views
Clickonce certificate expired - not signing manifest almost solved it
I have a distributed app using ClickOnce. I went to do an update and got an error about the certificate expiring. I noticed on the signing tab that I could uncheck signing the ClickOnce manifests. ...
8
votes
9answers
24k views
Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC
Our ClickOnce application is reporting "Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC" when one user tries to run the application.
It's ...
8
votes
7answers
6k views
Why does my .net application require full trust?
I've developed a .net 3.0 application, which is deployed using clickonce.
I'd like to move from full trust to partial trust to ease deployment.
I've tried the "Calculate Permissions" tool in the ...
8
votes
4answers
2k views
Is it possible to use NGen with ClickOnce deployment?
Is it possible to use NGen with ClickOnce deployment?
8
votes
5answers
3k views
How can I renew my expired ClickOnce Certificate
I need to make some changes to a clickOnce application that I haven't touched for over a year and therefore the certificate has expired.
I've read that publishing with a new certificate will make the ...
8
votes
2answers
3k views
Can I serve a ClickOnce application with Apache?
We're testing our ClickOnce deployed application internally on IIS (Internet Information Services), but we're wondering if we can deploy it to the wider internet using Apache on Linux so we can make ...
7
votes
1answer
154 views
Changing product name with mage.exe
I need to update the applications manifest with a new value for 'product'.
With mage.exe I can update the name and publisher but NOT product. In mageUI you can do this, but I need to do it in ...
7
votes
1answer
220 views
Use ClickOnce on password protected web site
I am using ClickOnce to distribute an application from a website URL. The application has a few merge modules such as ADO ActiveSync that requires the ClickOnce installer to download the dependecy.
...
7
votes
4answers
1k views
Why does mage not generate a compatibleFrameworks attribute
We are using mage to generate our applications manifests as part of our build process. Upon upgrading to .Net 4 we now find it generates an invalid manifest.
The reason is there is no ...
7
votes
1answer
2k views
How to migrate from Visual Studio ClickOnce “Publish” wizard to MSBuild/mage deployment?
Up until now our app has been published using ClickOnce via the Visual Studio "Publish" wizard. This has been rather painful, and we've automated the process using msbuild/mage.
Unfortunately, the ...
7
votes
6answers
1k views
How do I deploy two ClickOnce versions simultaneously?
I would like the ability to have a test ClickOnce server for my applications where users can run both the production version and the test version in paralell. Is this possible?
I first tried using ...
7
votes
1answer
1k views
ClickOnce, Skip asking for update (or fail lauch if skip is selected)
I update my ClickOnce app and then when the user runs they are asked if they want to install the new version:
I am working in a highly controlled environment. When an update is available it has to ...
7
votes
2answers
2k views
How to sync Publish Version to Assembly Version in a .NET ClickOnce app?
In my C# ClickOnce app, there is an auto-incremented Publish Version in the Project->Properties->Publish tab. I'd like to display that version in my Help->About box, but the code I'm using apparently ...
7
votes
1answer
2k views
Custom action on uninstall (clickonce) - in .NET
For a .NET application installed using ClickOnce, is there any way to run a custom action during the uninstall process.
Specifically, I need to delete a few app related files (which I created on ...
7
votes
4answers
2k views
How to display ClickOnce Version number on Windows Forms
I have a windows forms application that is deployed to two different locations.
Intranet - ClickOnce
Internet - Installed on a citrix farm through Windows installer
I display ClickOnce version ...
7
votes
6answers
3k views
ClickOnce deployment with Crystal Reports prerequisite
I have a .NET Winforms app (created in VS2005) that I deploy using ClickOnce. On one of the forms I have a Crystal Reports viewer control for the user to view the reports, but in order to use that in ...
7
votes
3answers
425 views
Acquiring / accessing Citrix environment for QA purposes
We have a Windows Forms, .NET 2.0 application delivered via ClickOnce and driven by web services, that our customers occasionally wish to deploy into a Citrix environment. In some cases, the customer ...
7
votes
3answers
5k views
Serialization Assembly. Is it needed or not?
I have a .net 2.0 c# ClickOnce app and it connects to its data via Web Services. I've been told that one way to potentially speed up the application is to generate a serialization assembly ...
7
votes
6answers
2k views
Buy or Build for web deployment?
I have been evaluating the wide range of installation and web deployment solutions available for Windows applications. I will just clarify here (without too much detail, these tools have been ...
7
votes
3answers
2k views
Is it possible to deploy a native Delphi application with ClickOnce
Is it possible to deploy a native Delphi application with ClickOnce without a stub C# exe that would be used to launch the Delphi application?
The same question applies to VB6, C++ and other native ...
6
votes
1answer
152 views
Can I deploy a ClickOnce application via CD, and update via Web?
We have a vendor application that we extend and deploy via ClickOnce. The vendor also provides a 'Deployment Manager' which packages the app and any extensions into a ClickOnce deployment that we ...
6
votes
4answers
602 views
Detecting .NET version without UserAgent string
Most modern browsers (Chrome 10, Firefox 4, IE9) are all shortening their UserAgent identifiers. As a result, the supported .NET versions are no longer sent to the server.
In order to allow our ...
6
votes
2answers
262 views
Invoke mage using Powershell 2.0 and invoke operator (i.e. &)
I would like to use Powershell 2.0 to script the creation of an application manifest using Microsoft's Manifest Generation and Editing tool (mage). Specifically, I would like to be able to pass ...
6
votes
3answers
9k views
How to get folder path for ClickOnce application
I need to write a file in the same folder where a console ClickOnce .application (executable file) resides. The folder where it launches from.
I tried using Application.StartupPath & ...
6
votes
3answers
760 views
How to deploy C# code and VBA scripts in one VSTO Word addin
Underlying problem I was trying to solve is to apply custom key bindings for internal VSTO Word addin methods (develiped in C#):
Globals.ThisAddIn.Application.KeyBindings.Add(
...
6
votes
4answers
341 views
Normal Setups in Visual Studio
Just wondering if there's a way to make Visual Studio 2008 Express Edition generate normal exe files that are created by the installer for my app?
I am sick of the ClickOnce application files. I had ...
6
votes
4answers
717 views
Is it possible to obfuscate a clickonce application created on Visual Studio 2008?
I've created a WPF application and obfuscated the main .exe with an external tool.
Now I'm having trouble to publish it as a clickonce application because Visual Studio somehow is recompiling again ...
6
votes
4answers
3k views
+50
ODP.NET and ClickOnce possible?
We have a sqlserver (WinForms) application that is deployed with ClickOnce that talks directly to the database. If we are forced to port it to oracle, can ODP.NET be used with ClickOnce.
(The users ...
6
votes
4answers
960 views
Creating unsigned ClickOnce deployments with MageUI
With .Net 3.5 SP1 it is no longer required to sign ClickOnce manifest files. We've incorporated MageUI into our deployment process and would like to deploy some unsigned applications. Mage will let ...