Using mutex C# for Inno setup -


avast detect software uses c# mutex virus.

i need use not able to, code:

private static mutex meuprograma;  [stathread] static void main() {      application.enablevisualstyles();      application.setcompatibletextrenderingdefault(false);      bool creatednew;      using (var setupmutex = new mutex(false, @"alpino"))      {           application.run(new form1());      } } 

avast detects virus.

can me?


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -