Tiles Page

Ever since Windows 8.1 you can customize the look of your Win32 desktop application's tile on the Start Menu. This is done through a specialized XML file added automatically in the Files and Folders Page - Installer Project and used by the MSI package during installation. Using this page you can brand your tile using your own colors and images.

Tiles

NoteAdvanced Installer can import start screen tiles settings when importing MSIs built with other tools.

Caution!Don't confuse desktop application tiles with AppX tiles.

Caution!This page uses the Package Resource Index tool (MakePri.exe) that comes with Windows SDK. You can change its path from External Tools Options but the tiles functionality will only work on Windows versions higher or equal than the SDK version.

TileCopy link to this sectionLink to this section copied!

Show on StartCopy link to this sectionLink to this section copied!

See the Pin Program to Start Menu Automatically in Windows (App Packaging) article for the required configuration.

ColorCopy link to this sectionLink to this section copied!

Sets the background color for the tile. The default value is System default and no additional customizations are available for it.

Additional customizations described in the sections below are available only when selecting Custom or one of the predefined standard colors.

Tile TextCopy link to this sectionLink to this section copied!

Display application nameCopy link to this sectionLink to this section copied!

This option enables you to show the application's name on the medium tile or not. That is the name of the application's shortcut file from the Start Menu, or of the executable file if no shortcut file exists.

ColorCopy link to this sectionLink to this section copied!

Choose a white or black text for the application's name on the tile. Consider what looks best over your declared tile background color.

Asset GeneratorCopy link to this sectionLink to this section copied!

Create the assets for your tile

SourceCopy link to this sectionLink to this section copied!

The source image used to create all the other visual assets.

DestinationCopy link to this sectionLink to this section copied!

The path on disk where the assets are created.

AssetsCopy link to this sectionLink to this section copied!

Press the [ ... ] to select what asset types are generated (Small Tile, Medium Tile).

ScalesCopy link to this sectionLink to this section copied!

Press the [ ... ] to select what are the scales of the generated assets.

Scaling ModeCopy link to this sectionLink to this section copied!

The scaling used when creating the generated visual assets.

  • Bicubic (Sharper Edges, Highest Quality)
  • Bilinear (Sharper Edges)
  • Nearest Neighbor (Smoother Edges)

GenerateCopy link to this sectionLink to this section copied!

Press the [ Generate ] button to create the assets and automatically populate the page.