<?xml version="1.0" encoding="utf-8"?>
<modules>
	<module name="cwsp_patch_win_01">
        <description>Updates</description>
		<extract_folder>Updates</extract_folder> <!-- extracted folder name -->
        <required_space>200</required_space>
		<installed_by>FEA</installed_by>
		<server> <!-- server specific information -->  		
			<executables>
				<execute>
					<path>Updates.exe</path>
					<param>/hide_progress</param>	
				</execute>			
			</executables>	
			<preinstall>
                                <cmd>taskkill /F /T /IM "Fiery Command WorkStation.exe"</cmd>
                        </preinstall>		
			<system_restart>2</system_restart>
			<show_progress>false</show_progress><!-- To show the real time progress bar in fsm. If it is false, fsm will show dummy progress -->
        </server>
		<client> <!-- client specific information -->   
			<executables>
				<execute>
					<path>Updates.exe</path>
					<param>/hide_progress</param>	
				</execute>			
			</executables>	
			<preinstall>
                                <cmd>taskkill /F /T /IM "Fiery Command WorkStation.exe"</cmd>
                        </preinstall>
			<system_restart>2</system_restart>
			<show_progress>false</show_progress><!-- To show the real time progress bar in fsm. If it is true, fsm will show dummy progress -->
        </client>
	</module>
</modules>
