Hello Community,
i've got a problem installing vmrc-10.0.2 unattanded (i know this is VMware vSphere section, but its the closest section found since its related to connect to vSphere ESXi).
After unattanded installation the client will reboot and i want to suppress this. - Command line looks like:
setup.exe /s /V /Qn EULAS_AGREED=1 AUTOSOFTWAREUPDATE=0 ATACOLLECTION=0 MsiSystemRebootPending=0 RebootAction=0 /L "C:\temp\vmrc.log"
Both parameter "MsiSystemRebootPending" and "RebootAction" are used in log file:
Incrementing counter to disable shutdown. Counter after increment: 0
PROPERTY CHANGE: Adding REBOOTACTION property. Its value is '0'.
PROPERTY CHANGE: Adding MSISYSTEMREBOOTPENDING property. Its value is '0'.
But these lines are followed by:
RESTART MANAGER: Disabled by MSIRESTARTMANAGERCONTROL property; Windows Installer will use the built-in FilesInUse functionality.
PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
After installation finished:
Property(S): MsiSystemRebootPending = 1
Property(S): REBOOTACTION = 0
Property(S): MSISYSTEMREBOOTPENDING = 0
[...]
Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
and the system will reboot.
If i do "setup.exe /?" i get an information that all command-line parameters are located at the unattanded section in the handbook.
But i searched for 2 hours without success. the only "documentation" i've found is this: "VMware Remote Console – Dokumentation
Not usefull in my case. - Does anyone know the answer?