-
Notifications
You must be signed in to change notification settings - Fork 89
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
Not able to install IdFix tool on windows server 2016 #20
Comments
Thanks for reaching out with your question. Did you review the indicated log file and were there any hints as to what might be causing the problem? |
Hi Patrick. The following properties have been set:
Just tried it in another server but with Windows Server 2012 and it installed without problems. Cheers, |
I had the exact same issue on 2016. Wondering if this is not a TLS versioning issue. |
Just to check if you have any feedback on this. |
I installed IdFix on a Windows 2016 VM and it worked.
The error, |
This might be a networking issue. Have you tried this from another network or location? |
I have been using IDFix for years without issue. This version is the first that is causing me issues. I am having to install a version that is four years old. It is clear there is something going on with this packaged click to run version. Like the PowerShell Gallery that began enforcing TLS1.2 I am wondering if this is not a similar issue? |
Going to tag in #17 and #22 into this issue as they are all install related to join the conversation. While looking at the August release we were still unable to duplicate these install issues. We just released 2.3.0.0 - please give that a try and see if somehow it fixes the install problem - though I am not aware of why it would. We did test out various TLS versions and couldn't find a way to duplicate the reported behavior. Since multiple people report it something is not working, we just can't yet figure out what. |
Getting the same error on 2012r2, trying the latest 2.3.0.0. Similar log file and exact same HRESULT. I did find a workaround that let me install & run IDFix, at least in my specific scenario:
|
This issue occurs for me when SSL caching is disabled. The following registry change fixes the issue, it can be changed back immediately after installation if necessary: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] |
Jake's fix didn't work for me on a brand new server 2019 install (converted from eval), but the registry change did the trick. |
The registry change worked here also on Server 2016
|
i encountered this issue on an Windows 2019 server standard. The registry fix posted by Tripwyr above worked. |
The registry change also worked on Server 2012R2 |
that registry change worked on Windows Server 2019 as well |
If everyone is wondering. Also, workaround provided by Trypwyr, is working on Windows Server 2022 |
An MSI is available for install to those that cannot run the ClickOnce application: https://github.com/microsoft/idfix/tree/master/MSIs |
This worked for me also on Server 2016 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] |
needed on Windows Server 2022 as well. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] |
worked form me on Windows Server 2019 Datacenter. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] |
ERROR DETAILS |
MSI installer worked for me on Windows 2022 Server machine. |
some error because Microsoft disabled SSL caching
|
server manager "ie enchanced security: off worked for me |
This was it for me. |
Worked from me on Windows 2019 Standard as well |
This resolved my issue, thank you. |
Category
Version
2.2.00
Expected / Desired Behavior / Question
I'm having some customers complaining about not being able to lunch IdFix tool from the setup file. I am having the same issue on a windows 2016 server but on windows 10 it works without any issues... Version 2.2.00
Error message:
Launching Application.URLDownloadToCacheFile failed with HRESULT '-2146697208'
Error: An error occurred trying to download 'https://raw.githubusercontent.com/Microsoft/idfix/master/publish/IdFix.application'.
I am able to open the URL manually in the browser.
Any idea what might be causing this?
Thanks in advance!
Cheers,
Pedro
The text was updated successfully, but these errors were encountered: