Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
3 views

How to find the Target *.exe file of *.appref-ms

I have to make a Backup of the Program running from the file *.appref-ms When i Opened the File GitHub.appref-ms using text editor i found ...
-1
votes
0answers
3 views

Prevent ClickOnce To Download Application Data Files And Use Them Where They Are

I Have a Program That Install Some Software on a Client Computer. And Because Before Start It Needs .Net Framework 2, I Must Use Click Once Prerequisites To Install .Net Framework 2 First. And Before ...
0
votes
1answer
14 views

How do I update a deployed clickonce application without having to redownload every file?

I have an application with a database that I am running. I added all the dll's, exe's and db files I needed. These are content that are not going to be compiled. So I have set their Build Action as ...
1
vote
0answers
13 views

ClickOnce version not updating

My ClickOnce application is currently on version 2.0.0.12. I updated the application, changed the published and assembly version # to 2.0.0.13. When I start the application on a client desktop it ...
0
votes
1answer
20 views

ClickOnce and custom update URL

The application (.NET C#) I'm working on is being deployed at our customer's own servers, on their IIS, so we can use ClickOnce to install the application on the customers work computers. Since it's ...
2
votes
0answers
28 views

Upgrading SQL Instance through ClickOnce

I have a Winforms application that was deployed through ClickOnce that has a prerequisite of SQL Server 2005 Express. I would like to change that to SQL Server 2008 R2 Express. I was looking at the ...
0
votes
2answers
34 views

C# WinForm set ConnectionString and Entity Framework on installation

I use clickonce to deploy my program. the problem is the deployement team have to enter his conectionString on installation and write into app.config. How can I add a dialogbox (for put the ...
0
votes
0answers
14 views

one WPF xbaps hosted on two IIS virtual applications pointing to the same physical location.. one is trusted, the other isn't.. How can this be?

I have been having an issue with 'Trust Not Granted' out of no where. I have been deploying my app for a few years many many times. Out of the blue, I am having a strange issue where the same key I ...
0
votes
0answers
14 views

Reg Free COM and Click Once Winform

I've read many of the questions on here and none of them seem to fit the bill so here goes: I'm trying to integrate a 3rd party COM dll into our clickonce deployed application: I had to generate an ...
2
votes
2answers
32 views

How to Set PublishUrl of ClickOnce Application From CommandLine

I am working on a clickonce application. I am trying to publish it from command line using this msbuild Project.csproj /t:Publish /p:configuration=release; Problem is i want to set some other ...
1
vote
0answers
28 views

Build approach for creating ClickOnce packages for multiple environments

Here is my scenario: I have a WPF application which I am delivering via ClickOnce. The application has multiple environments for multiple clients (currently 9 but expecting to double that in the near ...
0
votes
2answers
40 views

Issue Deploying COM Components with ClickOnce

I'd like to publish an application developed in Visual Basic.Net 2010 which is dependent on a Com Component using ClickOnce.I've set the Isolated property of the Com object(dll kind of file) to True ...
0
votes
1answer
38 views

Get SQL to run on specific inbound port range client side

I have a issue where an application I am writing (written in .net using C#) has started to be blocked by the firewall when making SQL connections, the reason seems to be the inbound port client side ...
0
votes
2answers
33 views

How do I publish multiple applications / processes with one clickonce deployment?

I need a process with administrator privileges. From this question and answers it seems that there is no better way than to launch a separate process. Since I would rather have a process dedicated to ...
0
votes
1answer
27 views

For internal Winform applications why not just use a fileshare to deploy code instead of clickonce?

BACKGROUND We are migrating a .NET 1.1 winforms application to .NET 4.0. (about time! :-) ) The application is used only internally by my organization. The .NET 1.1 application is deployed to our ...

1 2 3 4 5 88
15 30 50 per page