32 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-16" standalone="no" ?>
 | ||
| <productDefinition xmlns="NiDeployment" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="NiDeployment ProductDefinition.xsd">
 | ||
| 
 | ||
|   <name language="0009">SoftSweeper</name>
 | ||
| 
 | ||
|   <description language="0009">SoftSweeper</description>
 | ||
| 
 | ||
|   <parts>
 | ||
|     <corePart MSIName="install.msi">
 | ||
|       <inputRoot></inputRoot>
 | ||
|       <outputRoot></outputRoot>
 | ||
|       <file>install.msi</file>
 | ||
|       <file>data.cab</file>
 | ||
|     </corePart>
 | ||
|   </parts>
 | ||
| 
 | ||
|   <flavor id="_full_">
 | ||
|     <name language="0009">install.msi</name>
 | ||
|     <description language="0009">Full flavor</description>
 | ||
|     <visibleForDeployment>false</visibleForDeployment>
 | ||
|     <partSelection MSIName="install.msi"/>
 | ||
|     <activation>
 | ||
|       <required>false</required>
 | ||
|     </activation>
 | ||
|     <EULA>None</EULA>
 | ||
|     <OSRestriction>
 | ||
|       <OSVersion OSFamily="VersionNT" max="" min="5,0,2195,0,0"/>
 | ||
|     </OSRestriction>
 | ||
|   </flavor>
 | ||
| 
 | ||
| </productDefinition>
 | 
