Likely reason: You need to be the top admin on the machine.
This is a generic Microsoft error common to any software installation.
The "Application SID does not match Conductor SID" error can occur when a program is being run at an elevated level or the user does not have permission. This usually occurs during an install or restart of the program. Make sure the user accounts match or the current user has permission to perform the intended operation
The error "Application SID does not match Conductor SID" will be generated whenever the user account the service is being run under does not match the user account used to launch the setup instance. The term "Conductor" refers to the MSI setup engine. It also appears that if the setup is executed with elevated permissions (Run As Administrator), then the SID check is bypassed. This behavior is by design and is intended to prevent the malicious restarting of critical system services.
Likely reason: You need to be the top admin on the machine.
This is a generic Microsoft error common to any software installation.
The "Application SID does not match Conductor SID" error can occur when a program is being run at an elevated level or the user does not have permission. This usually occurs during an install or restart of the program. Make sure the user accounts match or the current user has permission to perform the intended operation
The error "Application SID does not match Conductor SID" will be generated whenever the user account the service is being run under does not match the user account used to launch the setup instance. The term "Conductor" refers to the MSI setup engine. It also appears that if the setup is executed with elevated permissions (Run As Administrator), then the SID check is bypassed. This behavior is by design and is intended to prevent the malicious restarting of critical system services.