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 ...
14
votes
4answers
3k 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
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?
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
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
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
.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 ...
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
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 ...
6
votes
1answer
153 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
603 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
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
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
2k views
Password protected .NET ClickOnce deployment?
How can I protect a ClickOnce deployed application with a password? Do I have to change the IIS settings of the web or is there a way to do it programmatically? I'm using Visual Studio 2005 (.NET ...
5
votes
2answers
76 views
One Click Applications, and detecting first launch of new version
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 ...
5
votes
1answer
478 views
Identifying target machine (32bit or 64bit) with ClickOnce deployment
I have winforms appliation and deploying that application through ClickOnce deployment. Now, I've a 3rd party dll and it has different versions for 32bit and 64bit OS.
Is it possible to deploy ...
5
votes
2answers
861 views
ClickOnce start menu icon
I have to be stupid. Searched for hours in the internet to find a solution. I couldn't find one.
How do I set the icon for my start menu shortcut, when I deploy and install my application with ...
5
votes
4answers
487 views
How do I keep .NET applications pinned to the Task Bar during AutoUpdate?
When an application deployed by ClickOnce AutoUpdate is automatically updated on Windows 7, the application becomes unpinnned from the taskbar. Is there a way to stop it from becoming unpinned?
5
votes
6answers
3k views
Deploy my DLLs to GAC for use with ClickOnce App
How do I do it? Is there any reason I shouldn't?
I have a winform ClickOnce App that has about 13mbs in DLLs that are not mine so I would have no need/ability to update them at any regular ...
5
votes
3answers
2k views
Clickonce error: missing files. Need to get missing filename
My ClickOnce app gives an error for a user: "Cannot download the application. The application is missing required files. Contact the application vendor or your system administrator for assistance."
...
5
votes
4answers
2k views
.NET - ClickOnce Install - Company Name and Application Name
What is the proper way to set the Company Name and Application Name in a ClickOnce Application?
I have a set of projects in a solution called RecordNavigator.
The GUI project is called ...
5
votes
2answers
2k views
Using MSBuild to Sign ClickOnce or Assembly Error: MSB3321
I've set up my simple project in VS2008 to use a click-once installer. I've specified that the ClickOnce manifests should be signed by our comapny's pfx file. When I set this up in Visual Studio it ...
5
votes
2answers
1k views
Where can I write my log4net log file to under ClickOnce?
When I run my application locally it writes my log4net log to the location I've configured (i.e., <file value="${LOCALAPPDATA}\TEST\Logs\debug.log" />) without a problem. However, when I deploy ...
5
votes
3answers
4k views
How does one pass command line argument to a ClickOnce application?
I have a Clickonce application that is launched from the start menu (local). I would like to be able to specify a parameter so that the application can load certain data. The application lives on a ...
5
votes
2answers
2k views
How do I check ClickOnce prerequisites after first install?
If I understand correctly, ClickOnce only checks for prerequisites with the first install of an application through the setup.exe file that contains the prerequisite information. If the user opens the ...
4
votes
1answer
96 views
Clickonce - Deploy on DVD, with offline installer
i am using VS 2010 and i am having trouble with clickonce deployment.
My goal is to Distribute application on DVD for users without internet connection to be able to install it. So it needs to ...
4
votes
3answers
162 views
Where can I safely store data files for a ClickOnce deployment?
I have been using ApplicationDeployment.CurrentDeployment.DataDirectory to store content downloaded by the client at runtime which is expected to be there every time the app launches, however now I've ...
4
votes
2answers
205 views
How do I get rid of click-once?
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.
I've gone through the project properties and unselected ...
4
votes
3answers
584 views
Outlook 2007 Addin C# - Startup Path
I am using some Win32 dlls in an Outlook 2007 add-in.
So I added the dlls, with build action "Content" and copy to local directory.
To get the path to them, I would normally use:
...
4
votes
1answer
108 views
Unit testing security model ClickOnce
I am fiddling around trying to install an application via ClickOnce - with certain minimum permissions. I'd like to unit test to assert that my application does not use any additional functionality ...
4
votes
3answers
3k views
Visual Studio 2010, Crystal Report for Visual Studio 2008 and ClickOnce
I'm in a bit of trouble here. I upgraded one of our Winforms products from VS2008 to VS2010 about 4 weeks ago. The conversion was fine but we used Crystal Reports so had to install the VS2010 ...
4
votes
3answers
1k views
ClickOnce: BadImageFormatException when running x86 package on 64 bit windows
My .NET 2.0 application imports unmanaged 32 bit dll.
The dll is loaded (first interop call happens) when user opens a file via a dialog within the application.
When I deploy the application via ...
4
votes
5answers
362 views
List of WPF functionalities that aren't in Silverlight 3
A common technical decision nowadays is whether to build a ClickOnce rich client application or a web application.
Here I'm focussing primarily on choosing between a WPF application or a Silverlight ...
4
votes
2answers
2k views
Click-Once - How to encrypt connection strings
I have a WPF application with connections strings stored in the App.config. What is the best way of encrypting these connection strings in a click-once deployment?
Thanks
4
votes
1answer
869 views
.Net ClickOnce deployment and wrong assemblies called after updated version
I have a ClickOnce application (app1) that calls dlls from another Solution (app2). I recently updated this application at one customer and a strange thing occured.
He got the new version (publish ...
4
votes
3answers
1k views
Can a clickonce app be published on Ubuntu
C# 2008 SP1
I have built an application and this is published on windows server using clickonce. The clients go to the url and can download and run the application.
The client is now changing their ...
4
votes
3answers
804 views
.NET ClickOnce and Vista start-up
We have some software we use internally which is released via ClickOnce from VS 2008.
The app needs to run on everyones computer all the time so the obvious solution is to have it in the Start Up ...
3
votes
1answer
76 views
Application.Restart not passing arguments back
This is a ClickOnce application. According to the documentation, "If your application was originally supplied command-line options when it first executed, Restart will launch the application again ...
3
votes
1answer
47 views
Prism architecture considerations for ClickOnce deployed applications
I'm creating a new application using Prism and ClickOnce, but while testing ClickOnce's hash checking for delta-only updates I noticed that I would need to make some architecture changes to take full ...
3
votes
3answers
112 views
Is there a way to add a ClickOnce application that uses .appref-ms to the system path?
I downloaded a Windows application called MarkdownPad (great app!) and would like to add it to my system path so that I can open it from the command line, e.g.
> markdownpad.exe .\something.md
...
3
votes
1answer
77 views
Clickonce update without overwriting config
I want deploy many client (WPF) with Clickonce, i would not overwriting configuration file when i update client. It is possible ?
not include the file for update ? or make a differential update ?
In ...