clickonce

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

送分小仙女□ 提交于 2019-12-03 04:27:07
问题 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 http://github-windows.s3.amazonaws.com/GitHub.application#GitHub.application, Culture=neutral, PublicKeyToken=8f45a2159c87c850, processorArchitecture=x86 Where is the Target Pointing in the LocalDisk, Editing the PublicKeyToken Resulted in Default or Null Icon. Editing the URL Resulted in "Application Cannot Start". How is *.appref-ms Targeting the Exe???

Unable to apply publish properties for item X

流过昼夜 提交于 2019-12-03 04:08:12
Whenever we do a build in our main solution we receive the following warning: Unable to apply publish properties for item "microsoft.visualstudio.qualitytools.unittestframework". Has anyone seen anything like this before? Any ideas on how to fix this? It happens on all of our developer machines and also on our TFS build server as well. However, it only appears in Debug mode. It appears that the issue is related to ClickOnce. Navigate to the project, right click on it and click on properties. Go to the Publish tab and click on Application Files. Check the 'Show all files' checkbox and scroll

What are the web server requirements for ClickOnce deployment?

别等时光非礼了梦想. 提交于 2019-12-03 03:45:01
问题 I am developing a Windows .NET 4 desktop application for a client and am considering using ClickOnce for deploying it from the client's website. I also plan on deploying application version upgrades from their website. I've read through many ClickOnce-related questions on Stack Overflow and still don't have a good idea of what needs to happen for me to publish the application to a web server using ClickOnce. What does my client need to set up on their web server for me to publish my

Updating deployment manifest for a ClickOnce application programmatically results in missing <compatibleFrameworks> element, required in 4.0

这一生的挚爱 提交于 2019-12-03 03:28:54
I'm working on automating the installer for a .NET 4.0 ClickOnce WPF application, which needs a few items to be set in the app.config file. I've gone through the thorny process of finding specific steps I must follow using Mage.exe (that is, update and re-sign application and deployment manifests) and now am trying to automate it for installation. I opted to use .deploy extension to minimize issues with IIS /Internet Explorer security mechanisms, so essentially the algorithm is as follows (based on Signing and re-signing manifests in ClickOnce (Saurabh Bhatia) and Update Configuration of a

Making ClickOnce Updates Mandatory?

蹲街弑〆低调 提交于 2019-12-03 02:52:16
Currently in an application I'm building I have it check for updates, and it gives the user the option to install or not to install the updates. I want it to just automatically install the updates no matter what. How can I make this change? Automatic Updates Choosing a ClickOnce Update Strategy ( Making Updates Required ) One options is to set up automatic updates to your software and mark them as required by setting the minimum required version in your deployment manifest. You can set this in the properties dialog in Visual Studio, or through configuration with the following tag: <deployment

How do I get the ClickOnce Publish version to match the AssemblyInfo.cs File version?

為{幸葍}努か 提交于 2019-12-03 02:42:19
问题 Every time I publish the application in ClickOnce I get get it to update the revision number by one. Is there a way to get this change automatically to change the version number in AssemblyInfo.cs file (all our error reporting looks at the Assembly Version)? 回答1: We use Team Foundation Server Team Build and have added a block to the TFSBuild.proj's AfterCompile target to trigger the ClickOnce publish with our preferred version number: <MSBuild Projects="$(SolutionRoot)\MyProject\Myproject

Signing ClickOnce with a certificate? [closed]

时光怂恿深爱的人放手 提交于 2019-12-03 02:18:26
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . What is the process of obtaining a certificate to sign my ClickOnce assembly(ies)? I've got a few ClickOnce applications at my company

Pitfalls/gotchas of ClickOnce/smart-client deployment in .NET [closed]

可紊 提交于 2019-12-03 01:58:32
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I have several .NET Windows Forms applications that I'm preparing to convert into a ClickOnce/smart-client deployment scenario. I've

How to display ClickOnce Version number on Windows Forms

偶尔善良 提交于 2019-12-03 01:47:21
问题 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 number for click-once deployed version ApplicationDeployment.IsNetworkDeployed . if (ApplicationDeployment.IsNetworkDeployed) return ApplicationDeployment.CurrentDeployment.CurrentVersion; But for the non-click application, I am not sure how to retrieve clickonce version unless I hardcode the version

How do you set up a file association with a click-once application?

流过昼夜 提交于 2019-12-02 23:48:14
I have a click-once application. I have an associated file that I store the application's data in. When a user clicks on one of these files I want it to open the click-once app and load the file. I can set up the file association in the publish, the icon and name is correctly set. Clicking on the file opens the application, but the application doesn't seem to be passed the path to the file - the command arguments are empty. How do I get it so that the path to the file is passed to the application? When using Click Once, arguments are not passed in on the command line, they are passed in