View Single Post
  #5  
Old 08-03-2013, 10:33
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by Andre Jesus View Post
Could someone help me with these three questions abouve?
Thanks in advance.
1. Use this
Code:
[setup]
AppMutex=UniqueNAME

[_code]
procedure InitializeWizard;
begin
CreateMutex('UniqueNAME');
end;

Last edited by altef_4; 12-03-2013 at 11:32. Reason: CreateAppMutex->CreateMutex
Reply With Quote