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
conditionnal
2 posts