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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -