Skip to content

Update Jumping Bytes PureSync Personal to version 8.6.0 - #425099

Open
Christoph Güntner (JumpingBytes) wants to merge 6 commits into
microsoft:masterfrom
JumpingBytes:puresync-8.6.0
Open

Update Jumping Bytes PureSync Personal to version 8.6.0#425099
Christoph Güntner (JumpingBytes) wants to merge 6 commits into
microsoft:masterfrom
JumpingBytes:puresync-8.6.0

Conversation

@JumpingBytes

@JumpingBytes Christoph Güntner (JumpingBytes) commented Aug 27, 2026

Copy link
Copy Markdown

📖 Description

✅ Checklist

📦 Manifest Checklist

  • Checked that there aren't other open pull requests for the same manifest update/change
  • This PR only modifies one (1) manifest
  • Validated manifest locally with winget validate --manifest <path> (validation guide)
  • Tested manifest locally with winget install --manifest <path>
  • Manifest conforms to the 1.12 schema

Note: <path> is the directory containing the manifest you're submitting.

Microsoft Reviewers: Open in CodeFlow

@wingetvalidator-prod

Copy link
Copy Markdown

Found duplicate pull request(s)

@wingetvalidator-prod wingetvalidator-prod Bot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Aug 27, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot added Needs-Author-Feedback This needs a response from the author. Validation-Guide Something happened during validation. Provide the guide. labels Aug 27, 2026
@JumpingBytes

Copy link
Copy Markdown
Author

I have no idea why the installation fails in the autmated test enviroment
The switch
ElevationRequirement: elevationRequired
is set in JumpingBytes.PureSync.Personal.installer
and the installer is run with these comand line options:
/exebasicui /qb /log ..
(when I run winget install --manifest ..)
I assume in the test enviroment they should be the same.

So, can either some provide me the log file of the installation (I ccannot fid it here)
Or look into that what the issue is, e.g. what uder dialog is shown

@microsoft-github-policy-service microsoft-github-policy-service Bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Aug 27, 2026
@stephengillie Stephen Gillie (stephengillie) removed the Needs-CLA The author needs to sign the CLA label Aug 27, 2026
@stephengillie

Copy link
Copy Markdown
Collaborator

Automatic Validation ended with:

No logs after 5 retries.

(Deterministic automation - build 1811.)

@JumpingBytes

Copy link
Copy Markdown
Author

Automatic Validation ended with:

No logs after 5 retries.

(Deterministic automation - build 1811.)

Can you please tell me the exact command line options the installer is started with.
And the same for uninstallation please.

I still have no clue how to solve, with no further info.
"No logs after 5 retries" does not help at all.
the log parameter is provied correctly in theYaml file.

Thank you

@stephengillie

Copy link
Copy Markdown
Collaborator

Automatic Validation ended with:

No logs after 5 retries.

(Deterministic automation - build 1811.)

@microsoft-github-policy-service microsoft-github-policy-service Bot removed Needs-Attention This work item needs to be reviewed by a member of the core team. New-Manifest Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. labels Aug 28, 2026
@wingetvalidator-prod wingetvalidator-prod Bot added New-Manifest Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash labels Aug 28, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot added the Needs-Author-Feedback This needs a response from the author. label Aug 28, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot removed the Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash label Aug 28, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot removed Needs-Attention This work item needs to be reviewed by a member of the core team. New-Manifest Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. labels Aug 28, 2026
@JumpingBytes

Copy link
Copy Markdown
Author

I got some help here:
#425665

And I have now fixed 2 issues and compiled and uploaded a new version.
New checkings are running now.

@wingetvalidator-prod wingetvalidator-prod Bot added New-Manifest Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash labels Aug 28, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot added the Needs-Author-Feedback This needs a response from the author. label Aug 28, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot removed Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash Needs-Author-Feedback This needs a response from the author. New-Manifest labels Aug 28, 2026
@wingetvalidator-prod wingetvalidator-prod Bot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Aug 29, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot added the Needs-Author-Feedback This needs a response from the author. label Aug 29, 2026
@Trenly

Copy link
Copy Markdown
Contributor

Hello Christoph Güntner (Christoph Güntner (@JumpingBytes)),

During installation testing, this application failed to install without user input. Did you forget to add Silent or SilentWithProgress switches?

This can also happen when a dependency is missing. You can test based on the documentation.

Please investigate a fix and resubmit the Pull Request.

You may also try using the Windows Package Manager Manifest Creator to determine the proper installer type. If the installer type is MSIX, MSI, or a known installer technology like NullSoft, Inno, etc. the wingetcreate tool can detect them and the winget client will know what switches to pass. If it's a .exe installer of an unknown type, you will need to search to determine the proper switches for Silent and SilentWithProgress.

Template: msftbot/validationError/installation/unattended

Same issue as before -

MSI (s) (04:30) [15:28:14:909]: Error: cannot register 64 bit component {56682158-4199-41A7-8F41-278EBB3F6EE9} on 32 bit system. KeyPath:

If you update the Architecture to x64 as suggested above it should switch the validation agent to an x64 agent.

image

@JumpingBytes

Copy link
Copy Markdown
Author

ok, I see 2 problems:

  1. the error message box: Will be no longer shown in the next installation, when silent install
    So, that should be fixed

  2. MSI (s) (04:30) [15:28:14:909]: Error: cannot register 64 bit component {56682158-4199-41A7-8F41-278EBB3F6EE9} on 32 bit system. KeyPath:
    That file is set to be installed only on 64 systems, and that is working fine here on a Win 10 x86.
    So why is that installed here on the test system?

(the installaion and the product itself is 32 bit.)

@microsoft-github-policy-service microsoft-github-policy-service Bot removed Needs-Author-Feedback This needs a response from the author. Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. labels Aug 29, 2026
@wingetvalidator-prod wingetvalidator-prod Bot added New-Manifest Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Completed Validation passed labels Aug 29, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot removed the Validation-Guide Something happened during validation. Provide the guide. label Aug 29, 2026
@JumpingBytes

Christoph Güntner (JumpingBytes) commented Aug 29, 2026

Copy link
Copy Markdown
Author

ok, so last changes to my installation finally seems to have fixed the problem.

I downloaded the logs (https://cdn.winget.microsoft.com/artifacts/WinGetSvc-Validation-425099-6-artifacts.zip) to check for problems
But there a no logs. the folder InstallationVerificationLogs are empty. Why that?

I must say, all this here is a nightmare to me - took me some days to solve this - so many unclear things, no or false error messages, no links, .... Without chatgtp and the forum I would not have been able to do this at all.

Sorry for opening many PRs - I still do not know the steps how to use the same PR again.

Next step is to test 'winget upgrade Jumpingbytes.PureSync.Personal' when merging is done.
Although, why merge? The new yaml files should be used, no merging.

@KarbitsCode

Copy link
Copy Markdown
Contributor

Although, why merge? The new yaml files should be used, no merging.

What do you mean exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. New-Manifest Possible-Duplicate Validation-Completed Validation passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants