Results 53 comments of Teddy Z

Can you try the latest 0.12.55 version and see if that works?

Please try latest version and see if it is fixed. Reopen if you have a repro.

Probably the best way is to call DrvSetupUninstallDriver directly. However, need to figure out the correct parameters to call it. Before that, just fallback to SetupUninstallOEMInf. Change in 4e9a04716d6b38bf86f49d001023756025ead2e4.

Also I remove %USERPROFILE% and %APPDATA% support. %USERPROFILE% is not supposed to used for storing app configurations. It is meant for user files. %APPDATA% will roaming across machine, but notepad4.ini...

> Instead of checking `_Microsoft.Winget.Source_`, how about just check whether Notepad4.ini from Notepad4.exe folder is writeable? Unfortunately Notepad4.ini is writable in WinGet installation folder, so we can't rely on that...

> > Also I remove %USERPROFILE% and %APPDATA% support.我也删除了%USERPROFILE%和%APPDATA%支持。 %USERPROFILE% is not supposed to used for storing app configurations. It is meant for user files. %USERPROFILE%不应用于存储应用程序配置。它是用于用户文件的。 %APPDATA% will roaming across...

@zufuliu I updated the PR to restore support for PROFILE and APPDATA, please take another look.

Any update on this one?

SignPath support AppVeyor as well, though their support doesn't seems that good. I was able to make it auto submit the build from AppVeyor to sign, but didn't find a...