huihui пре 5 година
родитељ
комит
7a6d6bcd2a

BIN
插件/atl100.dll


BIN
插件/audio_sniffer-x64.dll


BIN
插件/audio_sniffer.dll


BIN
插件/msvcp100.dll


BIN
插件/msvcr100.dll


+ 18 - 0
插件/reg.bat

@@ -0,0 +1,18 @@
+@echo off
+rem	Check that the user	properly called	this script.
+
+rem	设置APPDIR环境变量为当前服务器程序运行目录
+call :compute_pwd
+set	APPDIR=%~dp0%
+echo 设置工作目录成功
+
+echo "开始注册 screen-capture-recorder插件"
+
+regsvr32 %APPDIR%screen-capture-recorder.dll
+regsvr32 %APPDIR%audio_sniffer.dll
+
+echo "注册完成"
+
+:compute_pwd
+@FOR /F	"tokens=*" %%i in ('cd') DO	@set PWD=%%~fsi
+@goto :EOF

BIN
插件/screen-capture-recorder-x64.dll


BIN
插件/screen-capture-recorder.dll


+ 18 - 0
插件/unreg.bat

@@ -0,0 +1,18 @@
+@echo off
+rem	Check that the user	properly called	this script.
+
+rem	设置APPDIR环境变量为当前服务器程序运行目录
+call :compute_pwd
+set	APPDIR=%~dp0%
+echo 设置工作目录成功
+
+echo "开始卸载 screen-capture-recorder插件"
+
+regsvr32 /u %APPDIR%screen-capture-recorder.dll
+regsvr32 /u %APPDIR%audio_sniffer.dll
+
+echo "卸载完成"
+
+:compute_pwd
+@FOR /F	"tokens=*" %%i in ('cd') DO	@set PWD=%%~fsi
+@goto :EOF

BIN
插件/vcomp100.dll


BIN
插件/vcredist_x64.exe


BIN
插件/vcredist_x86.exe