// Format:
// CategoryID=Name;Publisher;InstallDir
// Wildcards can be used like ? or *
// if any field is * only => anything is true for this field
// CategoryID for pre-defined categories are GAMES MULTIMEDIA WORK INTERNET FRAMEWORKS TOOLS SECURITY DRIVERS
// example = GAMES=*;G.O.G.;* => will sort ANY software from publisher "G.O.G." into "Games"

FRAMEWORKS=*Java*;*Oracle*;*
FRAMEWORKS=node.js;*;*

FRAMEWORKS=*OpenAL*;*;*
FRAMEWORKS=*Npcap*;*;*

FRAMEWORKS=*Redistributable*;*;*
FRAMEWORKS=* Runtime*;*;*

// Special
FRAMEWORKS=*Microsoft Edge Update*;*;*
FRAMEWORKS=*-CLR-*;*Microsoft*;*
FRAMEWORKS=* CLR *;*Microsoft*;*
FRAMEWORKS=*Framework*;*Microsoft*;*
FRAMEWORKS=* engine*;*Microsoft*;*
FRAMEWORKS=* Server*;*Microsoft*;*