Unable to build the installer

vokama

New Member
Hello! The current version of the installer script (located in UI/installer/mp-installer.nsi) contains several components that seem to be incomplete:

1) The new and new/core directories. When I try to build the installer, I get this error:
LicenseData: open failed "new\core\data\obs-studio\license\gplv2.txt"
Usage: LicenseData local_file_that_has_license_text | license_lang_string
Error in macro MUI_PAGE_LICENSE on macroline 21
Error in script "C:\Users\Username\obs-studio\build\rundir\Release\mp-installer.nsi" on line 48 -- aborting creation process​

2) The OBSInstallerUtils plugin. Is it possible to download this plugin? I get this error:
Plugin not found, cannot call OBSInstallerUtils::IsProcessRunning
Error in script "C:\Users\Username\obs-studio\build\rundir\Release\mp-installer.nsi" on line 173 -- aborting creation process​
 
Last edited:
Top