Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 8th September 2003, 15:00   #1
Idioteque
Junior Member
 
Join Date: Sep 2003
Posts: 20
Send a message via ICQ to Idioteque
Pages and sections doesn't work for me (N00B)

Could someone please tell me why me sections dont show when I use pages in combination with branding.

I just started using NSIS and a a bit of a beginner.

THx a lot


AddBrandingImage left 100

; Pages
Page license licenseImage
Page custom customPage
Page directory dirImage
Page instfiles instImage
;--------------------------------


; The text to prompt the user to enter a directory
DirText "Choose a directory to install in to:"

;--------------------------------

Section "VHL-Codecpak (required)"

SectionIn RO

; Set output path to the installation directory.
SetOutPath $INSTDIR

SectionEnd

;--------------------------------

Function licenseImage
!insertmacro BIMAGE "sidebar.bmp" ""
FunctionEnd

Function customPage
!insertmacro BIMAGE "sidebar.bmp" ""
FunctionEnd

Function dirImage
!insertmacro BIMAGE "sidebar.bmp" ""
FunctionEnd

Function instImage
!insertmacro BIMAGE "sidebar.bmp" ""
FunctionEnd

;--------------------------------
Idioteque is offline   Reply With Quote
Old 8th September 2003, 15:20   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,338
I assume you mean that your installer doesn't show a components page. If that's right, then the problem is that you didn't add "Page components".

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 8th September 2003, 16:07   #3
Idioteque
Junior Member
 
Join Date: Sep 2003
Posts: 20
Send a message via ICQ to Idioteque
Ok thank you very much.

That seemed to be the problem
Idioteque is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump