EvilDragon wrote:Heh. Well it makes no sense. I have a 100 other VST3 plugins they all don't set the -s flag.
I found the issue, the installer does indeed set some attributes on the installed vst3 file, and I had completely forgotten about it.
The VST3 of Pianoteq 9 is now a vst3 "bundle": a folder that can hold binaries for multiple architectures. It also contains, per Steinberg specifications, a Plugin.ico and a desktop.ini file , that allow to specify an icon for the "Pianoteq 9.vst3" folder. But in order to get it to work you have to set some attributes on the .ico, the desktop.ini and the bundle folder. The icon is shown only if the bundle folder has the "system" attribute, or the "read-only" attribute. So we will use the read-only attribute instead of "system" and that should solve your issue.