PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD] Reference Installation
[WD] Reference Installation
Iniciado por guest, 13,may. 2015 21:20 - 2 respuestas
Publicado el 13,mayo 2015 - 21:20
Hi
Our app is installed on various workstations from a reference install on D:\ drive on the server. The server has recently been replaced and D:\ drive no longer exists. The data has been restored and is now mapped as G:\. Updates fail though because the reference path still points to D:\. and I can't find where that is being stored. The system administrator advises that for various reasons it is not possible for D:\ drive to be reinstated.

Any idea where I can go to change the reference path? I've searched through the registry but can't find anything there.

Thanks

David
Publicado el 13,mayo 2015 - 22:16
David,
from the top of my head there is a file called WDUPDATE.NET in your application directory. Maybe hidden?
You can open it with notepad and change your D: to G: there.
Publicado el 14,mayo 2015 - 00:27
That's it, thanks Arie.

The .NET suffix threw me, didn't think it would be a text file so didn't even try to open it.

David