0
votes
1answer
18 views
Set registry key through ClickOnce installation
I need to add my application to the startup and hence, need to set the Registry Key with the Installation path. I have got this working through the Visual Studio Setup project but …
0
votes
2answers
43 views
ClickOnce File Association
I have a console application that I'm deploying using ClickOnce. Once the user installs the program the associations are set but the associated program is the installer(ClickOnce …
3
votes
2answers
56 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 …
0
votes
1answer
18 views
Deploying using Setup project with update functionality of ClickOnce
Hi,
I want to deploy a wpf client appllication, I need to allow the user to choose a directory for the install, eg. c:\program files\myapp. Unable to do this with clickonce, I nee …
0
votes
3answers
30 views
Configuration file with ClickOnce deployment
I've been trying to modify my application to deploy and update using ClickOnce. I've managed to get the program working but I'm having trouble with the program configuration. My pr …
2
votes
1answer
43 views
Losing VB.NET “My.Settings” with each new ClickOnce deployment release
I am using the built-in My.Settings functionality in VB.NET to save application settings.
This is very convenient but I notice that each time I release a new version, the settings …
1
vote
1answer
21 views
Click Once Migrate URL
I have a Click Once App that has been published to the same location for a couple years, I now want to post an update to the program but want to migrate it to another url, is it a …
3
votes
1answer
84 views
ClickOnce CD setup tries to connect to the Internet
I'm trying to deploy an application built with VS2008 Express. The idea is to upload the files to a webserver (installation via website) and at the same time offer offline (CD) ins …
0
votes
3answers
34 views
Deploy Crystal Report dlls only using ClickOnce without using prerequisite .msi
Hi,
I believe the conventional way to deploy Crystal Report with a .NET program is to set it as a prerequisite in the publish settings and then a .msi will be packaged with the C …
0
votes
0answers
18 views
MSBuild Click-Once issues with manifest
I am getting the following error when I publish my ClickOnce application with MSBuild. I have a pre-publish task which copys the correct app.config file into the project before the …
1
vote
1answer
12 views
What causes ClickOnce URLDownloadToCacheFile failed during installation?
I'm getting the following error when installing my ClickOnce application via firefox. It doesn't happen with IE on the same computer. I swear I've installed it via firefox before. …
1
vote
3answers
24 views
ClickOnce deletes my local database when it updates.. how not to?
I'm using ClickOnce to deploy my application. When the app runs the first time, if a db doesn't exist, it creates one.
Problem is, when I update, it removes the local database. Is …
0
votes
2answers
36 views
Deploying with a folder structure.
Good day all,
I have written an application that i require to have a certain directory structure/. Nothing complex but it will need an "Images" Folder which contains two other fol …
0
votes
3answers
43 views
ClickOnce deployment: Cleaning up older versions in the server?
How can I deploy a ClickOnce application from "Publish" in Visual Studio 2008 and only keep the latest publish in the "Application Files" ?
I tend to do many "Publish"'ings.. and …
1
vote
1answer
24 views
How do you change update frequency of a ClickOnce application?
I have the update frequency of my ClickOnce application set to weekly. What is the effect of changing the frequency before I publish a new version?
Will it take effect next time …
