Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualmhagain

Posted 23 July 2012 - 08:38 PM

SHGetKnownFolderPath appears to be the current official way of doing this: http://msdn.microsof...8(v=vs.85).aspx

If you're creating an installer I'd highly recommend that you use a well-known installer technology rather than trying to roll your own.  Visual Studio, for example, can be used to create an MSI file, and it will resolve all of this for you, as well as provide for uninstallation (and also be compatible with remote deployment via e.g. Group Policy).

#1mhagain

Posted 23 July 2012 - 08:37 PM

SHGetKnownFolderPath appears to be the current official way of doing this: http://msdn.microsoft.com/en-us/library/windows/desktop/bb762188%28v=vs.85%29.aspx

If you're creating an installer I'd highly recommend that you use a well-known installer technology rather than trying to roll your own.  Visual Studio, for example, can be used to create an MSI file, and it will resolve all of this for you, as well as provide for uninstallation (as well as be compatible with remote deployment via e.g. Group Policy).

PARTNERS