Ok, so I have a WiX installer, and currently I'm saving everything to 'ProgramFilesFolder' (<Directory Id="ProgramFilesFolder">
). But I'd like to install some files to the users documents, any ideas what the property for this is?
e.g. something like:
<Directory Id="UsersDocuments">
//Install files here
</Directory>