Archive: Prevent setup under WOW64?


Prevent setup under WOW64?
Hi

How can I prevent a setup under WOW64 with NSIS? The goal is that it is not possible to install the software under a 64 Bit Windows.

Thanks

th_mi


Try this plugin to get the Windows version:
http://nsis.sourceforge.net/File:GetVersion.zip

If that does not work then you'd have to modify the Get Windows version function so that it returns x64 (or something).

-Stu


I have updated the GetVersion plugin (v0.2) to return Windows XP x64 for the OS Name and Profession x64 Edition for OS Type.

Please test the new version (I don't have x64!!)

http://nsis.sourceforge.net/mediawik...GetVersion.zip

-Stu


You can call IsWow64Process. This way, you don't have to change your installer for every new OS that has WOW64. See the last post in the following thread:

http://forums.winamp.com/showthread....&highlight=x64