MCA,

Made the following change to the START1.KIX script, so that we don't have to introduce an environment variable.

code:
  $required_mode="no"
IF ($nt_mode = "yes")
$required_mode="yes"
ELSE
$required_mode="no"
ENDIF

Also, made the following change for the registry changes:
code:
$associat = "No" 
...
; --------------------------------------------------------------------------
; - HKCR registry update -
; --------------------------------------------------------------------------
IF $associat = "Yes"
...
ENDIF

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's