Branding QuickOPC standalone installer

From OPC Labs Knowledge Base
Revision as of 14:47, 15 August 2016 by User (talk | contribs)
Jump to navigation Jump to search

The QuickOPC standalone installer is created using [Inno Setup] tool. Anything that is configurable in Inno Setup can be branded. See the [Inno Setup Documentation for details. Specifically, see the "Installer-Related" section on the Setup Script Sections -> [Setup] section page.

Standard branding items

Typically, following items are branded:

  • Default installation directory.
  • Default program group name.
  • License File (.rtf).
  • URL for the Online Support item in the program group.

Other branding items

Among others, following branding is also possible:

  • Additional files and program group items can be added to the installation.
  • The bitmap file to display on the left side of the wizard (.bmp, 164x314 pixels maximum). See WizardImageFile in Inno Setup's [Setup] section.
  • The bitmap file to display in the upper right corner of the wizard (.bmp, 55x58 pixels maximum). See WizardSmallImageFile in Inno Setup's [Setup] section.