NetSetMan

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

NetSetMan is a network settings manager which can easily switch between your preconfigured profiles!

Download: www.netsetman.com

<package id="netsetman" 
	 name="NetSetMan" 
	 revision="%version%" 
	 reboot="false" 
	 priority="90">
		 
	<variable name="version" 			value="4.0.3"/>
	<variable name="shortversion" 			value="403"/>
	<variable name="prog"				value="%PROGRAMFILES%" />
	<variable architecture="x64" name="prog" 	value="%PROGRAMFILES(x86)%" />

	<check type='uninstall' condition='exists' path='NetSetMan %version%' />
		
	<install cmd='"%SOFTWARE%\NetSetMan\netsetman_setup_%shortversion%.exe" /VERYSILENT /SERVICE=true /AUTORUN=true' />
	<install cmd='%COMSPEC% /c if exist "%AllUsersProfile%\Desktop\NetSetMan.lnk" del /q "%AllUsersProfile%\Desktop\NetSetMan.lnk"' >
		<exit code="any" />
	</install>
	<install cmd='%COMSPEC% /c if exist "%Public%\Desktop\NetSetMan.lnk" del /q "%Public%\Desktop\NetSetMan.lnk"' >
		<exit code="any" />
	</install>
 		
	<upgrade include='install' />

	<remove cmd='"%prog%\NetSetman\unins000.exe" /SILENT' />
</package>