I'm having difficulty building a package with Composer that puts a folder that contains files into ~/Applications (or any ~/ subfolder for that matter). It appears that whenever I try to deploy it, it actually creates everything in bold: /Users/cmcintosh/Applications/stuff/files-andstuff-in-here What's so bad about that? It doesn't put the files into the user's home folder who is running the policy via self service. It creates a user folder in my name on their computer. How are you supposed to tell Composer to not put it in the home folder of the person who created the package? I've tried doing it as a .dmg and as a .pkg but both methods continue to recreate the original path literally.
If I use FEU for the policy's package then it does work but it puts it in EVERY user's home folder. How do I distribute to ONLY the user who is running the policy?