I have a custom built 32-bit app that I'm trying to install. When I ran the installer (ol' setup.exe) it installed to Program Files(x86) as all good 32 bit apps seem to. Unfortunately it looks like this app is hardcoded about a million different ways to load configuration files in c:\program files. Literally "C:\Program Files\AppName\FileName".
What are my options here? Can I attempt to reinstall to C:\Program Files? What should I look out for?
C:\Windows\System32is transparently remapped in such a way. There's nothing special aboutC:\Program FilesorC:\Program Files (x86)as far as the OS is concerned. Simply installing to the preferred path should be enough. – afrazier Feb 11 '11 at 17:41