From 6840115fd440d3ea275a44e90136ebb463aad3b8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 7 Aug 2011 16:37:45 +0000 Subject: [PATCH] Works on windows package --- build/exe/doliwamp/doliwamp.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/exe/doliwamp/doliwamp.iss b/build/exe/doliwamp/doliwamp.iss index b845dbe698d..f7ae8ef317e 100644 --- a/build/exe/doliwamp/doliwamp.iss +++ b/build/exe/doliwamp/doliwamp.iss @@ -10,7 +10,7 @@ ; only the root user with no password, stop server and catch ; files user.MY* to put them in the Dolibarr build/exe/doliwamp/mysql directory. ; -; Version: $Id: doliwamp.iss,v 1.84 2011/08/05 23:52:45 eldy Exp $ +; Version: $Id: doliwamp.iss,v 1.85 2011/08/07 16:37:45 eldy Exp $ ;---------------------------------------------------------------------------------------- @@ -397,7 +397,7 @@ begin // Remove lock file - lockfile := pathWithSlashes+'/www/dolibarr/install.lock'; + lockfile := pathWithSlashes+'/dolibarr_documents/install.lock'; if FileExists (lockfile) and not DeleteFile(lockfile) then begin themessage := FmtMessage(CustomMessage('FailedToDeleteLock'),[pathWithSlashes]);