We make two version setup packages, win-32.msi and win-64.msi, and put them to our website for user to download.
But I just want to using one web link. When user using windows-32bit OS to click the link, he would get the win-32.msi, using windows-64-bit OS would get win-64.msi.
We use php, js, html in our web code, setting in apache.
There was a method we used before: browsercap.ini. But we found IE10 browser in win8-64bit give us win8-32bit information which was wrong.
So are there any other solutions?