Skip to content
⌘ NSIS Forum Archive

conditionnal

2 posts

tidus25#

conditionnal

hello all.

i'm a beginner in use of NSIS and i have a problem
i would like to show some "Page" (so with the instcution "page") only y a variable contain "0".

StrCmp $SILENCE "0" 0 silence
Page directory
Page custom infos
Page custom IHM

silence:
Page instfiles


BUT
I can't use StrCmp out of a section or function, and i can't use Page in a section a function

how can i do it ???
pleaz help me
Afrow UK#
This has been answered many times before. Search the forum for conditional pages or something similar.

-Stu