I have to update the windows service.exe and related dll by using console on remote computer. I tried net start <servicename> but it not allowed to query or issue command on the remote computer. then I tried sc & PsService from SysInternals. sc \\<ServerName> stop <ServiceName> PsService \\<ServerName> stop <ServiceName> the problem is both of them issue stop command and returned the control but I want to sure that service is stopped completely so that I can update ......
Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel I tried to install a new version of windows services that packed into 1 setup.msi and encounter the above mentioned error. To resolve it I tried google read lots of but then find the following article MSIEXEC - The power user's install steps to solve the error: 1. Execute the following command ......