Page 1 of 1

How to install OpenDope on Windows 10

PostPosted: Thu Jun 03, 2021 5:05 am
by chataw09
Hi I'm trying to install http://dev.plutext.org/opendope/setup.exe

But I'm getting this error

Name: OpenDoPE old add-in
From: http://www.opendope.org/downloads/autho ... E_Wed.vsto
************** Exception Text **************
System.Security.SecurityException: Customized functionality in this application will not work because the certificate used to sign the deployment manifest for OpenDoPE old add-in or its location is not trusted. Contact your administrator for further assistance.
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustPromptKeyInternal(ClickOnceTrustPromptKeyValue promptKeyValue, DeploymentSignatureInformation signatureInformation, String productName, TrustStatus status)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustUsingPromptKey(Uri manifest, DeploymentSignatureInformation signatureInformation, String productName, TrustStatus status)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.ProcessSHA2Manifest(ActivationContext context, DeploymentSignatureInformation signatureInformation, PermissionSet permissionsRequested, Uri manifest, ManifestSignatureInformationCollection signatures, AddInInstallationStatus installState, TrustStatus sha256TrustStatus, X509Certificate2 sha256PublisherCert)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySecurity(ActivationContext context, Uri manifest, AddInInstallationStatus installState)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
The Zone of the assembly that failed was:
MyComputer


I try this solution also:
1. regedit
2. Go to \HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\.NETFramework\Security\TrustManager\PromptingLevel
3. I change the value:
Internet has the default value AuthenticodeRequired and UntrustedSites has the value Disabled

But still can't install it

Thank you

Re: How to install OpenDope on Windows 10

PostPosted: Thu Jun 03, 2021 7:18 am
by jason
That's the old add-in and is no longer supported. The error is probably because the code signing certificate has expired.

Instead, you can use for authoring:-

1. An authoring tool aimed at less technical users is available from http://www.opendope.org/downloads/autho ... /setup.exe This tool uses the drag/drop approach Microsoft has introduced in Word 2013.

2. An authoring tool primarily for the interactive use case, for non-technical authors. This authoring tool completely hides the scary XML (but assumes a fixed XML format). See further https://github.com/plutext/OpenDoPE-NoXML-WordAddIn; the installer is https://github.com/plutext/OpenDoPE-NoX ... n-1_20.exe

Re: How to install OpenDope on Windows 10

PostPosted: Thu Jun 03, 2021 1:33 pm
by chataw09
Hi Jason, thank you for your response

I would like to know if selecting an element to bind to the plugin showed the raw xml as on png screenshot. ( Please see the attached photo )
Can I find it there?

Cause I have array type and need to do mapping

Cheers,
Charlene