From 8aaa8e26521d1cf4022e105d0a56331b37e1886c Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 22 Nov 2002 09:51:20 +0000 Subject: [PATCH] Some more explanations git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1812 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/gfx.nsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Examples/gfx.nsi b/Examples/gfx.nsi index 9be2bbe5..9eb9ff22 100644 --- a/Examples/gfx.nsi +++ b/Examples/gfx.nsi @@ -1,7 +1,7 @@ ; gfx.nsi ; ; This script shows some examples of using all of the new -; graphic related additions made in NSIS 1.99 +; graphic related additions introduced in NSIS 2 ; ; Written by Amir Szkeley 22nd July 2002 ; @@ -22,7 +22,10 @@ OutFile "gfx.exe" ; Adds an XP manifest to the installer XPStyle on -; Add branding image to the installer (an image on the side) +; Add branding image to the installer (an image placeholder on the side). +; It is not enough to just add the placeholder, we must set the image too... +; We will later set the image in every pre-page function. +; We can also set just one persistent image in .onGUIInit AddBrandingImage left 100 ; Sets the font of the installer