Unattended installation of NetXMS Agent causes startup items not to add

Started by hmjvaline, November 27, 2024, 06:37:18 AM

Previous topic - Next topic

hmjvaline

When I use the Unattended installation of netxms5.1.1, after installation, 
start /wait "" "nxagent-5.1.1-x64.exe" /SILENT /SUPPRESSMSGBOXES /SERVER=serverip /CENTRALCONFIG /SUBAGENT=UPS
 /SUBAGENT=FILEMGR /SUBAGENT=LOGWATCH /SUBAGENT=PING /SUBAGENT=WMI /SUBAGENT=netsvc /SUBAGENT=winperf
 /LOGFILE=C:\NetXMS\log\netxms.log /FILESTORE=C:\NetXMS\var

it does not add nxuseragent.exe and nxsagent.exe to the startup folder of windows like directly using the installation file, although the services of both will be installed and executed normally,
but the Unattended installation is used because there is no automatic activation project in front,
As a result, "Take Screenshot" and "FileManager" cannot be used normally when using NXMC,
but the Edit Agent configuration on NXMC is normal

Of course, if I manually add a shortcut to nxuseragent.exe and nxsagent.exe in the Windows startup directory, it will all be back to normal again.

Is there some problem here?


hmjvaline

Sorry, I didn't read the guide carefully. In the description, you can use parameters to select all three choices on the first screen like an installation wizard, such as,

/MERGETASKS="fspermissions,sessionagent,useragent"

This problem does not exist