开发者

getting path of programdata in Visual Studio setup project

Is there anyw开发者_StackOverflow中文版ay 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜