DisplayFusion

DisplayFusion will make your multi-monitor life much easier. With powerful features like Multi-Monitor Taskbars, TitleBar Buttons and fully customizable HotKeys, DisplayFusion will make managing your multiple monitors easy. Take a look at some of the features below to learn how DisplayFusion can help you!

Installer Options

<package
	id="displayfusion"
	name="DisplayFusion"
	revision="%version%"
	reboot="false"
	priority="10">
	<variable name="version" value="4.0.0.0" />
	<check type="uninstall" condition="exists" path="DisplayFusion MSI Deployment" />
	<check type="uninstall" condition="versiongreaterorequal" path="DisplayFusion MSI Deployment" value="%version%" />	


	<install include="remove" />
	
	<install cmd='msiexec /qn /i "%SOFTWARE%\displayfusion\DisplayFusionSetup-4.0.msi" CUSTOM1="/VERYSILENT" LAUNCHAFTER=0 LPATHALL="C:\license.txt" STARTUPALL=1 TASKS="!desktopicon,!desktopicon\common,!desktopicon\user"' />
	<install cmd='regedit /s "%SOFTWARE%\scripts\displayfusion.reg"' />
	
	<upgrade include="install" />
	
	<remove cmd="taskkill /F /IM DisplayFusion.exe">
		<exit code="0" />
		<exit code="-1073741515" />
		<exit code="128" />
	</remove>
	<remove cmd="taskkill /F /IM DisplayFusionHookx86.exe">
		<exit code="0" />
		<exit code="-1073741515" />
		<exit code="128" />
	</remove> 	
 
	<remove cmd='msiexec /qn /norestart /x {CF21BC20-8790-47B8-AE34-A533C6EAC075}' >
		<exit code="0" />
		<exit code="1614" />
		<exit code="1605" /> 
		<exit code="3010" reboot="postponed" />
	</remove>
	<remove cmd='msiexec /qn /norestart /x {C6FCA4C0-1CCB-4542-BDD0-3929953F0053}' >
		<exit code="0" />
		<exit code="1614" />
		<exit code="1605" /> 
		<exit code="3010" reboot="postponed" />
	</remove>	

	<remove cmd='msiexec /qn /norestart /x {A5D895A0-B46F-4979-822E-A1713198051F}' >
		<exit code="0" />
		<exit code="1614" />
		<exit code="1605" /> 
		<exit code="3010" reboot="postponed" />
	</remove>	
	
	
</package>