his there a solution to do this :
${If} ${RunningX64} = true
!define PRODUCT_PATH "$PROGRAMFILES\Mysoftware\${PRODUCT_NAME_EXE}"
${Else}
!define PRODUCT_PATH "$PROGRAMFILES64\Mysoftware\${PRODUCT_NAME_EXE}"
${EndIf}My executable is created for anyCPU and I search to install on $PROGRAMFILES64 when the windows is x64.. 😉thanks for some help
christophe