Paradox wrote:Just as a note, we've had some discussions about this, and the problem is that ProgramData doesn't exist on XP so we would need to install in two different locations based on which version of Windows you were running. We're also looking at some other options for resolving the permissions problems on Vista and Windows 7.
Why is this a problem? ProgramData does not exist on Vista and Win7 either. Most installers pop a dialog saying the target directory does not exist and would you like to create it or just create it without asking. And if you don't want to make a couple of if statements to handle win5, win6, and win7 (and no doubt soon win8) I don't see any reason why you can't create ProgramData on XP as well.
As far as trying to change permissions on Program Files, good luck with that. The O/S seems to detect this and either block the change or revert the permissions back to default.