msarilar / EDEngineer

An overlay to track Elite Dangerous blueprints progress in real time
MIT License
507 stars 173 forks source link

Can't install #258

Closed killzoid23 closed 7 years ago

killzoid23 commented 7 years ago

Whenever I try to install, I get a popup like this one. verifying jpg-550x0

Then this one pops up.

capture

I've tried all the wiki troubleshooting tips and running as admin.

msarilar commented 7 years ago

Right click the setup.exe, then Properties

Do you have an "Unblock" button or something similar?

jeffreywedwards commented 7 years ago

I'm having the same problem. There is no "Unblock" button in the setup.exe properties on Windows 10.

msarilar commented 7 years ago

I pushed a small update to add some signing information as well as using the manifest for trust information ; not sure this will fix your problem but worth a try

if it doesn't solve the issue you might want to try to run the setup.exe from the command line

image

jeffreywedwards commented 7 years ago

Still not working for me.

killzoid23 commented 7 years ago

Same results running from command prompt.

msarilar commented 7 years ago

You might want to try from an elevated (admin) terminal, or fiddle with your security/UAC settings (Control Panel\System and Security\Security and Maintenance) such that it gives you a fair warning with a "bypass" option instead of completely block the installer.

Apart from that, I don't see how else I could help as it's related to the security configuration of your Windows. I could give you the certificate I used to sign the app which you could add to your trusted root but I really don't feel comfortable doing that; let's try and find another way :)

killzoid23 commented 7 years ago

Same popups running command prompt as admin. I've tried all 4 of these UAC settings. capture2

jeffreywedwards commented 7 years ago

Now working for me.

Change "HKLM\SOFTWARE\MICROSOFT\.NETFramework\Security\TrustManager‌​\PromptingLevel\Inte‌​rnet" to Enabled

via

https://superuser.com/questions/1252575/unable-to-install-clickonce-application-due-to-security-settings-windows-10

msarilar commented 7 years ago

thanks @jeffreywedwards for finding the solution! I've updated the wiki to include this information