Windows exe application service not upgrading

Dondapati, Navin 281 Reputation points
2021-02-17T05:47:01.007+00:00

Hi Guys,

We push exe via windows app upgrade, but service fail to upgrade.

We are open to stop and restart services,so that it upgrade the services with new version.

Regards,
Navin

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,197 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jenny Yan-MSFT 9,336 Reputation points
    2021-02-17T07:00:26.517+00:00

    Hi,
    1.Is this windows service written by yourself or any other existing service? Any screenshot will be appreciated.

    2.For normal service which could be found in services.msc, stop and restart is a common way to ensure the service is running well but for the customized service with C code, following thread might be helpful:

    • Net stop/start
    • uninstall the old windows service and install new version of windows service

    https://stackoverflow.com/questions/22162477/how-to-update-an-installed-windows-service

    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.


    Hope this helps and please help to accept as Answer if the response is useful.

    Thanks,
    Jenny

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dondapati, Navin 281 Reputation points
    2021-02-17T15:28:19.89+00:00

    Custom build exe using c#