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

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -