Windows 10 ClickOnce Application installation

  • Thread starter Thread starter P DOGG
  • Start date Start date
P

P DOGG

Guest
I have multiple ClickOnce Applications that will not install on my, and others, Windows 10 PCs.

My PC is Win10 Enterprise Version 1703 Build 15063.632 on a Lenovo T570, it's not on a domain, and my user is administrator.

I get the following errors when trying to install:

Your administrator has blocked this application because it potentially poses a security risk to your computer

Your security settings do not allow this file to be installed on your computer


1132328.png

The Publisher certificate:

1132329.png

If I right-click on the ClickOnce installation file, I can unblock it, but to no avail.

1132332.png

After I unblock it, it either gives me the same error, or this one:

1132335.png

When I click on Details... this info is displayed:

PLATFORM VERSION INFO
Windows : 10.0.15063.0 (Win32NT)
Common Language Runtime : 4.0.30319.42000
System.Deployment.dll : 4.7.2046.0 built by: NET47REL1
clr.dll : 4.7.2110.0 built by: NET47REL1LAST
dfdll.dll : 4.7.2046.0 built by: NET47REL1
dfshim.dll : 10.0.15063.0 (WinBuild.160101.0800)

SOURCES
Deployment url : file:///C:/Users/pdogg/Downloads/Microsoft.Dynamics.Nav.Client%20(4).application

IDENTITIES
Deployment Identity : NAV2015StdINVENTIOITAS20150219135450, Version=8.0.0.6, Culture=neutral, PublicKeyToken=94589d90145d1c36, processorArchitecture=x86

APPLICATION SUMMARY
* Installable application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\pdogg\Downloads\Microsoft.Dynamics.Nav.Client (4).application resulted in exception. Following failure messages were detected:
+ Deployment and application do not have matching security zones.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [06-10-2017 12:58:23] : Activation of C:\Users\pdogg\Downloads\Microsoft.Dynamics.Nav.Client (4).application has started.
* [06-10-2017 12:58:23] : Processing of deployment manifest has successfully completed.
* [06-10-2017 12:58:23] : Installation of the application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [06-10-2017 12:58:23] System.Deployment.Application.InvalidDeploymentException (Zone)
- Deployment and application do not have matching security zones.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl, Uri& deploymentUri)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.





The other ClickOnce Application is a little different, but gives somewhat the same error:

1132330.png

The StatusKey program is one I got from here: StatusKey for Skype for Business - Change your presence with keyboard shortcuts sample

When I right-click the StatusKey ClickOnce installer, I don't have an option to unblock it.


Any and all help is very much appreciated!

More...
 
Back
Top