#!/bin/sh
#
# This is called by the InstallScript Wizard. The Wizard
# determines, sets, and exports the value of $TOSROOT before
# this is called.
# 

cd $TOSROOT/tools/src/uisp/kernel/win32
$TOSROOT/tools/src/uisp/kernel/win32/giveio-install --install

