Changes between Initial Version and Version 1 of Ticket #1782, comment 3
- Timestamp:
- Dec 12, 2023, 7:07:04 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1782, comment 3
initial v1 1 -NoVerifyworks. I get the same failure when gpg.exe is in the same directory as the updater script.1 `-NoVerify` works. I get the same failure when gpg.exe is in the same directory as the updater script. 2 2 3 3 Is the fact that the script appears to try to launch "gpg.exe gpg.exe" relevant? Looking through a Sysinternals Process Monitor trace, powershell.exe searches the directories in PATH for "gpg.*" and get a success result in gpg.exe's parent directory, for "gpg.exe". Afterwards it then issues searches for "gpg.exe gpg.exe.*" in the same directories and gets no results. … … 6 6 From the same Powershell prompt: 7 7 8 {{{ 8 9 > gpg --version 9 10 gpg (GnuPG) 2.4.3 10 11 libgcrypt 1.10.2 12 }}} 11 13 12 14 Powershell version table shows mine is somewhat more recent. I haven't manually installed or changed my Powershell install (other than to allow execution of 'untrusted' scripts). 13 15 16 {{{ 14 17 PSVersion 5.1.19041.3758 15 18 PSEdition Desktop … … 20 23 PSRemotingProtocolVersion 2.3 21 24 SerializationVersion 1.1.0.1 25 }}}