Quote:
${If} ${AtLeastWinVista}
!define $MUI_DIRECTORYPAGE_TEXT_DESTINATION "Set..."
${EndIf}
|
Will not work, !define will always be set.
You should not treat x64 like this, why do you think it needs its own data dir. If there is a need for a data dir then all versions of NT need it.
If you are installing a 64bit application and/or driver then you need to check, if not you should try to treat it the same as 32bit Windows...