Skip to content
⌘ NSIS Forum Archive

strange behaviour

4 posts

rursu#

strange behaviour

Hi,
I like NSIS very much, but I don't understand why do I have to find such phrase in the examples:

Section "" ; empty string makes it hidden
; write reg crap
StrCpy $1 "POOOOOOOOOOOP"
DetailPrint "I like to f*ck sheep $1"


Thank you,
Radu.
McKenna#
just an example, or you can use this too. it does the same with other words 😉

Section ""
StrCpy $1 "MILK"
DetailPrint "I like to drink some $1"
SectionEnd

is it better? 🙂