diff --git a/Install/InstallCustomName.bat b/Install/InstallCustomName.bat index 528f41c..96afad4 100644 --- a/Install/InstallCustomName.bat +++ b/Install/InstallCustomName.bat @@ -23,7 +23,7 @@ if '%errorlevel%' NEQ '0' ( :gotAdmin pushd "%CD%" CD /D "%~dp0" - set /P "UCCAPNAME=Enter a custom filter name to register as (default is 'Unity Video Capture'): " + set UCCAPNAME="FGUnityVCam" echo Installing capture device named '%UCCAPNAME%' ... regsvr32 "UnityCaptureFilter32bit.dll" "/i:UnityCaptureName=%UCCAPNAME%" regsvr32 "UnityCaptureFilter64bit.dll" "/i:UnityCaptureName=%UCCAPNAME%"