Hi,
Seems like I read somewhere that AutomaticUpdater is being deprecated and will not be supported in next version of wyBuild. Is that correct? I need to provide automatic updates for our app that is a Windows service that installed with InstallShield and i was going to do that via AutomaticUpdater. How should I proceed?
Thanks
Use wyUpdate directly from within your app. Call it to silently check for updates, then if updates are available either prompt the user or install them automatically.