What would a 32-bit application running on Windows 7 return for the below?
Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles)
C:\Program Files (x86)
or C:\Program Files
?
On 32 bit Windows 7 you should get "C:\Program Files", on 64 bit "C:\Program Files (x86)".