clickonce

ClickOnce and GAC

久未见 提交于 2020-02-03 05:43:27
问题 I have WinForms application .net 3.5. I deploy it using clickonce in intranet with several client machines. I publish application in intranet web server (http://desbiz/CarwinClickOnce). In developer environment (my PC), my application uses GAC assemblies, like Fk.Security.Common.dll v.1.0.0.0. In tab Publish -> Application files in Properties of WinForms application csproj, I set value Include for Fk.Security.Common.dll reference. Now, some client machines have Fk.Security.Common.dll v.1.0.0

Clickonce messagebox on install: Strong name signature not valid for assembly microsoft.mshtml.dll

送分小仙女□ 提交于 2020-02-01 03:27:24
问题 I've just started to get the following error in my clickonce application. I have just installed visual studio 2013 on my machine prior to this "Application validation did not succeed. Unable to continue. when i click into details I get Activation of C:\Temp\ClickOnce\myApp\myApp.application resulted in exception. Following failure messages were detected: Strong name signature not valid for this assembly Microsoft.mshtml.dll. I also get two warnings but I do not believe they are the cause of

Is there a NuGet equivalent for deploying content to end users?

痴心易碎 提交于 2020-01-31 09:36:46
问题 I have a c# application and I am mainly concerned with pushing out automatic updates to clients running my software. These updates can be anything from a new / patched dll to new resource file. I know I can create a ClickOnce application to get part way there, but it doesn't allow much control as I would like (for example, I want to be able to easily "bundle" 3rd party components with my software or be able to have the user decide which components they want to have updated). I see that

Download customized setup from url with the query string parameters

谁都会走 提交于 2020-01-30 09:33:09
问题 I made a windows service application that I want to create a setup file. When User request application via our website url with query parameters, (Eg: http://test.com/setup.exe?id=1212) I need to change the current app.config key value to that query parameter value. I also need to update this application automatically when new release is ready. So ClickOnce or squirrel for windows might be an option but as I couldn't find way to achieve above task. Following questions are bit similar but don

ClickOnce Setup instantly stops executing

这一生的挚爱 提交于 2020-01-25 10:58:07
问题 I've got a problem with a ClickOnce Setup and have absolutely no idea what I'm doing wrong... I'm trying to publish a VSTO AddIn for Outlook 2013 using VS2012. However when I click on the Setup.exe created by the ClickOnce Publish the Setup shows the small installation window for about half a second and then instantly disappears again. This without showing any error message or generating any event log entries at all. The ClickOnce manifest is signed with a test certificate (self-signed

ClickOnce + .NET client profile framework + SQL Server Compact + offline installation

让人想犯罪 __ 提交于 2020-01-24 12:38:10
问题 I have issues with prerequisites while trying to publish my Windows .NET 3.5 application using ClickOnce. I want my application to work offline as well as online, so I want to include the prerequisites in the installation and not make the client download them via the internet. My prerequisites are: .NET Framework Client Profile SQL Server Compact 3.5 I have downloaded the .NET Framework Client Profile Offline Installer. I installed it and put the DotNetFx35Client.exe in this location: C:

Installing ClickOnce published DPI-aware application

给你一囗甜甜゛ 提交于 2020-01-22 20:10:45
问题 I have a problem that drives me mad. I use visual studio 2010 professional. I create the dpi-aware application in the way that Microsoft showed here, which is in general adding a manifest to the application containing this: <?xml version="1.0" encoding="utf-8"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" > <asmv3:application> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">

ClickOnce update cancelled by user and it never asks for an update again

你。 提交于 2020-01-22 09:30:15
问题 I've a Windows Forms application, and it is deployed through ClickOnce. During launch of the application it checks for an update and prompts the user for the same. If the user choose not to install the update for that session, it doesn't ask anymore. Is this by design or am I missing any setting? How do I make it prompt the user for an update next time he launches the application? 回答1: When the user clicks "Skip", it means "Ask me again in 1 week". There is no way to adjust this time delay.

Using MSBuild to sign ClickOnce or assembly results in error MSB3321

北慕城南 提交于 2020-01-21 04:55:08
问题 I've set up my simple project in Visual Studio 2008 to use a ClickOnce 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 asked for the password for the PFX file, which I gladly supplied. Everything works fine when I build and publish from within Visual Studio. It also works fine building from MSBuild on my machine. However, when I try to build it using MSBuild on our build machine, I get the following

How do you include many additional files with ClickOnce deployment?

Deadly 提交于 2020-01-19 13:02:56
问题 I am trying to deploy my first WPF, C# application to many desktops. For most records in the case database there is a large PDF which I want to store separate from the database and is displayed when a button is pressed (PDF filename equals the id number). It is a search only program, no data is being saved back to the database by users. There are approximately 32,000 pdfs and this number will grow. When I tried to list these files in the project and use ClickOnce to Deploy VS said I had