Is there a Property that resolves to the public folder? I don’t want to hard code “c:\users\public” in the Directory structure, obviously, but I can’t find a predefined Property that resolves to this. Is there an accepted way of specifying files to be installed here and/or removed on uninstall?
Share
If there is a CSIDL for the directory then the OSInfo CustomActions probably have it. That’s an extension to the properties supported by Windows Installer. There isn’t support for the Vista only RefKnownFolder(), yet.