fusioninventory / fusioninventory-agent

FusionInventory Agent
http://fusioninventory.org/
GNU General Public License v2.0
254 stars 126 forks source link

Creates entry to Windows shedule tasks #284

Closed AircraftRu closed 6 years ago

AircraftRu commented 7 years ago

Hello, fusioninventory-agent 2.3.19 Windows installer Creates while install and reintsall.

shedule 2017-03-28

g-bougard commented 7 years ago

Hello @AircraftRu sorry, I don't understand your issue. Is this a feature request or a real win32 issue ?

AircraftRu commented 7 years ago

Hello @g-bougard This is problem. In the Windows task sheduler was creatied task with name "At1" after installed fusioninventory-agent. Also name can be "At2" and etc. as see on screenshot.

devtom30 commented 7 years ago

Hello, It does not seem to be an agent issue, this issue is about the agent's installer on Win32.

tabad commented 7 years ago

Hello @AircraftRu,

@devtom30 is right, it's an error of FusionInventory-Agent Windows Installer.

AircraftRu commented 7 years ago

Hello @tabad Ok. I should write about this issue in somewhere alse?

tabad commented 7 years ago

Hello @AircraftRu,

The Windows Installer for FusionInventory Agent uses the /runnow option to create a schedule task to launch the command fusioninventory-agent.bat --force. This works with Windows XP operating systems (Task Scheduler 1.0) but not in Windows Vista operating system and above (Task Scheduler 2.0).

You could not use of /runnow whether you use Windows Vista operating system and above. Also, you can remove all those ATx tasks from your computers.

wawax commented 7 years ago

Hi @tabad ,

Don't you think it would be time to drop compatibility with Windows XP computers ? It more than old and deprecated...

Walid.

AircraftRu commented 7 years ago

Ok. It helped me. But this program creates many entries when it reinstall. The result in Task Scheduler accumulates trash.

AircraftRu commented 7 years ago

@tabad Please direct your attention to https://github.com/fusioninventory/fusioninventory-for-glpi/issues/2030

vollkommenIrrelevant commented 7 years ago

It is the same for me. At least the documentation should be adjusted.

g-bougard commented 6 years ago

Hi @AircraftRu I changed the way the installer implements the /runnow option in 2.4.2. You shouldn't see any more tasks related to install/reinstall. I'm closing then this issue, but can you confirm the lastest agent fixes your issue ? Thank you