Parameters for Controlling
Deployment
You can configure the deployment of applications:
●
You can determine
whether the user of the mobile device is able to suppress the deployment of
mobile components. If you allow the user the suppress the deployment, the user
can determine whether he or she rejects or confirms it (see
Confirming Downloads
of Mobile Components).
● You can determine how long the confirmation dialog remains open for the user to reject the download of mobile components. If the user neither rejects nor confirms the download, the mobile components are deployed as usual once the dialog times out.
● You can determine if the download of a new version of a mobile application is only performed after all users using the device synchronized at least once or immediately after the first user synchronized.
Parameters in MobileEngine.config
Parameter |
Description |
MobileEngine.Deployment.UserIntervention. |
Allow the deployment of mobile components to be suppressed. Possible values: true, false Default value: false |
MobileEngine.Deployment.UserIntervention. |
Time period in milliseconds after which the dialog is closed. Possible values: Positive integers Default value: 60000 |
MobileEngineMultiUserDeployment. |
Trigger download and installation of new application version after the first user synchronized.
Setting this parameter to true may lead to the loss of application data for those users of the device who did not synchronize before the new version is downloaded and installed. Possible values: true, false Default value: false |
For more information on other parameters and on the different configuration methods: Parameters in MobileEngine.config