ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
16.88k stars 1.08k forks source link

Winutil (Issues when installing) #2233

Closed DarkSideAm closed 1 week ago

DarkSideAm commented 2 weeks ago

Hi All. I observed a minor issue with the Win utility while installing the selected apps from the installed programs; however, when installing, it says 1 of 24 and remains that way while the programs continue to install. It remains stuck like that during the entire process. Does anyone else have the same issues? The programs still install without problems. Sometimes VLC doesn't always install.

also can someone please explain why it's asking this about credentials it's only just recently that this is happening.

Screenshots Screenshot_1 Screenshot_2

@og-mrk

og-mrk commented 2 weeks ago

@DarkSideAm, thanks for reporting this issue

The progress bar not updating is probably some logic error in the code, I'll look into it.

The pop-up window is asking to use credentials to install an app for another user because some apps, like Spotify, don't like to be installed in the Admin context.. so we need a way to install these apps in a reqular user mode, and the current solution isn't perfect by any means (I believe it actually interferes with unattended config use.. could be wrong on this), but it worked at the time, but it needs some improvements.

og-mrk commented 1 week ago

@DarkSideAm I'd like to inform you that I've created a PR which'll solve this issue, link to it. Thanks for reporting this Issue 😄