Skip to main content

2026년 5월 26일

Create an XML Provisioning File, Android

XML provisioning allows you to download a custom-designed XML file to a device in a provisioning product. After the file is downloaded, it runs an install command to extract the settings from the XML file and install them on the device.

PROCEDURE

  1. Navigate to Orchestration > Product Provisioning > Components > File Actions and select the Add Files/Actions button.

  2. Select your platform.

  3. Enter the required settings on the General tab, then select the Files tab and upload the desired XML file and enter the destination path on the device.

  4. Select the Manifest tab and Add an Install Action for the XML file.

  5. Select Save.

  6. Navigate to Orchestration > Product Provisioning > Products, and select the Add Product button.

  7. Select your platform.

  8. Enter the General information.

  9. Select the Manifest tab.

  10. Select Install Files/Actions and select the files and actions just created.

  11. Save and Activate the product.

RESULTS

The product downloads to all assigned devices and the XML file successfully installs.

EXAMPLES

Windows Rugged

The following is a sample of an XML file which updates a registry setting that can be installed on a device through product provisioning.

Android

<?xml version="1.0"?>
<attributes>
<attribute name="attribute 1" value="value 1"/>
<attribute name="attribute 2" value="value 2"/>
<attribute name="attribute 3" value="value 3"/>
</attributes>

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…