Prev Previous Post   Next Post Next
Old 4th January 2012, 15:25   #1
xbarns
Senior Member
 
xbarns's Avatar
 
Join Date: Aug 2007
Location: Frankfurt, Germany
Posts: 187
Create custom ${IF}... Test

Hi all,

i hope my headline is somewhere in the vincinity of being correct of what i will describe now, if not i hope you can still help me

I want to create my own "string" that i can use with the ${IF}..${ENDIF} clause. For example with logiclib you can use

code:

${IF} ${silent}
#do stuff
${ENDIF}



i want to create my own ${silent}, in my case it should be:

code:

${IF} $InstallPartOfApplication = 1
#do stuff
${ENDIF}



so "$InstallPartOfApplication = 1" should become ${InstallPartOfApplication)

code:

${IF} ${InstallPartOfApplication)
#do stuff
${ENDIF}



now if $InstallPartOfApplication = 1 or not would be defined from a license file that is read during the beginning of the installation.

I hope (lots of hoping in this one) i could post my question understandable, and somebody can help me.

Btw. i looked at examples in the x64.nsh, which frankly i do not understand also looking at the silent part of logiclib.nsh did not bring me any step ahead i still wonder how _silent can be referenced from the !define below it....


!macro _Silent _a _b _t _f
IfSilent `${_t}` `${_f}`
!macroend
!define Silent `"" Silent ""`

Thanks a lot.
x
xbarns is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast 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