views:

164

answers:

1

Hello,

Is there anyway I can get the path of programdata folder dynamically in a setup project in the very same way I get the path of program files folder by using the keyword [Program Files] as defaultlocation for custom folder?

Thanks

A: 

[CommonApplicationData] - for c:\ProgramData or "all users\application data"

[ApplicationData] - for user specific application data folder in roaming profile

[LocalApplicationData] - for user specific application data folder in local profile

Alex
[CommonApplicationData] isn't copying into programdata...but the keywords are useful....thanks :)
Josh