Summary
Question
Manual installation of UD agent can be achieved using the below command and it failed to create install log.
Below is the sample of the command which can be used for manual installation.
C:> msiexec /i hp-ud-agent-win32-x86-10.01.000.441.msi /qu SETUPTYPE=Enterprise PORT=7738 TIMEOUT=900
CERTPATH=c:\UDAgentInstall PERIOD=90 SOFTWAREUTILIZATION URL0=<IP Address > URL1=<IP Address > URL2==<IP Address >
Answer
To generate the install log while installing the UD agent manually we need use /log option for the msiexec .
Here is the command looks like.
C:\ msiexec /i hp-ud-agent-win32-x86-10.01.000.441.msi /qu SETUPTYPE=Enterprise PORT=7738 TIMEOUT=900
CERTPATH=c:\UDAgentInstall PERIOD=90 SOFTWAREUTILIZATION URL0=<IP Address > URL1=<IP Address > URL2==<IP Address > /log <PATH FOR LOGILE>
PATH FOR LOGFILE : This can be any path where user would like to create install log.