I have two options for the Application, DMG and PKG.
What I need to do is ensure that the application is deployed to the currently logged in user's Applications folder (or all local user's Applications folder). At the moment, having just put the package in the Repository, and having created a policy with a Package inside it, it is being installed to "/".
I know that this is because I haven't changed the Target Drive. I was hoping I could use "/Users/$USERNAME/Applications" to do some kind of variable substitution, but it creates a literal "$USERNAME" folder.
How do I get a package onto an Apple device using JAMF that installs to the user's Applications folder?
Thanks :)