Forum Discussion
John_Castillo
Nov 11, 2020Copper Contributor
How to repackage and integrate apps that has a network or product key license in intunes apps?
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 t...
Moe_Kinani
Nov 12, 2020Bronze Contributor
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
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