Im trying to create an installer using NSIS, using "installer based on zip file".
I'd like to create a dialog box at the beginning of install that gives the user 2 choices (32, 64), then depending upon the choice they made, to change the path variable ($PROGRAMFILES32 or $PROGRAMFILES64)
Is this possible in NSIS? Are there any example scripts that could get me going?