How to install Window packages that install into the user's home profile

How do I install a windows package that installs itself into the users home profile?

Example, Slack

It installs into ansible_env[‘USERPROFILE’]\AppData\Local\slack

The become_method and become_user when authenticating to Active Directory doesn’t seem to work.

Potential work-around.

https://get.slack.help/hc/en-us/articles/212475728-Deploy-Slack-via-Microsoft-Installer

That installer sounds like the way to go. The latest devel branch has made some changes with become so it works with NTLM and Kerberos authentication but going that route probably isn’t recommended as you would need to know the credentials for all the accounts you want to install slack on.