I've been out of pocket for a week. Also, unable to get access to the pc where the deployment via Intune failed last week to retrieve the log file. Have been reading thru posts and see v4.1.4 is now available. Was looking thru posts and also the 4.1.4 fixes. Upon reviewing my Install command for this app in Intune, I wasn't specifying Interactive mode, therefore with this user-based deployment, I think it was defaulting to Silent install (like it should) and since the end users didn't have admin rights, it was failing to run. I just updated my Install command to the following:
Invoke-AppDeployToolkit.exe -DeploymentType Install -DeployMode Interactive
Wondering if that will resolve, or if I should just grab v4.1.4 to try.