在windows上全自动安装 LiteLoaderQQNT 和 LLOnebOT。
Fully automatic installation of LLOneboT and LiteLoaderQQNT on Windows.
双击exe是你需要的全部,如果遇到网络问题,就多尝试几次。
Double clicking the exe is all you need, just try a few more times if you have network problems.
你可以通过编写配置文件llob_install.json
来指定QQ.exe
的目录,如:
{
"qq_exe_path":"D:\\NTQQ\\QQ.exe"
}
你也可以将llob_install.exe
拖入QQ.exe
所在目录再运行。
否则,将自动从Windows注册表中读取QQ.exe
的安装路径。
优先级:配置文件 > llob_install.exe 目录 > 注册表
You can specify the directory of QQ.exe
by writing a configuration file llob_install.json
, like this:
{
"qq_exe_path":"D:\\NTQQ\\QQ.exe"
}
Alternatively, you can drag llob_install.exe
into the directory where QQ.exe
is located and then run it.
Otherwise, the installation path of QQ.exe
will be automatically read from the Windows registry.
Priority: Configuration file > llob_install.exe directory > Registry
MIT