PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WDSETUP VIA Push
WDSETUP VIA Push
Iniciado por guest, 18,may. 2016 00:01 - 1 respuesta
Publicado el 18,mayo 2016 - 00:01
Hello All,

I installed the Network setup on a new Windows server 2012 and when I pushed the install to all the clients I have a problem with the clients WDUPDATE.NET.

The 2 parameters to point back to server are wrong.

SERVEUR=C:
CHEMIN=\CT2016\INSTALL\

it should read
SERVEUR=\\10.1.1.100
CHEMIN=\CT2016\INSTALL\

Every time I run the push it writes it wrong if I go in and change it the next push over writes it.

Where on the server is this set?

DW
Publicado el 18,mayo 2016 - 11:33
Usually this happens when you run the Install_Serveur.exe on the server and choose a local dir as the install destination, if you choose to install in C:\CT2016 this problem happens if you choose to install in \\10.1.1.100\CT2016 the WDUPDATE.NET normally is ok.