Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installer/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -128,4 +128,4 @@ Section Uninstall

SectionEnd

; eof
; eof