Beaniiman
Posts: 8
Joined: Tue Feb 17, 2009 9:55 pm

Auto Updater on a local server

I would like to use the auto update feature on a local server using a network share. I can not use IIS to host the folder.

Is there any way to get the auto updater to recognize that the files are being stored at a location such as \\myIntranetServer\Updates$\
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Auto Updater on a local server

Hi,

For a local server you can try using "file://" for the URLs used by the Updater. For example, the URL to an Updates configuration file can look like this:

Code: Select all

file://\\myIntranetServer\Updates$\updates.txt
Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Beaniiman
Posts: 8
Joined: Tue Feb 17, 2009 9:55 pm

Re: Auto Updater on a local server

ill give that a shot and let you know if there are any issues.
Beaniiman
Posts: 8
Joined: Tue Feb 17, 2009 9:55 pm

Re: Auto Updater on a local server

sweet, got it working like a charm.

Return to “Common Problems”