Archive: Choose Between Architectures in Installer? - Full Install, Custom Install etc.


Choose Between Architectures in Installer? - Full Install, Custom Install etc.
Hello

I've been working on an installer, and the author of the program has just requested I add support for 64-bit.

I'm wondering if it's possible for the installer to either;

- Automatically detect which architecture (x86 or x64) is being used, and select the install files based on that

OR

- Allow the user to select between them, either through a drop down menu, (same as you'd see when choosing between Full Install, Custom Install etc.) or through Radio boxes (and a page of its own?)

Also, I'd still like the user to be able to configure what is installed...

Please tell me if this is possible, and if so, how to do it.

Thanks in advance,

Panarchy


NSIS\Include\x64.nsh


http://nsis.sourceforge.net/Include/x64.nsh

Thanks