diff --git a/installer/installer.nsi b/installer/installer.nsi index 8976bef..de0809c 100644 --- a/installer/installer.nsi +++ b/installer/installer.nsi @@ -42,8 +42,8 @@ RequestExecutionLevel admin !insertmacro MUI_RESERVEFILE_LANGDLL Function PreReqCheck - ; Check to see if OBS is Installed - ReadRegStr $0 HKLM "Software\Open Broadcaster Software" "" + ; Check to see if OBS is Installed; + ReadRegStr $0 HKLM "Software\OBS Studio" "" ${If} $0 == ""; MessageBox MB_OK|MB_ICONSTOP "${APPNAME} requires that Open Broadcaster Software be already installed." @@ -128,4 +128,4 @@ Section Uninstall SectionEnd -; eof \ No newline at end of file +; eof