Gerardo Grignoli

Results 154 comments of Gerardo Grignoli

Btw your server is using `Dialect: 3.1.1` which I understand means is using modern drivers... which shouldn't fail..

I will create a few builds to find root cause. Just call the .EXE (command line parsing was disabled). - 'debug/ShowVersionLite' => https://github.com/gerardog/gsudo/actions/runs/3168825686 This one is mostly Console.WriteLine. - 'debug/ShowVersion'...

I just upgraded ViGemBus with Winget, and my machine inadvertedly restarted, no warning, no way to cancel. ``` 2022-10-03 09:40:08.712 [CORE] WinGet, version [1.3.0], activity [{A6E3A63F-2EAA-4B92-A89F-D09C962219A8}] 2022-10-03 09:40:08.713 [CORE] OS:...

Happened a similar thing in my project gerardog/gsudo#167. In that case, a file was in use, so `MSIEXEC` (when used with /qn silent switch) would decide that restart automatically was...

I managed to intercept the msiexec call `"C:\WINDOWS\system32\msiexec.exe" /i "C:\ProgramData\Nefarius Software Solutions\ViGEm Bus Driver 1.21.442\install\5215C05\ViGEmBus.x64.msi" /qn /norestart AI_SETUPEXEPATH=C:\Users\gerar\AppData\Local\Temp\WinGet\ViGEm.ViGEmBus.1.21.442\ViGEmBus_1.21.442_x64_x86_arm64.exe SETUPEXEDIR=C:\Users\gerar\AppData\Local\Temp\WinGet\ViGEm.ViGEmBus.1.21.442\ EXE_CMD_LINE="/exenoui /exenoupdates /forcecleanup /wintime 1664800881 /qn /norestart "` So, it is...

> Well, I can't really do both without things going horribly wrong, Windows does its own reboot required detection so whenever the driver is in use, no matter what I...

Same ocurring with gsudo after microsoft/winget-pkgs#131849 which introduced the `winget install gsudo --installer-type portable` option See [logs](https://github.com/gerardog/gsudo/actions/runs/7967267209/job/21749957470). ``` Run vedantmgoyal[2](https://github.com/gerardog/gsudo/actions/runs/7967267209/job/21749957470#step:7:2)009/winget-releaser@v2 with: token: *** identifier: gerardog.gsudo installers-regex: \.msi$ max-versions-to-keep: 0 release-repository:...

#### Is it a good idea to implement this *inside* PowerShell? Changing the encoding inside `pwsh` **also changes the code page**, which also affects: * The language of Windows console...

If gsudo is not added to the list, please provide a way for gsudo to add itself. And AFAICT it looks like, as-is, it also breaks Linux sudo, like `sudo...

I am surprised this was not fixed after so much time. The problem is that people migration to 5.x may inadvertently run into this issue. There is no much point...