If you still get the error, you need to add these two customizations for the menus. If you open ht\htfrm\appmain.dfm you will see them and where they go. Paste them in after WebInfo and before the INI file link.
  inherited TrayIcon: TtpTrayIcon
    OnClick = TrayIconClick
    OnMouseDown = TrayIconMouseDown
  end
  inherited SystemPopUp: TtpSystemPopup
    object sysmiSuspend: TMenuItem
      Caption = '&Suspend'
      GroupIndex = 1
      ShortCut = 0
      OnClick = sysmiSuspendClick
    end
  end