<?xml version="1.0" encoding="UTF-8"?>
<dsjAppletHelper>
	<dsj minVersion="0_8_5"/>
	<OS name = "Win">
		<libs>
		<!--all libraries in this node will be downloaded to a place included in the java.library.path.
		It is not necessary to include the dsj.dll here which will be taken care of anyway
			<lib name="test.dll"/>
		-->
		</libs>
		
		<filters>
		<!--DirectShow filters to be installed using regsvr32. This can be .ax files or dlls
			<filter name="DSJ_javaSource.ax"/>
		-->
		</filters>
		
		<executables>
		<!--Additional installers to be downloaded and run. This example would download and run the filterX installer if the filter is not already installed and if the
		user agreed. Many installers have some kind of "silent" option (mostly /s or /silent).
			<exe name="filterX.exe" lookup="xDecoder" prompt="The applet needs to install x! Do you want to allow that?" args="/silent" />
		-->
		</executables>
		
	</OS>
</dsjAppletHelper>