Archive: If-Structure


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


${If} ${IsWinXP}
${OrIf} ${IsWinVista}
Or in this case...
${If} ${AtLeastWinXP}

Special Thanks!!!