Prev Previous Post   Next Post Next
Old 1st September 2009, 16:01   #6
jpderuiter
Major Dude
 
Join Date: Feb 2007
Posts: 672
Well, as I mentioned above you can use the WordFind macro from the WordFunc library, so that it is independant of whatever version you have:
code:
strcpy $1 "Foobar Viewer 100"
${WordFind} "$1" "Foobar Viewer" "#" $R0
${If} $R0 > 0
Delete "$DESKTOP\Common Icon.lnk"
${EndIf}

jpderuiter 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