Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   If-Structure (http://forums.winamp.com/showthread.php?t=267036)

Striker53 3rd March 2007 15:56

If-Structure
 
Is there a possibility to use || in a if-structure? e.g.

${If} ${IsWinXP ||IsWinVista}

Otherwise my .nsi will be not very clearly arranged

kichik 3rd March 2007 15:58

code:
${If} ${IsWinXP}
${OrIf} ${IsWinVista}

Or in this case...
code:
${If} ${AtLeastWinXP}

Striker53 3rd March 2007 16:04

Special Thanks!!!


All times are GMT. The time now is 04:14.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.