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

New package: Autodesk.AutoCAD.2022 version 24.1.51.0 #202952

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

rovabunw
Copy link
Contributor

@rovabunw rovabunw commented Dec 28, 2024

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.9 schema?

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


Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@wingetbot
Copy link
Collaborator

/AzurePipelines run

@wingetbot wingetbot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Dec 28, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Dec 28, 2024
@Trenly
Copy link
Contributor

Trenly commented Dec 28, 2024

image

Copy link
Contributor

@DuckDuckStudio DuckDuckStudio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The size of this package is over 1GB and I was UNABLE to download it. You can try other parameters based on the documentation (like --silent).

…taller.yaml

Co-authored-by: 鸭鸭「カモ」 <Yzcbs123@163.com>
@wingetbot
Copy link
Collaborator

/AzurePipelines run

@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. Changes-Requested Changes Requested labels Dec 29, 2024
@rovabunw
Copy link
Contributor Author

rovabunw commented Dec 29, 2024

You can try other parameters based on the [documentation]

These type of Autodesk setups need a specific approach.

  1. sfx extraction

First AutoCAD_2022_English_Win_64bit_dlm.sfx.exe needs to be extracted using:

-suppresslaunch -d

  1. run setup.exe

Then in the extracted directory ..\AutoCAD_2022_English_Win_64bit_dlm\setup.exe needs to be run using -q

@wingetbot wingetbot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Dec 29, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Dec 29, 2024
@rovabunw
Copy link
Contributor Author

rovabunw commented Dec 29, 2024

Hello @rovabunw,

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 with https://github.com/microsoft/winget-pkgs#test-your-manifest.

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

These type of Autodesk setups need a specific approach.

  1. sfx extraction

First AutoCAD_2022_English_Win_64bit_dlm.sfx.exe needs to be extracted using:

-suppresslaunch -d

  1. run setup.exe

Then in the extracted directory ..\AutoCAD_2022_English_Win_64bit_dlm\setup.exe needs to be run using -q

@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 Dec 29, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Dec 29, 2024
@ItzLevvie
Copy link
Contributor

@wingetbot run

@ItzLevvie
Copy link
Contributor

[Policy] Reset Feedback
[Policy] Reset Labels

@wingetbot
Copy link
Collaborator

/AzurePipelines run

1 similar comment
@wingetbot
Copy link
Collaborator

/AzurePipelines run

@wingetbot
Copy link
Collaborator

/AzurePipelines run

@wingetbot
Copy link
Collaborator

/AzurePipelines run

@wingetbot
Copy link
Collaborator

/AzurePipelines run

@wingetbot wingetbot added the PullRequest-Error PR is Invalid label Jan 9, 2025
Copy link
Contributor

Hello @rovabunw,

The package manager bot determined there was an issue with the pull request. Make sure the manifest files are under the manifests\partition\publisher\appname\version directory and only one package version is being modified in your PR. The partition of the path must be the first letter of the publisher in lower-case.

Example:
Path: manifests / m / Microsoft / WindowsTerminal / 1.6.10571.0 / WindowsTerminal.yaml

For details on the error, see the details link below in the build pipeline.

You may also try the Windows Package Manager Manifest Creator

Template: msftbot/validationError/pullRequest

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jan 9, 2025
@stephengillie
Copy link
Collaborator

image

The situation is unchanged.

@ItzLevvie
Copy link
Contributor

[Policy] Blocking-Issue

@microsoft-github-policy-service microsoft-github-policy-service bot added Blocking-Issue Manifest validation is blocked by a known issue. and removed Needs-Author-Feedback This needs a response from the author. labels Jan 10, 2025
@rovabunw
Copy link
Contributor Author

The situation is unchanged.

Correct because this is not supported yet: #207759

@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

/AzurePipelines run

@microsoft-github-policy-service microsoft-github-policy-service bot removed Blocking-Issue Manifest validation is blocked by a known issue. PullRequest-Error PR is Invalid labels Jan 11, 2025
@ItzLevvie
Copy link
Contributor

[Policy] Blocking-Issue

@microsoft-github-policy-service microsoft-github-policy-service bot added the Blocking-Issue Manifest validation is blocked by a known issue. label Jan 11, 2025
@wingetbot wingetbot added the Manifest-Validation-Error Manifest validation failed label Jan 11, 2025
Copy link
Contributor

Hello @rovabunw,

Please verify the manifest file is compliant with the package manager 1.9 manifest specification.

Make sure the ID is of the form publisher.appname and that the folder structure is manifests\partition\publisher\appname\version.

Note: The path and "PackageIdentifier" are case sensitive.

Be sure to use a tool like VSCode to make sure the manifest YAML syntax is correct. You can also validate your manifest using the winget validate command.

For details on the specific error, see the details link below in the build pipeline.

Template: msftbot/validationError/manifest/content

@ItzLevvie
Copy link
Contributor

[Policy] Reset Feedback

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Author-Feedback This needs a response from the author. label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocking-Issue Manifest validation is blocked by a known issue. Interactive-Only-Installer The package requires intearction to install. Manifest-Validation-Error Manifest validation failed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants