HI..I am new to VCO and I am trying to run VMware-vCenter_server.exe for silent installation using VCO workflow for automation but unable to do so due to error
I am using "Run SSH command" workflow in VCO with cmd parameter value as the absolute path of ".exe" and the value of command is : cmd /C "E:\vCenter-Server\VMware-vCenter-Server.exe" /qr CUSTOM_SETTINGS="C:\config.json"
The log output I am getting is as below : -
[2015-02-20 12:36:37.073] [I] Connecting with password
[2015-02-20 12:36:42.090] [I] Connected!
[2015-02-20 12:36:42.091] [I] Executing 'cmd /C "E:\vCenter-Server\VMware-vCenter-Server.exe" /qr CUSTOM_SETTINGS="C:\config.json"'
[2015-02-20 12:36:43.319] [I] Output: 'Language ID: 1033
Final command line: msiexec.exe /i "E:\vCenter-Server\VMware-vCenter-Server.msi" /l*v! "C:\Users\Administrator\vim-vcs-msi.log" LAUNCHED_BY_EXE=1 /qr CUSTOM_SETTINGS=C:\config.json
'
[2015-02-20 12:36:43.319] [I] Error: ''
[2015-02-20 12:36:43.319] [I] Exit code: '67'
[2015-02-20 12:36:43.475] [E] cmd /C "E:\vCenter-Server\VMware-vCenter-Server.exe" /qr CUSTOM_SETTINGS="C:\config.json" - output: Language ID: 1033
Final command line: msiexec.exe /i "E:\vCenter-Server\VMware-vCenter-Server.msi" /l*v! "C:\Users\Administrator\vim-vcs-msi.log" LAUNCHED_BY_EXE=1 /qr CUSTOM_SETTINGS=C:\config.json
Please help me out to rectify this issue.
Thanks