I want copy file into the AppData folder for each user but installer only copy file into current user appdata folder
Example:
I want copy test folder in this location for two users(user1, user2)
C:\Users\user1\AppData\Roaming\<company>\test
C:\Users\user2\AppData\Roaming\<company>\test
I don't copy ...