0
votes
0answers
27 views

Can I deploy a class library using ClickOnce deployment?

After a thorough study of Microsoft ClickOnce deployment, I have come to conclusion that an application can be deployed and installed using ClickOnce deployment. Consider a situation when I have only ...
0
votes
0answers
22 views

ClickOnce: How to deploy two copies of the same assembly on different locations in the application deployment?

We have an 'offline' Windows application that wraps an ASP.NET application in an Internet Explorer control within a Windows form. Therefore we have a sub-tree in the application folder that is ...
1
vote
2answers
48 views

Does Visual Studio ClickOnce deployment automatically include the necessary .NET framework?

When using a ClickOnce installer, will it include the necessary .NET framework? For instance, I want to distribute a WPF application that uses the System.ComponentModel namespace, which wasn't ...
1
vote
1answer
16 views

A clickonce application was published with unchecked “application should check for updates” setting. Is there a way to update these settings somehow?

Our applicaiton is installed to some 50 users, now the version which is lastly updated for them does not check the updates. But I am still need to update the app. is there a way to to this without ...
0
votes
0answers
29 views

How to prevent validation of HTML files with a DTD instruction when deploying an application with ClickOnce?

I have a dotNet application that I am attempting to deploy using ClickOnce. I am writing a batch file for building the application manifest file and this calls mage.exe as follows: mage -New ...
0
votes
2answers
48 views

Is there a way to monitor the state of a console application?

Is there a way to monitor the state of a console application? I am trying to build a user interface which shows whether or not a console application is currently running on the server (processing ...
0
votes
2answers
46 views

Why can't my users find my ClickOnce application's exe?

I have an app and my users need to right click on files they create > Open With > Choose Programs > MyApp.exe - but they can't because they cannot find it on their system. All they can find is a bunch ...
0
votes
0answers
34 views

ClickOnce: How to deploy two identical assemblies in different folders?

I have two identical assemblies in two different release folders. When I make the mainifest, I get the warning: Two or more assemblies have the same identity. When I install the application ...
0
votes
0answers
21 views

ClickOnce application and Windows Firewall, Invalid character in program path

Looking around on the web I see lots of people with the same issue. Every time you update a ClickOnce application you have to add a new entry to Windows Firewall rules (If it is doing things over the ...
1
vote
1answer
24 views

ClickOnce-signing on continuous integration server only

Context: We are multiple developers that are working on a single Office addin. Our continuous integration (CI) server creates deployable artifacts. However, Visual Studio enforces every developer to ...
0
votes
0answers
21 views

.NET Need to reference the click once deployment version number outside the main startup project

I have a custom exception class w/ a property that stores the version number. This class is located in the logic layer (outside the main start up project). How do I reference the deployment version ...
1
vote
0answers
66 views

Detecting real path from which a ClickOnce application has been installed

I want to execute a ClickOnce application by its name, from within another C# application. My current method gets the path to the .Application file from the Uninstall registry key ...
0
votes
2answers
35 views

Clickonce application runs the first time but throws an exception the second time

I have a .NET 4.0 application. On the first run, the installer runs, and the app opens normally. If you run it when it's already installed, it throws this exception: System.BadImageFormatException ...
2
votes
1answer
55 views

ClickOnce Deployment for two projects each has its own configuration file

I am using VS 2010 SP1. I have two projects: POS (WPF application) Sync (Console application) Lib (Class libray) I added the Sync and lib assembly as a reference to the POS project. In runtime, ...
0
votes
3answers
345 views

Manifest may not be valid or the file could not be opened.

I know it is a very commonly faced problem. But, there is a slight difference, my WPF installs perfectly and runs on Windows 7 and Windows 8 OSes. But, when tried to install on a VM running Windows ...
0
votes
1answer
71 views

Issues Embedding JPG Images into a WPF Application

No matter what I do, I cannot get my jpeg image to appear when running the application. I need to be able to deploy this application with all the images present. I have an image in my resources ...
0
votes
1answer
140 views

Deployment pitfalls for VSTO and ClickOnce

I am using Visual Studio 2010 with an Excel Workbook 2007 VSTO project. It is using .NET 4 and the VSTO4 runtime. I am using ClickOnce to publish this. The prerequisites I have set are .NET 4, VSTO ...
0
votes
2answers
87 views

Choose install directory for .NET installers like GitHub for Windows, SourceTree for Windows?

Is it possible to specify a install path for modern .NET packed softwares like GitHub for Windows SourceTree for Windows As a developer I hate installers force install into system partition. ...
0
votes
1answer
576 views

ClickOnce installation generates error: System.Runtime.InteropServices.COMException, Failed to load the runtime, Exception from HRESULT: 0x80131700

This error occurs trying to deploy a WPF project through ClickOnce: Activation of [...file path...].application resulted in exception. Following failure messages were detected: Failed to load the ...
1
vote
1answer
82 views

ClickOnce application accessing web service

I have a ClickOnce application that is installed from the web, configured as a Full Trust application. The application accesses a web service from a different host than the install URL. If I ...
1
vote
5answers
732 views

does .Net 4.5 include .Net 4.0

I am developing a C# desktop application using Winforms. I created an installation strategy using visual studios click once installation tool. Luckily it provides clients to detect, download and setup ...
0
votes
1answer
36 views

ClickOnce-Prerequisite Download restarts if internet connection is dropped

I have created Clickonce setup for deployment with 4 prerequisites. On client machine, if internet connection drops while they are running setup.exe, the prerequisite download restarts. So for ...
1
vote
1answer
70 views

Running a pre-installation action on ClickOnce installation

We have a VSTO Excel COM-AddIn which is deployed as ClickOnce. This uses post installation actions by implementing IAddInPostDeploymentAction and binding it in the manifest under ...
0
votes
4answers
112 views

Defining where files are installed

I am trying to deploy a .NET application as a ClickOnce Application, but I am having trouble defining where the application is installed. I need to know this because I have to include support files. ...
0
votes
2answers
75 views

Creating A Code Signing Cert for .NET

There is a great question and answer at the link below: How do I create a self-signed certificate for code signing on Windows? I am a little confused about the two procedures listed ((a)Creating a ...
1
vote
1answer
45 views

Create Sub menu through Clickonce

It's known that clickonce creates an entry point of the application in Start->Programs->PublisherName->ProductName. But is it possible to create a sub-menu after the PublisherName? For ...
0
votes
2answers
53 views

Clickonce app with admistrative privileges

Is posible to deploy desktop application(wpf o other) using clickonce and let users to decide if they will let the app to to elevate?
0
votes
1answer
216 views

Clickonce full trust app update failing with TrustNotGrantedException on Windows 8

We have a winforms clickonce application in C# which is granted full trust and signed using a valid certificate. The application runs fine and updates correctly on Windows XP, Windows 7. However, on ...
1
vote
1answer
153 views

Linq To Sql update mdf file using clickonce

I have a application that use Linq2sql and have a database (mdf file). I using clickonce to release the application. I need to make changes in the database structure, How can i do this and update the ...
0
votes
0answers
31 views

Using the previous setup.exe with the next version of a ClickOnce application

I tried it and it worked. However, I was wondering what would be its limits. What information is stored in setup.exe (as opposed to MyApplication.application) so I'll know in case of what changes not ...
1
vote
0answers
90 views

Multiple Setup files for ClickOnce application (for different versions) - Concurrently

I want to be able to install either version of the same program (The exact same one. As in: one installation will overwrite the other.) . But I can't have them in different folders because a ClickOnce ...
1
vote
5answers
647 views

ClickOnce won't install .NET 4.5

I’m trying to deploy a WPF application using ClickOnce. The project’s target framework is: “.NET Framework 4.5”. In the VS project properties -> “Publish” -> “Prerequisites” I have checked two items: ...
0
votes
0answers
102 views

ClickOnce update from a password protected shared folder

I had a winforms application deployed on a public shared folder of a XP machine that worked perfectly. Yesterday we changed that XP machine with a Windows 2003 Server. Every time we want to open that ...
0
votes
0answers
34 views

Prerequisites-dialog showing Client-Framework for Full-Framework application

I have a Clickonce application with Target Framework set to the full .net 4.0, but on the Publish -> Prerequisites dialog it has only the Client Framework. Does it simply compute that only that ...
4
votes
1answer
58 views

Resetting IE Personal Settings Improves Application Performance

We have .NET application installed via ClickOnce on the client's workstation and in most implementations and in the office, this application is very fast. However, several clients are reporting a ...
3
votes
1answer
89 views

NLog doesn't logging with ClickOnce

I am implementing logging in my app via NLog. This is my Nlog.Config: <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" ...
4
votes
2answers
165 views

Unable to set Entry Point in Mage?

I am using Mage.exe for creating a Click Once Deployment for my winform application. After I have browsed the files and clicked on the populate button I am unable to select any file as the Entry ...
0
votes
1answer
759 views

ClickOnce application Settings vs Administrator Rights (Visual Studio, VB.NET)

In Visual Studio (VB.NET), what's the diference between enabling Application ClickOnce Settings, and adding administrator rights to my application (Using application UAC Settings)? I know that i can ...
0
votes
0answers
54 views

How to avoid .NET messages localization, when deploying with ClickOnce?

I need to support existing Windows Forms application, which uses ClickOnce technology for deployment. One of issues is a localization of .NET exception messages after deployment. E.g., I have a ...
1
vote
1answer
128 views

Two different ClickOnce applications cannot be installed on same computer

I have a .NET 4 WPF ClickOnce deployment that installs and works fine. However we also have a different .NET 3.5 WPF application which is signed with different keys that installs from the same server ...
0
votes
0answers
52 views

Clickonce upgrade for a modified application name

I have an application say "MyApplication" in place, which can be installed/upgraded through clickonce. It's obvious that the install/upgrade happens through the .application file called ...
-2
votes
2answers
78 views

Silent self-updatable - WPF Application

Good morning, We are currently in the process of finding a way to make a WFP application self-updatable. Our application will run on many PCs (that are owned by us but they are off our network, they ...
1
vote
1answer
109 views

Loading the application manifest in .net

I have a click once application deployed to a virtual machine, win7 32bit. This application uses some COM components so to get the application working I have created manifests for both the COM ...
0
votes
1answer
201 views

Creating Setups in Visual Studio 2012

I have read some blogs which say we cannot create MSI files from VS 2012. I have a below requirement could you please suggest me the recommendation. I should create a setup which will install ...
0
votes
1answer
105 views

Why is ActivationUri null by using Chrome?

When run the URL "http://localhost/?Id=User1" in IE, the ApplicationDeployment.CurrentDeployment.ActivationUri.Query returns "?Id=User1", that's right. When run the URL "http://localhost/?Id=User1" ...
0
votes
2answers
296 views

Can Google Drive web pages host ClickOnce applications?

OK, this is a long shot, but I figured it was worth asking, even if I end up looking dumb (wouldn't be the first time). With Google's recent announcement that HTML content could be published on ...
2
votes
1answer
93 views

Application works in VS, but fails once published

I have an application that runs perfectly when I run it from Visual Studio. But once I hit "Publish" and try to launch "setup.exe", I get an error message: This application could not be started. Do ...
1
vote
0answers
68 views

How to code signing application exe before clickonce deployment?

How can I code signing my application exe with a code signing certificate before clcikonce deployment? Can I add signtool command into pre-build event command line?
2
votes
2answers
150 views

Is it possible to offer a ClickOnce installater on Github?

I'm wondering if you can create a ClickOnce installer for a project and then host the installation folder on GitHub (via the downloads page)? I guess by default ClickOnce publishes the installation ...
1
vote
0answers
105 views

Cannot Run/Install/Uninstall a ClickOnce application

My office recently migrated user account profiles to a different domain. Once the user is migrated to the new domain they cannot start, uninstall or re-install the deployed .NET application. This is ...

1 2 3 4 5 9