it runs under the local system account, so it has admin to collect the data.

this is the script the I have each machine run, so it will install

code:
 
copy '@scriptdir\InvClient.kix' %windir%
copy '@scriptdir\wkix32.exe' %windir%
copy '@scriptdir\srvany.exe' %windir%

shell 'cmd /c c:\temp\invclient\instsrv InvClient %windir%\srvany.exe'

$=writevalue('HKLM\SYSTEM\CurrentControlSet\Services\InvClient','Start','2',REG_DWORD)
$=writevalue('HKLM\SYSTEM\CurrentControlSet\Services\InvClient\Parameters','Application','%windir%\wkix32.exe',REG_SZ)
$=writevalue('HKLM\SYSTEM\CurrentControlSet\Services\InvClient\Parameters','AppParameters','%windir%\InvClient.kix',REG_SZ)
shell 'cmd /c net start InvClient'

_________________________
How to ask questions the smart way <-----------> Before you ask