2017-03-02, 11:40:49
I am using this script
http://fusioninventory.org/documentation...stall.html
with other .bat script (in my case 2 scripts)
First script download 3 files to local computer fusioninventory-agent setup, fusioninventory-is.vbs, PsExec.exe to local computer. You can use another method to deploy those files.
Then I run second script. Main part is:
"start /wait %DeployServer%\PsExec.exe -accepteula \\%computername% -s cscript %DeployServer%\fusioninventory-is.vbs /q"
where %DeployServer% is local path to 3 files downloaded in step 1. All options are set in vbs script.
Maybe it is not very clean but it works OK.
http://fusioninventory.org/documentation...stall.html
with other .bat script (in my case 2 scripts)
First script download 3 files to local computer fusioninventory-agent setup, fusioninventory-is.vbs, PsExec.exe to local computer. You can use another method to deploy those files.
Then I run second script. Main part is:
"start /wait %DeployServer%\PsExec.exe -accepteula \\%computername% -s cscript %DeployServer%\fusioninventory-is.vbs /q"
where %DeployServer% is local path to 3 files downloaded in step 1. All options are set in vbs script.
Maybe it is not very clean but it works OK.