How to repackage and integrate apps that has a network or product key license in intunes apps?

Copper Contributor

Hi Everyone,

 

we just recently moved to microsoft intunes and doing an autopilot deployment. how can we deploy our internal apps that using a network or a product key license? so users dont need to configure that.

 

Thank you,

JOHN

1 Reply
Hi John,

It depends on the app, does it support to add license key with command line? If yes, you can follow this example:

Example.exe /s /v"/qn EULAS_AGREED=1 SERIALNUMBER=‘SerialNumber’

If it needs token during installation, you can follow below-

https://cloudbymoe.com/f/deploy-an-app-that-prompts-for-username-password-using-intune

Hope this helps!
Moe