I am preparing a custom action that copies a file to a specific location. Existing users of the application will already have the file in the SpecialDirectories.AllUsersApplicationData
location. So I want to check there first.
However, at install time, when I try and access this location, this resolves to
...\Microsoft Corporation\Windows Installer - Unicode\3.1.4001.5512
Is there a quick way to get to the AllUsersApplicationData location for the app I'm installing, instead of the installer?