Dear,We have prepare a new package which runs with and without debug mode.
Debug mode will be activated when you have declare the environment
variable
KIX-DEBUG (= value have no meaning)
or the environment variable TMP doesn't exist. Your logon bat file
can start with
code:
set kix-debug=ok
%0\..\kix363update.exe /q
set kix-debug=
to run the installation package always in debug mode and to get
additional information about progress of installation process.After that it will run another script. First it will show a pop-up
window with a message like
Installation of Kixtart 363 started from 'c:\my documents\ixp000.tmp'."
After completion it will show following pop-up window:
Installation of Kixtart 363 completed from 'c:\my documents\ixp000.tmp'. File 'KIX363.OK' created."
or
Installation of Kixtart 363 incompleted from 'c:\my documents\ixp000.tmp'. No file 'KIX363.OK' created."
Also it will create a file with debug result. File is calling
c:\kixtart.log
Please press YES button by both pop-up windows.
When you detect your problem again please sent us a copy of file
c:\kixtart.log
We will wait on your response.
Greetings.
btw: see also topic
http://kixtart.org/board/Forum2/HTML/000583.html
btw: the code of the new script is and this script runs START1.KIX (original
installation script) or START2.KIX (script with additional debug infor-
mation).