Forum Discussion

jinglongyang's avatar
jinglongyang
Copper Contributor
Jan 05, 2024

Intune token is not substituted when deploy MSI app

We're trying to deploy a MSI app with email/full name as installation parameters via Intune so we're using adding them in command line arguments with Intune https://learn.microsoft.com/en-us/mem/intune/apps/app-configuration-policies-managed-app#configuration-values-for-using-tokens as below, but these tokens are not substituted when installs on device. Please advise how to archive this? Thanks in advance!

 

 

EMAIL="{{userprincipalname}}" FULLNAME="{{username}}"

 

1 Reply

  • rahuljindal's avatar
    rahuljindal
    Bronze Contributor

    I am pretty sure these tokens are supported for apps integrated with Intune SDK. They can only be used in app configuration policies meant to work for mobile devices.

     

    Have you checked the msi properties supported for the application you are deploying? Does it support the tokens in question through command line?

Resources