Difference between revisions of "Spiceworks Agent"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Spiceworks Agent)
 
m (Added category, fixed typo)
 
Line 1: Line 1:
If you run a spicework server and it is having performance issues with pulling information from your network clients then it is better to use the push method.  This require the installation of the Spiceworks Agent.  You get this from your Spiceworks server console.
+
If you run a Spiceworks server and it is having performance issues with pulling information from your network clients then it is better to use the push method.  This require the installation of the Spiceworks Agent.  You get this from your Spiceworks server console.
  
 
There are instructions on the Spiceworks site on how to setup a key.
 
There are instructions on the Spiceworks site on how to setup a key.
Line 17: Line 17:
 
</package>
 
</package>
 
</source>
 
</source>
 +
 +
[[Category: Silent Installers]]

Latest revision as of 17:43, 18 March 2015

If you run a Spiceworks server and it is having performance issues with pulling information from your network clients then it is better to use the push method. This require the installation of the Spiceworks Agent. You get this from your Spiceworks server console.

There are instructions on the Spiceworks site on how to setup a key.

<package
    id="spiceworksagent"
    name="Spiceworks Agent"
    revision="%VERSION%"
    reboot="false"
    priority="100">
    <variable name="version" value="7.1.1.0" />
    <check type="uninstall" condition="versiongreaterorequal" path="Spiceworks Agent" value="%version%" />
    <install cmd='msiexec /i "%SOFTWARE%\Spiceworksagent\spiceworks agent.%VERSION%.msi" SPICEWORKS_SERVER="sw.myserver.com" SPICEWORKS_AUTH_KEY="S0m3R@nD0mk3Y" SPICEWORKS_PORT=443 SPICEWORKS_SITE_LABEL=%COMPUTERNAME% ADDLOCAL=FeatureService /qn /norestart' />
    <upgrade include='install' />
    <remove cmd='MsiExec.exe /x{A91E27C3-4CD0-41E8-A353-83B1810F7083} /qn /norestart' /> 
</package>