Difference between revisions of "Branding QuickOPC standalone installer"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
(Created page with "Category:Branding The QuickOPC standalone installer is created using http://www.jrsoftware.org/isinfo.php Inno Setup tool. Anything that is configurable in Inno Setup...")
 
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Branding]]
+
[[Category:Branding]] [[Category:Inno Setup]] [[Category:Full installer]]  
The QuickOPC standalone installer is created using [[http://www.jrsoftware.org/isinfo.php Inno Setup]] tool. Anything that is configurable in Inno Setup can be branded. See the [[http://www.jrsoftware.org/ishelp/ Inno Setup Documentation] for details. Specifically, see the "Installer-Related" section on the '''Setup Script Sections -> [Setup] section''' page.
+
The QuickOPC [[:Category:Standalone installer|standalone installer]] is created using [[:Category:Inno Setup|Inno Setup]] tool (external link: http://www.jrsoftware.org/isinfo.php). Anything that is configurable in Inno Setup can be branded. See the [http://www.jrsoftware.org/ishelp/ Inno Setup Documentation] for details. Specifically, see the "Installer-Related" section on the '''Setup Script Sections -> [Setup] section''' page.
  
 
== Standard branding items ==
 
== Standard branding items ==
Line 6: Line 6:
 
Typically, following items are branded:
 
Typically, following items are branded:
  
* Default installation directory
+
* Product name.
* Default program group name
+
* Vendor name. It influences:
* License File (.rtf)
+
** Default installation directory.
* URL for the '''Online Support''' item in the program group
+
** Default program group name.
 +
** Included in application name.
 +
** Included in application ID.
 +
** Used as application publisher.
 +
* 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.
 +
* File/program group item with vendor contact information.
 +
* Product home page URL.
 +
* The bitmap file to display on the left side of the wizard (.bmp, 164x314 pixels maximum=recommended size). 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=recommended size). See '''WizardSmallImageFile''' in Inno Setup's [Setup] section.
 +
* Vendor (home page) URL.
 +
 
 +
== See also ==
 +
 
 +
* [[Branding QuickOPC documentation and help]]

Latest revision as of 15:52, 8 October 2016

The QuickOPC standalone installer is created using Inno Setup tool (external link: http://www.jrsoftware.org/isinfo.php). 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:

  • Product name.
  • Vendor name. It influences:
    • Default installation directory.
    • Default program group name.
    • Included in application name.
    • Included in application ID.
    • Used as application publisher.
  • 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.
  • File/program group item with vendor contact information.
  • Product home page URL.
  • The bitmap file to display on the left side of the wizard (.bmp, 164x314 pixels maximum=recommended size). 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=recommended size). See WizardSmallImageFile in Inno Setup's [Setup] section.
  • Vendor (home page) URL.

See also