Dear,
Very important is it to keep your kixtart client installation separate
from script. A wrong way of calling your script may hang it by a share
violation error.
To make a client installation easy you can use one of our iexpress packages,
which you can find on our site.
F.e. we are using following script for all windows versions.
code:
@echo off
if not exist %windir%\kix412.ok %0\..\kix412update.exe /q
if exist %windir%kix32.exe %windir%\kix32.exe %0\..\your_script.kix
if not exist %windir%kix32.exe %0%\..\kix32.exe %0\..\your_script.kix
@echo off
The iexpress installation package kix412update.exe can be found on our site.
For more information about it see topic KIX-TOOL: fast check of local
installed KiXtart files for users of "kix???update.exe"
greetings.
btw: symbol
on our homepage has been linked to related http://kixtart.org topic.