Pascal Scripting: CreateMutex
From Inno Setup
Pascal Scripting: CreateMutex
Prototype:
procedure CreateMutex(const Name: String);
Description:
Creates a mutex with the specified name.
From Inno Setup
procedure CreateMutex(const Name: String);
Creates a mutex with the specified name.