简体   繁体   中英

getting path of programdata in Visual Studio setup project

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

[CommonAppDataFolder] - 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM