Hello, again! I’m trying to do something really simple - I hope. In the Computer Catalog’s properties, in AEA (v7.0.223), I’m trying to set the popup duration for the various popups my clients get. So far, the only one I’ve bee able to change is the blue one (general info). Below is what I have typed into the Custom INI Settings box.
[Common]
PopupDurationBlue=2
PopupDurationRed=10
PopupDurationGreen=2
PopupDurationOrange=10
If I open up the GUI on one of my clients, I can see the how PopupDurationBlue=2 has affected the setting. Also, if I open up %programdata%\AVAST Software\Avast\avast5.ini, I can do a search for PopupDuration and I can see several instances of PopupDurationBlue=2. One is around line 179 in the Common section and it reads: PopupDurationBlue=2. The other is around line 479 and it reads: IniFile0=Common PopupDurationBlue 2. The other values never show up.