Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

13
  • 3
    Is that the original reason, though? Couldn't I just install the app to C:\Program Files\App32 and C:\Program Files\App64? Commented Jun 27, 2012 at 17:32
  • 4
    @StephenJennings: But that would require you to manually make the decision. The way it now works is that the process is automatic, because Windows knows what folder to provide when an application calls SHGetSpecialFolderPath to determine the install location. Commented Jun 27, 2012 at 17:39
  • 6
    @Synetech: Why install into %PROGRAMFILES% in the first place? Why not put the 32bit version on the users desktop and the 64bit into the Recycle Bin? Just because it can be done, doesn't mean it's a good idea. Sorry, I don't follow your reasoning. Commented Jun 27, 2012 at 17:49
  • 4
    @Synetech: Yes, you did give a perfectly good example of how it could be done. Another perfectly good example of how it could be done is the way it is actually being done right now. Simply writing a file to %PROGRAMFILES% and being certain that it will end up in the right folder is one thing. Checking for yourself which folder is the correct one is another. If you actually don't see the benefit of the former approach, then I will not be able to convince you. The question was why there are 2 folders. I think my answer is perfectly reasonable in that regard. Commented Jun 27, 2012 at 18:03
  • 3
    @OliverSalzburg, No quite. The question is why two folders are required, not why there are. In fact, he even bolded it: why is this even necessary? You did not explain why it is necessary and the example I gave (and even your own sarcastic example) just show that it does not have to be done the way it is.
    – Synetech
    Commented Jun 27, 2012 at 18:05