PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → using Microsoft Office 365 for WD Installs
using Microsoft Office 365 for WD Installs
Iniciado por guest, 05,nov. 2014 20:19 - No hay respuesta
Publicado el 05,noviembre 2014 - 20:19
Has anybody used a Microsoft Office 365 account to distribute/update Windev spplications?

Up until now I am using a server type install.
My applications (and updates) are first installed on a client's HTTP Server.
When the app runs from a client computer, it checks for newer versions on the "assigned" HTTP Server Site and if needed it automatically downloads and installs the newer version.

Everything is done automatically by PCSofts installer and i t works GREAT.

But, somebody has to install NEWER versions on the internal HTTP Server.

What I wan't to do is let the internal HTTP Server/Site check for updates on the internet and update itself if needed.

I know that this can be done automatically with the installer, but I don't want to "service" the updates from my HTTP Server, cause I really don't have the bandwidth to do it.

So I was thinking of using my companies Office 365 Cloud account to do it ...

Any Ideas?