TmNationsForever

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

This is a silent installer and (untested) uninstaller for the free TmNationsForever (arcade racing game).

<?xml version="1.0" encoding="UTF-8"?>
 
<packages> 
	<package
		id="tmnationsforever"
		name="TmNationsForever"
		revision="1"
		reboot="postponed"
		priority="5">
 
		<check type="uninstall" condition="exists" path="TmNationsForever"/>

		<install cmd='%SOFTWARE%\tmnationsforever\tmnationsforever_setup.exe /Silent' />

		<!-- remove not tested -->
		<!-- timeout is for the "Do you want to remove profiles dialog?" at the end of the uninstaller -->
		<remove cmd='"C:\Program Files\TmNationsForever\unins002.exe" /Silent' timeout="120" />

	</package> 
</packages>