Menu

#195 Patch for bug #2070708 (WinVer.nsh, service pack macros)

closed-accepted
NSIS (71)
5
2008-09-14
2008-09-05
No

Hi all,

This is a corrected version of __GetWinServicePack macro (WinVer.nsh)
This macro is supposed to be used as a condition for ${If...} statements, therefore it should not contain logic-lib stuff itself. (For some reason, nested IF-s are not supported...)
I've modified the macro to use local jumps instead of If/Else statements.

Enjoy!

Discussion

  • Marius Negrutiu

    Marius Negrutiu - 2008-09-05

    The modified __GetWinServicePack

     
  • Amir Szekely

    Amir Szekely - 2008-09-14
    • status: open --> closed-accepted
     
  • Amir Szekely

    Amir Szekely - 2008-09-14

    Thanks, applied.

     

Log in to post a comment.