Getting the path to the program in the Visual Studio installation project

In any case, can I get the path to the programdata strong> folder dynamically in the installation project in the same way as I get the path to the program files folder using the [Program Files] keyword as defaultlocation for the user folder?

thank

+3
source share
1 answer

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

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

[LocalApplicationData] -

+3

Source: https://habr.com/ru/post/1755986/


All Articles