From e9a0b417957bfbfb54cc3e856765ce92ced80c16 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sat, 19 Sep 2020 23:48:47 -0700 Subject: [PATCH] UI: Add file-in-use check for virtualcam module dlls --- UI/installer/mp-installer.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/installer/mp-installer.nsi b/UI/installer/mp-installer.nsi index 371198bc3..a80655d05 100644 --- a/UI/installer/mp-installer.nsi +++ b/UI/installer/mp-installer.nsi @@ -232,6 +232,8 @@ Function PreReqCheck OBSInstallerUtils::AddInUseFileCheck "$INSTDIR\data\obs-plugins\win-capture\graphics-hook32.dll" OBSInstallerUtils::AddInUseFileCheck "$INSTDIR\data\obs-plugins\win-capture\graphics-hook64.dll" + OBSInstallerUtils::AddInUseFileCheck "$INSTDIR\data\obs-plugins\win-dshow\obs-virtualcam-module32.dll" + OBSInstallerUtils::AddInUseFileCheck "$INSTDIR\data\obs-plugins\win-dshow\obs-virtualcam-module64.dll" OBSInstallerUtils::AddInUseFileCheck "$APPDATA\obs-studio-hook\graphics-hook32.dll" OBSInstallerUtils::AddInUseFileCheck "$APPDATA\obs-studio-hook\graphics-hook64.dll" OBSInstallerUtils::GetAppNameForInUseFiles