for FF in chntpw chntpw.static reged cpnt sampasswd sampasswd.static  samusrgrp samusrgrp.static; do
  install -m 755 $FF $INSTALL_ROOT/usr/bin
done &&
mkdir -p $INSTALL_ROOT/usr/sharedoc/chntpw &&
for FF in MANUAL regedit syskey WinReg; do
  install -m 755 $FF.txt $INSTALL_ROOT/usr/sharedoc/chntpw
done
