WINAMP.COM | Forums > Developer Center > NSIS Discussion > How to detect Vista64 vs. Vista32? |
Last Thread
Next Thread
|
| Author |
|
|
Afrow UK Moderator
Registered: Nov 2002 |
You can use the GetVersion plug-in to detect this. __________________ |
||
|
|
|
Wizou Senior Member
Registered: Aug 2007 |
I guess, if you know already that you're under Vista, you could just compare $PROGRAMFILES32 and $PROGRAMFILES64 __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
In x64.nsh you have ${If} ${RunningX64} __________________ |
||
|
|
|
nsnb Member
Registered: Jul 2008 |
I found this thread while searching for the same - but not for Vista only. Is there a more general way in NSIS to find the bitness of the OS? |
||
|
|
|
MSG Senior Member
Registered: Oct 2006 |
kichik's answer applies to all windows versions. |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > How to detect Vista64 vs. Vista32? |
Forum Rules:
|