Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot update if name of EXE file has changed inside ZIP #530

Open
rakleed opened this issue May 7, 2024 · 1 comment
Open

Cannot update if name of EXE file has changed inside ZIP #530

rakleed opened this issue May 7, 2024 · 1 comment

Comments

@rakleed
Copy link

rakleed commented May 7, 2024

Brief description of your issue

wingetcreate cannot update if the name of the EXE file inside the ZIP has changed.

Steps to reproduce

wingetcreate update -u https://download.gigabyte.com/FileList/Utility/GCC_24.05.01.01.zip -v 24.05.01.01 GIGABYTE.GigabyteControlCenter

Expected behavior

Manifest successfully creates.

Actual behavior

Error: Nested installer not found in zip archive: GIGABYTE Control Center_2024_Mar_release_All_Setup_B24032901.exe. Please use the interactive mode to update this package.

Environment

Windows Package Manager Manifest Creator v1.6.1.0
Operating System: Microsoft Windows NT 10.0.22631.0
System Architecture: X64
@Trenly
Copy link
Contributor

Trenly commented May 13, 2024

I'm pretty sure this is intended behavior based on the error message shown. If there are multiple EXE's inside the zip file, selecting the correct one for the update could be inaccurate. Perhaps if there is only one EXE inside it could be autodetected, and that would be a great feature request

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

No branches or pull requests

2 participants