Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boxstarter error in Edge #87

Open
johnnyramrod opened this issue May 7, 2020 · 2 comments
Open

Boxstarter error in Edge #87

johnnyramrod opened this issue May 7, 2020 · 2 comments

Comments

@johnnyramrod
Copy link

Microsoft docs tell me I have to use Edge to have the installer work (see here: https://docs.microsoft.com/en-us/learn/modules/introduction-to-windows10-dev/2-installing-tools-automatically).

However, when trying to launch the Full App install, it fails.
Error Summary in log says:

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\xxxx\Downloads\Boxstarter.WebLaunch.application resulted in exception. Following failure messages were detected:
+ Deployment and application do not have matching security zones.

Don't know what this actually means or how to resolve it. I'm not getting asked to elevate permissions etc. I am logged in with an admin account.

@JensMertelmeyer
Copy link

Same error message for me. I never even heard of .application files and I have no idea what is actually happening.

In case it helps, here is the stack

FEHLERDETAILS
	Folgende Fehler wurden bei diesem Vorgang entdeckt.
	* [2020-08-07 22:32:16] System.Deployment.Application.InvalidDeploymentException (Zone)
		- Die Bereitstellung und die Anwendung haben keine übereinstimmenden Sicherheitszonen.
		- Quelle: System.Deployment
		- Stapelüberwachung:
			bei System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
			bei System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
			bei System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
			bei System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl, Uri& deploymentUri)
			bei System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
			bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
			bei System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
			bei System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

@TaffarelJr
Copy link

TaffarelJr commented Dec 30, 2020

A .application file is a launcher for a ClickOnce application. The browser downloads it like a normal file; but then if the browser recognizes it (pretty much only IE and Edge, since it's a Microsoft technology), then it will follow the instructions within to download the rest of the application files from the same host, and execute them.

However it seems the feature is disabled by default in the current version of Edge. I got it to work by opening Edge, navigating to edge://flags/#edge-click-once and setting it to Enabled, then closing and re-launching Edge as Administrator (just in case) and navigating back to the Boxstarter URL.

Hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants