The request
Add support for an override Modification Configuration JSON schema, for example:
Name: NoMachine.NoMachine.EnterpriseClient-override
Value: {"Override":"/printerinstall=0 /usbinstall=0 /verysilent"}
will then create the txt file NoMachine.NoMachine.EnterpriseClient-override.txt in mods folder containing:
"/printerinstall=0 /usbinstall=0 /verysilent"
Is your feature request related to a problem?
No need to manually deploy and maintain AppId-override.txt files.
Fully manageable through Intune configuration policies.
Consistent with the existing Mod Configuration framework.
Useful for applications that require custom silent install parameters, feature selection, or component exclusion.
Additional information
Many Thanks for all your had work!
The request
Add support for an override Modification Configuration JSON schema, for example:
Name: NoMachine.NoMachine.EnterpriseClient-override
Value: {"Override":"/printerinstall=0 /usbinstall=0 /verysilent"}
will then create the txt file NoMachine.NoMachine.EnterpriseClient-override.txt in mods folder containing:
"/printerinstall=0 /usbinstall=0 /verysilent"
Is your feature request related to a problem?
No need to manually deploy and maintain AppId-override.txt files.
Fully manageable through Intune configuration policies.
Consistent with the existing Mod Configuration framework.
Useful for applications that require custom silent install parameters, feature selection, or component exclusion.
Additional information
Many Thanks for all your had work!