2011/12/2 Chris Wood <<a href="mailto:CWood@ta-petro.com">CWood@ta-petro.com</a>>:<br>> I'm having a similar issue - the Windows Administrator didn't like that the<br>> fusion inventory agent consumed 26Mb of RAM when running as a service, so he<br>
> set it up to run at agent installation, system startup, and once a day<br>> thereafter. After the initial install, the agent checked in, but it has not<br>> checked in for the past 3 days. How can we get the Windows agent to report<br>
> in on a regular schedule?<br>Hello Chris,<br><br>I believe the best solution in your case it to create an entry in Windows "Scheduled Tasks".<br><br>The Windows installer is generated with NSIS. If you want to look further, the NSIS files<br>
are here :<a href="http://prebuilt.fusioninventory.org/devel/2.2.x/windows-i386/">http://prebuilt.fusioninventory.org/devel/2.2.x/windows-i386/</a><br><br>I think we should suggest 2 options:<br> - install and enable the service<br>
 - create a “Scheduled Task” (in this case we install the service but disable in)<br><br>This do the trick on my Windows XP computer.<br>schtasks /Create /TN FusionInventory-Agent /TR "\"c:\program files\FusionInventory-Agent\perl\bin\perl.exe\" \"c:\Program files\FusionInventory-Agent\perl\bin\fusioninventory-agent"" /RU SYSTEM /SC DAILY<br>
<br>It would be interesting to know if it's also the case on 7 and Vista.<br><br>Sadly schtasks is not supported on Win2000. We can still use at.exe instead as a<br>workaround solution or maybe a NSIS plugin already exists for that.<br>
<br>Best regards,<br><a href="http://prebuilt.fusioninventory.org/devel/2.2.x/windows-i386/fusioninventory-agent_windows-i386_2.2.0+dev-2.2.x-20111122-1534-nsis-files.zip"></a>-- <br>     Gonéri Le Bouder<br><br>