Questions tagged [oneclick]

63 questions
0
votes
1 answer

OneClick application deployment issue

We have a WPF oneclick application where we have content that is updated from the web server and the files are copied into the application content directories. It seems that there is a directory that is where content is read from but I can't find…
0
votes
0 answers

How can I force an oneclick application to restart and update?

I have a OneClick WPF application deployed but unfortunately I am having trouble updating the application.Previously, I was using Application.Deployemnt's update() function, but since Application.Deployment is no longer available, how do I go about…
0
votes
1 answer

1-click application validation failed MonoCecil.dll c#

I have a problem running my 1-click application. It stopped working with an error code "Application validation did not succeed". The problem is related to Mono.Cecil.dll and related signature validation. If I turn publish status of Mono.Cecil.dll to…
0
votes
0 answers

One click build

Could anyone please help the steps I need to follow Problem statement: create a dashboard in newrelic to consolidate the build job metrics running on Jenkins Note: eg: when we trigger one click build the all the Jenkins job metrics should show in…
0
votes
1 answer

C# Winforms change taskbar icon

I have an old legacy system that uses Winforms and is published with the built in One click, I look after 3 different installs and each one has its own database it connects to, so its been set up that when a different system is click, it check…
Conor Drew
  • 91
  • 1
  • 7
0
votes
3 answers

One-click download button for a giphy gif

I want to create a one-click download link for images. I get inconsistent results with the html5 download attribute. W3 schools has a working example triggering a download: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_a_download When…
Luke Graham
  • 109
  • 1
  • 6
0
votes
0 answers

Can adding NLog cause “Value Does not fall in the expected range” with ClickOnce Deployment

EDIT: After reading an answer in the post provided by @Julian in the comments, I now have an edit to this question. How do I execute rundll32 %windir%\system32\dfshim.dll CleanOnlineAppCache when my application checks for an update and sees that…
Mandelbrotter
  • 2,216
  • 2
  • 11
  • 28
0
votes
1 answer

visual studio generated msi vs gpo: This advertised application will not be installed because it might be unsafe

I have outlook vsto addin with oneclick installer (vsto manifests etc) that is bundled with MSI. This is done to be able to install it with Group Policy (as I learned oneclick cannot be really deployed with GPO, it needs MSI). This msi works fine if…
JamesJ
  • 1
  • 2
0
votes
1 answer

How Do I Code One-Click WordPress Plugin Updates?

My client wants me to make a plugin and sell it through a membership subscription system. They asked how they can roll out updates for this plugin. Typically I have had the plugin intercept the dashboard viewing after a login into wp-admin. It then…
Volomike
  • 23,743
  • 21
  • 113
  • 209
0
votes
0 answers

Publish a wpf project with request execution level 'requireAdministrator'

I want to publish my WPF application with the "requestedExecutionLevel" requireAdministrator because the application is doing registry entries. As i saw in questions like this one: "ClickOnce does not support the request execution level…
eDonkey
  • 606
  • 2
  • 7
  • 25
0
votes
0 answers

RecyclerView OnItemClick open different activity depending on where the inquiry came from

[] I have a list of categories and list of products, going directly to the list of categories and clicking on the Item in RecyclerView redirects me to the activity where I can edit the category, and follow if it is possible that when adding a new…
user11202780
0
votes
1 answer

Microsoft Azure Storage denying my OneClick application from downloading

Through MAS, I have a blob container setup with public access level set to "Public read access for blobs only", allowing for a download of the setup.exe by visiting "https://myblob.blob.core.windows.net/myprogram/myprogram.htm". The problem stems…
0
votes
0 answers

Archive URL not found when trying to deploy using heroku buttons

I am facing an error while trying to install an app using a heroku button (https://heroku.com/deploy?template="app_url"). This used to work all the time. Am I missing anything?
0
votes
1 answer

How to automatically update a .net app on startup when released to a network location

Current setup: .Net application VSTS release definitions What would be the best way have an application automatically or manually update on or before application startup? Given: -A network drive containing the last 5 releases .../bin/release/{stuff…
Chalikov
  • 143
  • 1
  • 10
0
votes
1 answer

Is it possible to detect if a user is currently signed in, given a specific e-mail account?

Use Case: I would like to be able to activate a link only if the user is logged-in to their e-mail provider. Conditions: The easiest way would be to require the user to authenticate before they can access the link. This will ensure that they…