Install MSDE 2000 on WES7 (Windows Embedded Standard 7)

Hi,

Has someone successfully installed MSDE on a Windows Embedded OS? on WES7?
Any trick?

I come to this type of symptoms:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=42553

In cnfgsvr.out I read :

Starting Service ...
SQL_Latin1_General_CP1_CI_AS
-m -Q -T4022 -T3659
An error occurred while attempting to start the service (1460)
SQL Server configuration failed.

In \L*v log I read (short extract):

Starting custom action ConfigServer
Executing "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\cnfgsvr.exe -V 1 -M 1 -U sa -I "VCCDBSRV" -Q "SQL_Latin1_General_CP1_CI_AS""
MSI (c) (04:2C) [12:30:02:942]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

Setup failed to configure the server. Refer to the server error logs and setup error logs for more information.
MSI (s) (C0!EC) [13:37:11:495]: Product: Microsoft SQL Server Desktop Engine (vccdbsrv) -- Setup failed to configure the server. Refer to the server error logs and setup error logs for more information.

CustomAction ConfigServer.2D02443E_7002_4C0B_ABC9_EAB2C064397B...
Action ended 13:37:11: InstallFinalize. Return value 3.

In ERRORLOG I read:

2015-05-18 12:27:42.89 server    Microsoft SQL Server  2000 - 8.00.2039 (Intel X86) 
	May  3 2005 23:18:38 
	Copyright (c) 1988-2003 Microsoft Corporation
	Desktop Engine on Windows NT 6.1 (Build 7600: )

2015-05-18 12:27:42.89 server    Copyright (C) 1988-2002 Microsoft Corporation.
2015-05-18 12:27:42.89 server    All rights reserved.
2015-05-18 12:27:42.89 server    Server Process ID is 5308.
2015-05-18 12:27:42.89 server    Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL$VCCDBSRV\LOG\ERRORLOG'.
2015-05-18 12:27:42.91 server    SQL Server is starting at priority class 'normal'(1 CPU detected).
2015-05-18 12:27:43.31 server    SQL Server configured for thread mode processing.
2015-05-18 12:27:43.31 server    Using dynamic lock allocation. [500] Lock Blocks, [1000] Lock Owner Blocks.
2015-05-18 12:27:43.34 spid3     Warning ******************
2015-05-18 12:27:43.34 spid3     SQL Server started in single user mode. Updates allowed to system catalogs.
2015-05-18 12:27:43.34 spid3     Starting up database 'master'.
2015-05-18 12:27:43.39 server    Using 'SSNETLIB.DLL' version '8.0.2039'.
2015-05-18 12:27:43.41 spid5     Starting up database 'model'.
2015-05-18 12:27:43.41 spid3     Server name is 'QFREE-PC\VCCDBSRV'.
2015-05-18 12:27:43.41 spid3     Skipping startup of clean database id 5
2015-05-18 12:27:43.41 spid3     Skipping startup of clean database id 6
2015-05-18 12:27:43.41 spid3     Starting up database 'msdb'.
2015-05-18 12:27:43.47 spid5     Clearing tempdb database.
2015-05-18 12:27:43.52 server    SQL server listening on 10.0.0.16: 50131.
2015-05-18 12:27:43.52 server    SQL server listening on 127.0.0.1: 50131.
2015-05-18 12:27:43.55 server    SQL server listening on TCP, Shared Memory, Named Pipes.
2015-05-18 12:27:43.55 server    SQL Server is ready for client connections
2015-05-18 12:27:43.61 spid5     Starting up database 'tempdb'.
2015-05-18 12:27:43.62 spid3     Recovery complete.
2015-05-18 12:27:43.62 spid3     SQL global counter collection task is created.
2015-05-18 12:27:43.62 spid3     Warning: override, autoexec procedures skipped.
2015-05-18 12:29:48.18 spid3     SQL Server is terminating due to 'stop' request from Service Control Manager.

Thanks for any support,
Cyril