show/hide this revision's text 2 added 51 characters in body

The big thing for supporting Vista in most desktop apps is to use use references like your $APPDATA% rather than hard-coding filespaths. That should resolve any changed folder locations, and And don't do anything that requires write access in you're program's install folder.

What's interesting is that these rules are true for XP, too. It's just that in the past it was a lot easier to get away with breaking them.

show/hide this revision's text 1

The big thing for supporting Vista in most desktop apps is to use use references like your $APPDATA% rather than hard-coding files, and don't do anything that requires write access in you're program's install folder.

What's interesting is that these rules are true for XP, too. It's just that in the past it was a lot easier to get away with breaking them.