Replies: 4 comments 1 reply
-
Can you share the InstallerUrl you used? (You might want to convert this discussion into an issue) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was doing this interactively and had not yet got a prompt for the
InstallerlUrl.
However, thinking about it I realize a possible problem. For the
InstallerUrl I used
https://www.jsoftware.com/download/j9.5/install/j9.5_win64.exe
which is a symlink to the latest version, i.e. previously:
https://www.jsoftware.com/download/j9.5/install/j9.5.0-beta1_win64.exe
and now updated to:
https://www.jsoftware.com/download/j9.5/install/j9.5.0-beta2_win64.exe
Perhaps wingetcreate saw that the previous InstallerUrl had changed? So I
should not use a symlink that is updated for it?
…On Wed, May 3, 2023 at 9:35 AM Muhammad Danish ***@***.***> wrote:
Can you share the InstallerUrl you used? (You might want to convert this
discussion into an issue)
—
Reply to this email directly, view it on GitHub
<#369 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMDJAOEUUHLCY2D42VDIADXEKCMBANCNFSM6AAAAAAXUUQLZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
c:\users\elmo>wingetcreate
Windows Package Manager Manifest Creator v1.2.5.0
…On Wed, May 3, 2023 at 10:10 AM Muhammad Danish ***@***.***> wrote:
I could not reproduce the issue on my end; I used the same command and was
prompted for the interactive update
[image: image]
<https://user-images.githubusercontent.com/88161975/235989714-414d437b-17ed-41ba-b0ec-b178c77d888b.png>
Can you share what version of winget-create you are running by just typing
in wingetcreate in the terminal?
—
Reply to this email directly, view it on GitHub
<#369 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMDJAO5IXUOK6AAGYC3G3LXEKGRLANCNFSM6AAAAAAXUUQLZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Very strange. I tried this on another machine, and got exactly the same
problem!
…On Wed, May 3, 2023 at 11:15 AM chris burke ***@***.***> wrote:
c:\users\elmo>wingetcreate
Windows Package Manager Manifest Creator v1.2.5.0
On Wed, May 3, 2023 at 10:10 AM Muhammad Danish ***@***.***>
wrote:
> I could not reproduce the issue on my end; I used the same command and
> was prompted for the interactive update
> [image: image]
> <https://user-images.githubusercontent.com/88161975/235989714-414d437b-17ed-41ba-b0ec-b178c77d888b.png>
> Can you share what version of winget-create you are running by just
> typing in wingetcreate in the terminal?
>
> —
> Reply to this email directly, view it on GitHub
> <#369 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAMDJAO5IXUOK6AAGYC3G3LXEKGRLANCNFSM6AAAAAAXUUQLZQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a package listed by winget search J-language as:
J-language Jsoftware.J.9.5 9.5.0-beta1 winget
Trying to update it gives an error message:
PS C:\Users\elmo> wingetcreate.exe update Jsoftware.J.9.5 --version 9.5.0-beta2 --interactive
Retrieving latest manifest for Jsoftware.J.9.5
System.IO.IOException: The handle is invalid.
at System.ConsolePal.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
at System.ConsolePal.Clear()
at Microsoft.WingetCreateCLI.Commands.UpdateCommand.UpdateManifestsInteractively(Manifests manifests)
at Microsoft.WingetCreateCLI.Commands.UpdateCommand.ExecuteManifestUpdate(List`1 latestManifestContent, CommandExecutedEvent commandEvent)
at Microsoft.WingetCreateCLI.Commands.UpdateCommand.Execute()
at Microsoft.WingetCreateCLI.Program.Main(String[] args)
Is there a problem updating the version from 9.5.0-beta1 to 9.5.0-beta2?
Beta Was this translation helpful? Give feedback.
All reactions