Comment 3 for bug 1079151

Revision history for this message
Didier Liroulet (dliroulet) wrote :

Hi.

Could you try deploying agent using the following script:

@echo off
REM Make a copy of installer to TEMP folder
copy OCS-NG-Windows-Agent-Setup.exe %TEMP%\OCS-NG-Windows-Agent-Setup.exe
REM Launch uninstall of old agent
START /WAIT %PROGRAMFILES%\OCS Inventory Agent\uninst.exe /S
REM Install new agent
%TEMP%\OCS-NG-Windows-Agent-Setup.exe /S /NOSPLASH /UPGRADE /NO_SYSTRAY /SERVER=xxx /SSL=0 /DEBUG=1

As I'm not able to reproduce this problem on my windows 7 VM, very difficult for me to identify the main cause.

Cheers