Dear,
We see that indeed kix402update is running, but the four files aren't be replaced.
Reason:
- symbol = in (=kix32.exe =kx16.dll =kx32.dll =kx95.dll) means files are
the same.
- f.e. symbol + in (+kix32.exe =kx16.dll =kx32.dll +kx95.dll) means that
the files "kix32.exe" and "kx95.dll" has been added to or updated in the directory "c:\windows\".
code:
[Kixtart W98]
kix32.exe 4.02=2002/05/27 10:37:26 -> 2002/01/18 00:00:00 204800 (build 071)
kx16.dll 4.02=2002/05/27 10:37:26 -> 2001/11/19 00:00:00 47104
kx32.dll 4.02=2002/05/27 10:37:26 -> 2001/11/19 00:00:00 49152
kx95.dll 4.02=2002/05/27 10:37:26 -> 2001/11/19 00:00:00 49152
Kixtart 4.02=installation completed at 2002/05/27 10:37:26 (=kix32.exe =kx16.dll =kx32.dll =kx95.dll) to "c:\windows\"
Kixtart 4.02 mode=update
Can you return the output of call kixcheck.
An example is:
code:
KixCheck 1.05 (c) scripting@wanadoo.nl 2001
Found as C:\WINDOWS\KIX32.EXE (18-01-2002 00:00:00 204800 bytes)
+ C:\WINDOWS\KX16.DLL (19-11-2001 00:00:00 47104 bytes)
+ C:\WINDOWS\KX32.DLL (19-11-2001 00:00:00 49152 bytes)
+ C:\WINDOWS\KX95.DLL (19-11-2001 00:00:00 49152 bytes)
path c:\windows;c:\windows\command
KiXtart environment: complete.
When a file is missing f.e. kx95.dll the output can be
code:
KixCheck 1.05 (c) scripting@wanadoo.nl 2001
Found as C:\WINDOWS\KIX32.EXE (18-01-2002 00:00:00 204800 bytes)
+ C:\WINDOWS\KX16.DLL (19-11-2001 00:00:00 47104 bytes)
+ C:\WINDOWS\KX32.DLL (19-11-2001 00:00:00 49152 bytes)
path c:\windows;c:\windows\command
KiXtart environment: incomplete. remove "c:\kix*.ok" files.
Give following code also a try
code:
@echo off
kixcheck
if errorlevel 1 echo -incomplete installation-
if errorlevel 1 goto next
if errorlevel 0 echo -correct installation-
:next
echo completed.
@echo off
greetings.