Skip to content

jp9000/OBSInstallerUtils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 100.0%