by Wyatt » July 27th, 2012, 6:30 pm
I'm not sure I understand. It's exactly as easy as it looks. Put the code in your Windows service with all the other AutomaticUpdater code. Also, change the proxy server to whatever you use at your company.
For example, if you're using our WindowsService example using the AutomaticUpdaterBackend, then simply change that code snippet to this:
- Code: Select all
auBackend.wyUpdateCommandline = "-proxy:\"http://proxyserver:80/\"";
And put that in the OnStart() method.
I'm not sure I understand. It's exactly as easy as it looks. Put the code in your Windows service with all the other AutomaticUpdater code. Also, change the proxy server to whatever you use at your company.
For example, if you're using our WindowsService example using the AutomaticUpdaterBackend, then simply change that code snippet to this:
[code]auBackend.wyUpdateCommandline = "-proxy:\"http://proxyserver:80/\"";[/code]
And put that in the OnStart() method.