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

(adobereader) Failing to upgrade with error 1642 #232

Closed
2 tasks done
godigital1995 opened this issue Aug 29, 2024 · 12 comments
Closed
2 tasks done

(adobereader) Failing to upgrade with error 1642 #232

godigital1995 opened this issue Aug 29, 2024 · 12 comments
Labels
stale No response so unable to proceed.

Comments

@godigital1995
Copy link

Checklist

  • I have checked for similar opened and closed issues.
  • The issue title is in the format (<PACKAGENAME>) <ISSUE SUMMARY>.

Chocolatey Version

V2.3.0 Business

Chocolatey License

Business

Package Version

2024.2.21005

Current Behaviour

Hi, For some reason when update is being pushed out via Choco, its failing on all devices but on all devices its flagging up as update needed in task bar but then I have to use my admin credentials manually. It used to upgrade silently on all users, what's happened please can you help me?
Thanks
Ian

Expected Behaviour

No response

Steps To Reproduce

When trying to upgrade adobe reader

Environment

Windows 10 and or 11 OS

Chocolatey Log

2024-08-28 18:00:23,962 [DEBUG  ] - Calling Chocolatey PowerShell agent (tag: '11400')
2024-08-28 18:00:23,962 [DEBUG  ] -  Running the following (may differ slightly from provided):
2024-08-28 18:00:23,962 [DEBUG  ] -
-----------
# Chocolatey Script
choco upgrade adobereader -y --no-progress --execution-timeout="'14400'" -y --no-progress --run-actual

$exitCode = $LASTEXITCODE
Exit $exitCode
-----------

2024-08-28 18:00:28,330 [INFO   ] - Chocolatey v2.3.0 Business
2024-08-28 18:00:29,110 [INFO   ] - background logsync
2024-08-28 18:00:29,263 [INFO   ] - Upgrading the following packages:
2024-08-28 18:00:29,263 [INFO   ] - adobereader
2024-08-28 18:00:29,263 [INFO   ] - By upgrading, you accept licenses for the packages.
2024-08-28 18:00:30,046 [INFO   ] -
2024-08-28 18:00:30,046 [INFO ] - You have adobereader v2024.2.20965 installed. Version 2024.2.21005 is available based on your source(s).
2024-08-28 18:00:43,091 [INFO   ] - Downloading package from source 'https://WS-CHOCOLATEY-1.warrenservices.co.uk:8443/repository/ChocolateyInternal/index.json'
2024-08-28 18:02:02,453 [INFO   ] -
2024-08-28 18:02:02,453 [INFO   ] - adobereader v2024.2.21005
2024-08-28 18:02:02,500 [INFO   ] - adobereader package files upgrade completed. Performing other installation steps.
2024-08-28 18:02:05,183 [INFO   ] - Configuring manual update checks and installs.
2024-08-28 18:02:05,350 [INFO   ] - Copying adobereader (update)
2024-08-28 18:02:05,350 [INFO   ] -   from 'C:\ProgramData\chocolatey\lib\adobereader\tools\files\AcroRdrDCx64Upd2400221005_MUI.msp'
2024-08-28 18:02:07,519 [INFO   ] - Virus checking skipped/turned off. Not verifying 'AcroRdrDCx64Upd2400221005_MUI.msp'
2024-08-28 18:02:10,258 [INFO   ] - Applying patch.
2024-08-28 18:02:10,417 [INFO   ] - ERROR:
2024-08-28 18:02:10,417 [INFO   ] - Running ['C:\Windows\System32\msiexec.exe' /p "C:\ProgramData\chocolatey\choco-cache\AcroRdrDCx64Upd2400221005_MUI.msp" /norestart /quiet ALLUSERS=1 EULA_ACCEPT=YES  DISABLEDESKTOPSHORTCUT=1 DISABLE_ARM_SERVICE_INSTALL=1 /L*v "C:\ProgramData\chocolatey\choco-cache\adobereader.2024.2.21005.Update.log"] was not successful.
2024-08-28 18:02:10,417 [INFO   ] -  Exit code was '1642' See log for possible error messages..
2024-08-28 18:02:30,706 [INFO   ] - The upgrade of adobereader was NOT successful.
2024-08-28 18:02:30,706 [INFO   ] - Error while running 'C:\ProgramData\chocolatey\lib\adobereader\tools\chocolateyinstall.ps1'.
2024-08-28 18:02:30,706 [INFO   ] -  See log for details.
2024-08-28 18:02:36,941 [INFO   ] -
2024-08-28 18:02:36,941 [INFO   ] - Chocolatey upgraded 0/1 packages. 1 packages failed.
2024-08-28 18:02:36,941 [INFO   ] -  See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2024-08-28 18:02:36,951 [INFO   ] -
2024-08-28 18:02:36,956 [INFO   ] - Failures
2024-08-28 18:02:36,958 [INFO   ] -  - adobereader (exited 1642) - Error while running 'C:\ProgramData\chocolatey\lib\adobereader\tools\chocolateyinstall.ps1'.
2024-08-28 18:02:36,958 [INFO   ] -  See log for details.
2024-08-28 18:02:37,304 [DEBUG  ] - Chocolatey PowerShell agent exited with '1642'.

Anything else?

N/A

Copy link

Thanks for raising this issue!

The packages within this repository are maintained in my spare time. My spare time, like yours is important. Please help me not to waste it.

To help me, and to have the issue resolved more quickly, please see CONTRIBUTING for how to raise a pull request to resolve the issue yourself.

Thank you.

@pauby
Copy link
Owner

pauby commented Aug 29, 2024

Just to be very clear, the above is being run with elevated permissions on the destination computer?

It also looks like you have internalized the package using Chocolatey for Business? Can you provide the chocolateyInstall.ps1 from the package in your internal repository (removing any sensitive information)?

@godigital1995
Copy link
Author

godigital1995 commented Aug 29, 2024 via email

@pauby
Copy link
Owner

pauby commented Aug 29, 2024

I can't reproduce this and the Steps To Reproduce are not specific enough for me to reproduce it any other way.

Command I'm using (note I added -vd for more information in the logs):

image

I'm upgrading from the same version you are:

image

image

image

image

As the latest version (which you are having issues with) has been out for 2 weeks now and nobody else has reported issues, I don't believe the problem is with the package.

@pauby pauby changed the title adobereader (adobereader) Failing to upgrade with error 1642 Aug 29, 2024
@godigital1995
Copy link
Author

godigital1995 commented Aug 29, 2024 via email

@pauby pauby added the waiting on user Waiting on a response from the original poster. label Aug 29, 2024
Copy link

github-actions bot commented Sep 6, 2024

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue will be closed in 14 days if it continues to be inactive.

@github-actions github-actions bot added the pending closure Will be closed soon. label Sep 6, 2024
@godigital1995
Copy link
Author

godigital1995 commented Sep 6, 2024 via email

@pauby
Copy link
Owner

pauby commented Sep 6, 2024

Did you find the issue? It may help others in future if we can document it here.

@godigital1995
Copy link
Author

godigital1995 commented Sep 6, 2024 via email

@github-actions github-actions bot removed the pending closure Will be closed soon. label Sep 7, 2024
Copy link

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue will be closed in 14 days if it continues to be inactive.

@github-actions github-actions bot added pending closure Will be closed soon. and removed pending closure Will be closed soon. labels Sep 15, 2024
Copy link

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue will be closed in 14 days if it continues to be inactive.

@github-actions github-actions bot added the pending closure Will be closed soon. label Sep 24, 2024
Copy link

github-actions bot commented Oct 1, 2024

Dear contributor,

This issue has been automatically closed as it has been inactive for some time.

If you feel this is a valid issue, please feel free to re-open the issue if / when a pull request
has been added.

Thank you for your contribution.

@github-actions github-actions bot added the stale No response so unable to proceed. label Oct 1, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2024
@pauby pauby removed waiting on user Waiting on a response from the original poster. pending closure Will be closed soon. labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale No response so unable to proceed.
Projects
None yet
Development

No branches or pull requests

2 participants