I\'m trying to install github for windows when I received this error:
Application cannot be started. Contact the application vendor.
The error
After contacting support, they emailed me and helped me work through the problem preventing GitHub for windows from installing.
This is a problem with the ClickOnce Application Cache.
- Before proceeding make sure that you have connectivity.
- Sometimes Firewall may be blocking this *.application
- So turn off you firewall for private and public profile and then retry.
- If the issue persists, you can use the process specified below.
Windows
key and type R
.rundll32 %SystemRoot%\system32\dfshim.dll CleanOnlineAppCache
in the run dialog and hit Enter
.Then try installing the application.
If that doesn't work, there's a more manual approach to ensuring the cache is cleared - you can delete the ClickOnce Application folder directly. On Windows Vista
or higher, this will be the %LocalAppData%\Apps\2.0
directory. Simply delete the %LocalAppData%\Apps\2.0
directory and restart github for windows.
If nothing seems to happen after running the installer, you may need to restart Windows, or explorer.exe
(if using the .msi installer, the app may be in: %LocalAppData%\GitHubDesktop
)