I am trying to figure out which icon I should (and allowed) to send with my installer. I would prefer not to use custom, as many applications (including some of them are owned by Microsoft, such as Office and Visual Studio) these days. I want the icon to be recognizable as "it installs a piece of software" and not "the graphic designer was a little too much fun."
So, I looked at the common icons in the latest versions of Windows, all of which, as a rule, are in the current version:
the icon for .msi
files is still on the current Windows 10 Technical Preview, the 15-year-old Office 2000 / Windows Installer 1.0. It maximizes at 32x32 and does not have an alpha channel. This means, for example, that it inconveniently scales when installed on the desktop.

Windows XP has a new style. Many application installers still come with this today.

Here is the Vista style. I rarely see this being used by third parties.

And finally, Windows 8. The same: third-party users do not use it.

Bonus: ClickOnce setup.exe
boot files created in the latest versions of Visual Studio have an icon that is hard to describe and, oddly enough, nothing more than 32x32 is missing again.

In Windows 8, I find it most attractive. This may be too general, but that means βit runs something on your machineβ without offering outdated technologies like floppy disks or optical disks (my application is distributed over the Internet).
However, given that I have never seen an application use this icon, I wonder if this is just a trend that people prefer to send their own icons (or, lazily, still use the extremely outdated version of MSI) or if Microsoft doesn't want to so that we use it. I could not find a license.
The closest recommendations I found are those that have not been updated with Vista (!) And are not included in the details about which standard icons to use, when and where. ( Standard article icons apply to only four icons. Four.)
So, where can I find recommendations and licenses for the installation icon that I allow and authorize to use?
source share