AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

Get Update From Shared Network Resources

Open NabaviFard-Mahdi opened this issue 3 years ago • 3 comments

How to get update from Shared Network Resources? ex: 192.168.1.100\Update\AutoUpdater.xml 192.168.1.100\Update\UpdateFile.zip

NabaviFard-Mahdi avatar Oct 16 '21 09:10 NabaviFard-Mahdi

How to get update from Shared Network Resources? ex: 192.168.1.100\Update\AutoUpdater.xml 192.168.1.100\Update\UpdateFile.zip

same question, cause not every computer connected to internet

aphestark avatar Dec 01 '21 23:12 aphestark

Hello,

In order to achieve this for my LAN, I've wrote like below: XML: \\192.168.1.100\Update\UpdateFile.zip Code: AutoUpdater.Start(@"\\192.168.1.100\Update\AutoUpdater.xml");

It works well for me. I can access the files whether by IP or local server name (eg: \\Server-Name\Update\UpdateFile.zip)

If I got it right, hopefully it will help you.

NedSeby avatar Feb 23 '22 11:02 NedSeby

wow, tks Ned

aphestark avatar Feb 24 '22 22:02 aphestark