Examples, Tips and Troubleshooting

We have developed several examples which are ready for instant start with Graphical Installer (can be found in {Inno Setup 6}\Graphical Installer\Examples folder):

Basic example - This is basic example for Graphical Installer.
Basic example (graphics) - file with graphic settings for example.

Install Designer example - This example shows how to integrate dialog(s) created with Install Designer tool with Graphical Installer.
Install Designer example (graphics) - file with graphic settings for Install Designer example.

Code Classes example - This example shows how to use the WizardForm object and the various VCL classes.
Code Classes example (graphics) - file with graphic settings for example.

Skinned Button & Progress Bar Colors example - This example shows how to create custom installer page with components. Newly created page contains Skinned Button with click event and TNewProgressBar control with changed foreground and background colors.
Skinned Button & Progress Bar Colors example (graphics) - file with graphic settings for example.

VCL Styles for Inno Setup example - This example shows how Graphical Installer for Inno Setup and VCL Styles plug-in works together in single installer.
VCL Styles for Inno Setup example (graphics) - file with graphic settings for example.

Auto DPI example - This example demonstrates creating non rectangular forms (forms with transparent areas). It works well with all DPIs (Dots Per Inch settings): 96, 120, 144 and 192 and higher.
Auto DPI example (graphics) - file with graphic settings for example.

Multiple Backgrounds example - This example demonstrates using of Multiple OLE images (.jpg .gif .bmp) for background image.
Multiple Backgrounds example (graphics) - file with graphic settings for Multiple Backgrounds example.

Visual & Installer example - This example demonstrates integrating NSIS into Microsoft Visual Studio (any version).
Visual & Installer example (graphics) - file with graphic settings for Visual & Installer example.

RAD & Installer example - This example demonstrates integrating NSIS into Embarcadero RAD Studio (any version).
RAD & Installer example (graphics) - file with graphic settings for RAD & Installer example.

Irregular Form example - This example demonstrates creating non rectangular forms (forms with transparent areas).
Irregular Form example (graphics) - file with graphic settings for Irregular Form example.

In next section you can find several situations which can occur in your installer and solutions for them.