Prev Previous Post   Next Post Next
Old 14th November 2014, 16:09   #1
jweinraub
Senior Member
 
Join Date: Jan 2004
Posts: 197
Send a message via AIM to jweinraub
Windows 8.1 being detected as 8.0

Sorry for posting this the other day and deleting it. My enduser told me about this issue and now I am seeing it happening for him and thought it was something else.

Anyway, I got this if statement that its supposed to do something if it is XP or Windows 8.0 to do one thing and if it is Windows Vista, 7, or 8.1 to do something else.
If I run this code on a Windows 8.1 machine, it will do the XP part of the if instead.

Any ideas as to why?

PHP Code:
${If} ${AtMostWin2003}
${
OrIf} ${IsWin8}
${
OrIf} ${IsWin2012}
DoXP
${Else}
DoVista and above
${EndIf} 
jweinraub 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