The program i am working on patches/updates the clients game...
The game it is made for is very old and it has 2 patches. For a person to play they need to install the patch. Once the patch is installed if they decide they want to play using the other patch they have to uninstall everything and start again.
The program i have made has two buttons. Version1 and Version2. When they click Version1 button it searches C:\PROGRA~1\Game\ For files, deletes specified files and then copy's files from the folder that comes with my program installed in program files. to the game path.
I realized i am using the above path. But if they aren't using windows 32 bit this will not work. How do i determine the clients program files location if i am using inno setup?
EDIT: Soory guys edited question my head wasn't straight when i asked my previous question.