<?xml version="1.0" encoding="UTF-8"?>
<MUPDefinition xsi:schemaLocation="http://schemas.dell.com/openmanage/cm/2/0/mupdefinition.xsd mupdefinition.xsd" xmlns="http://schemas.dell.com/openmanage/cm/2/0/mupdefinition.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<packageinformation>
	<name>some random msi</name>
	<version>123.1.5.1844</version>
		<installertype>msi</installertype>
		<packagegrouping>single_package</packagegrouping>
		<packagingtype>zip</packagingtype>
		<releasetype>DRVR</releasetype>
		<mupspecificationversion>2.4.5</mupspecificationversion>
		<supportedoperatingsystems>
			<osidentifier name="Windows10" architecture="x64"></osidentifier>
		</supportedoperatingsystems>
    <content>
 <Device componentID="103954">
        <PnPInfo>
          <PNPID>INT</PNPID>
          <PnPProductID>3512</PnPProductID>
        </PnPInfo>
        <Image type="DRVR" version="123.1.5.1008">
		  <file>Production\Windows10-x64\UartSubDevice\UartSubDevice.cat</file>
          <file>Production\Windows10-x64\UartSubDevice\UartSubDevice.inf</file>
          <file>Production\Windows10-x64\UartSubDevice\UartSubDevice.sys</file>
        </Image>
      </Device>
    </content>
  </packageinformation>
	<executable timeout="300">
		<executablename>Intel_Processor_Win10_UartSubDevice.msi</executablename>
		<requiredparameters>
			<commandlineparameter>/i "Intel_Processor_Win10_UartSubDevice.msi"</commandlineparameter>
		</requiredparameters>
	</executable>
		<behaviors>
				<behavior name="attended"/>
		<behavior name="unattended">
			<vendoroption>
				<optionvalue requiresvalue="true" switch="/">qn</optionvalue>
			</vendoroption>
		</behavior>
		<behavior name="extractdrivers">
			<vendoroption>
				<optionvalue requiresvalue="false" switch="/">qn</optionvalue>
			</vendoroption>
			<vendoroption>
				<optionvalue switch=" " requiresvalue="true" valuedelimiter="=">INSTALLDIR</optionvalue>
			</vendoroption>
		</behavior>
		<behavior name="freshinstall">
			<vendoroption>
				<optionvalue requiresvalue="false" switch="/">qn</optionvalue>
			</vendoroption>
			<vendoroption>
				<optionvalue switch=" " requiresvalue="false">FRESHINSTALL=TRUE</optionvalue>
			</vendoroption>
		</behavior>
	</behaviors>
		<parameters>
		<parametermapping name="logfile">
			<vendoroption>
					<optionvalue switch="/" requiresvalue="true" valuedelimiter=" ">log</optionvalue>
			</vendoroption>
		</parametermapping>
	</parameters>
	<returncodes>
		<returncodemapping name="SUCCESS">
		<vendorreturncode>0</vendorreturncode>
		</returncodemapping>
		<returncodemapping name="ERROR">
			<vendorreturncode>1603</vendorreturncode>
		</returncodemapping>
		<returncodemapping name="REBOOT_REQUIRED">
			<vendorreturncode>3010</vendorreturncode>
		</returncodemapping>
		<returncodemapping name="ERROR_INSTALL_PLATFORM_UNSUPPORTED">
			<vendorreturncode>1633</vendorreturncode>
		</returncodemapping>
		<returncodemapping name="UNKNOWN_OPTION">
			<vendorreturncode>1608</vendorreturncode>
		</returncodemapping>
	</returncodes>
	<inventorymetadata>
	<extractdriversidentifier>
      <pnpids>
        <pnpdevice componentID="103954">
          <driverversion>123.1.5.1008</driverversion>
          <pnpidstring>
            <PNPID>INT</PNPID>
            <PnPProductID>3511</PnPProductID>
          </pnpidstring>
        </pnpdevice>
		 </pnpids>
		</extractdriversidentifier>
		<fullpackageidentifier>
			<msis>
				<msi componentID="103954">
					<upgradecode>{001299B8-E78B-44D3-87AD-60DCE6893633}</upgradecode>
					<version>123.1.5.1844</version>
				</msi>
			</msis>
		</fullpackageidentifier>
	</inventorymetadata>
</MUPDefinition>
