Skip to content

Daniel-Noethen/OBSInstallerUtils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBSInstallerUtils

This library is designed to be used with NSIS (Unicode version). It provides the following features:

OBSInstallerUtils::IsProcessRunning
OBSInstallerUtils::IsDLLLoaded
OBSInstallerUtils::AddInUseFileCheck
OBSInstallerUtils::GetAppNameForInUseFiles
OBSInstallerUtils::KillProcess

AddInUseFileCheck expects a full path. Can be called multiple times. Afterwards, call GetAppNameForInUseFiles and $R0 will be a nicely formatted list of applications that are using the specified files.

KillProcess takes a substring match on the full path.

Other functions sets $R0 to 1 if true.

Example usage: https://github.com/jp9000/obs-studio/blob/master/UI/installer/mp-installer.nsi

About

Extra features for the OBS Installer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • CMake 2.4%