DavidRogers / kato

A Windows client for monitoring Jenkins builds
MIT License
38 stars 26 forks source link

Deliver offline installer #7

Open PW999 opened 9 years ago

PW999 commented 9 years ago

The installer doesn't work when used behind a proxy with authentication.

An error occurred trying to download 'http://fieryjoy.com/apps/kato/Kato.application'.

See the setup log file located at 'C:\Users\pwuyts2\AppData\Local\Temp\VSDC210.tmp\install.log' for > more information.

Downloading the .application doesn't fix it either:

System.Net.WebException

  • The remote server returned an error: (407) Proxy Authentication Required.
  • Source: System
  • Stack trace: at System.Net.HttpWebRequest.GetResponse() at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
DavidRogers commented 9 years ago

Thanks, Ill take a look to see if there is a quick fix for this.

sharwell commented 8 years ago

If you set up an AppVeyor build for this project, you could have the build artifacts (binaries) attached to the builds. Users looking for a download would have the option of using the artifacts from the latest build if they didn't want to use the ClickOnce installer.