Works on windows package
This commit is contained in:
parent
325a96039a
commit
6840115fd4
@ -10,7 +10,7 @@
|
|||||||
; only the root user with no password, stop server and catch
|
; 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.
|
; 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
|
// Remove lock file
|
||||||
lockfile := pathWithSlashes+'/www/dolibarr/install.lock';
|
lockfile := pathWithSlashes+'/dolibarr_documents/install.lock';
|
||||||
if FileExists (lockfile) and not DeleteFile(lockfile) then
|
if FileExists (lockfile) and not DeleteFile(lockfile) then
|
||||||
begin
|
begin
|
||||||
themessage := FmtMessage(CustomMessage('FailedToDeleteLock'),[pathWithSlashes]);
|
themessage := FmtMessage(CustomMessage('FailedToDeleteLock'),[pathWithSlashes]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user