The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
Hi all,
I would like to know how to run setup.exe to install inventory agent for windows server without any human interaction?
It would be appreciate it in advance.
Regards,
gotqcorp
Apr 06, 2020 07:11 PM
if you explicitly want to use setup.exe, i hope below command will work for you..
start /wait setup.exe /W /S /v"/qn ALLUSERS=1"
Apr 08, 2020 03:35 AM
Easiest way to install in silent mode is to use the switches for MSIexec, deploy by GPO
msiexec /i “FlexNet Inventory Agent.msi” /qn
you can find various deployment options in the manual
https://docs.flexera.com/FlexNetManagerSuite2019R2/EN/WebHelp/PDF%20Documents/On-Prem/GatheringFlexNetInventory.pdf
Apr 07, 2020 03:01 AM
You must also make sure that you uncomment the following line in the MGSSETUP.INI file be removing the semi-colon.
;POLICYARGS = -o InstallDefaultSchedule=True -o UILevel=Quiet -o PostponeUserInteractionLevel=Quiet -o PostponeByDefault=False
Apr 07, 2020 07:08 AM
For some reason the MGSSETUP.INI has that line commented out and its not working, we also had to go with the command line.
Feb 09, 2022 11:23 AM
if you explicitly want to use setup.exe, i hope below command will work for you..
start /wait setup.exe /W /S /v"/qn ALLUSERS=1"
Apr 08, 2020 03:35 AM
See the following post for discussion on a more advanced (ie. more powerful, but more complicated) approach to automatic agent deployment/configuration: FNMS Inventory Agent Deployment
Apr 09, 2020 05:16 PM