Sparronator9999 / YAMDCC

Yet Another MSI Dragon Center Clone - A fast, lightweight alternative to MSI Center for MSI laptops, written in C#.
GNU General Public License v3.0
13 stars 0 forks source link

Here we go again ;) Doesent working stop and uninstall feature #8

Closed porkmanager closed 2 weeks ago

porkmanager commented 2 weeks ago

del.

Sparronator9999 commented 2 weeks ago

Deja Vu I've Just Been In This Place Before

In all seriousness, are you sure it's not that particular application?

I checked in Task Manager and Windows' built-in Services applet, and the service seems to get stopped correctly.

Sparronator9999 commented 2 weeks ago

Actually, what's the name of the program so I can test it?

porkmanager commented 2 weeks ago

Actually, what's the name of the program so I can test it?

https://github.com/winsiderss/systeminformer

porkmanager commented 2 weeks ago

Task Manager and Windows' built-in Services applet

It is also shows that is yamdcc service is runin

Sparronator9999 commented 2 weeks ago

Weird, I just tested with System Informer, and it actually notified me about two services being deleted (WinRing0_1_2_0 (the internal name of WinRing0 that is used by YAMDCC), and yamdccsvc.exe).

porkmanager commented 2 weeks ago

Oh sorry, thats issue on my end. I starting yamdcc from desktop context menu and seems it has not enough privileges for uninstall service. Just started yamdcc directly from the app's folder ind its working properly

Sparronator9999 commented 2 weeks ago

I have added an Administrator check in the latest version. Something I never thought I'd need to do, since YAMDCC is configured to always run as Administrator (via an application manifest).

Sparronator9999 commented 2 weeks ago

Please try opening YAMDCC again via whatever means that was breaking service uninstall permissions (on the latest version, of course).

porkmanager commented 2 weeks ago

Latest build also the same. Starting it with context menu cant delete service but deleting temporary files and settings also can stop service. Idk what the hell wit my account privilegies, my windows os runs only with one administrator account

Sparronator9999 commented 2 weeks ago

I have made a couple of commits:

Can you test these changes?

porkmanager commented 2 weeks ago

Can you test these changes?

Sure I will

porkmanager commented 2 weeks ago

I have made a couple of commits

Yea, now uninstall feature working properly from any type of launch program

Sparronator9999 commented 2 weeks ago

Well.

I guess I'm leaving the "stop before uninstall" functionality in, then.

That's that solved. Even if I don't like the solution.