Difference between revisions of "NetSetMan"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with "NetSetMan is a network settings manager which can easily switch between your preconfigured profiles! Download: [http://www.netsetman.com/de/freeware#download www.netsetman.co...")
 
 
Line 28: Line 28:
  
 
<remove cmd='"%prog%\NetSetman\unins000.exe" /SILENT' />
 
<remove cmd='"%prog%\NetSetman\unins000.exe" /SILENT' />
</package></source>
+
</package></source>[[Category:Silent Installers]]

Latest revision as of 14:18, 5 August 2015

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>