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

Possible to retrigger build against 13.0.23.0 #6

Open
sylus opened this issue Dec 4, 2018 · 13 comments
Open

Possible to retrigger build against 13.0.23.0 #6

sylus opened this issue Dec 4, 2018 · 13 comments

Comments

@sylus
Copy link

sylus commented Dec 4, 2018

Hi there and thanks for the package, I was wondering if you could retrigger the build so chocolatey would see the newer version and hopefully pass so isn't recommending the 13.018.0 line.

Thanks so much :)

@sylus
Copy link
Author

sylus commented Dec 4, 2018

@majorsilence

@majorsilence
Copy link
Owner

https://gist.github.com/choco-bot/1fc34d4d4fdce503083ce2c28f3764c3

13.0.23.0 is failing at the moment. I don't have time to debug it. If you want to have a look please go ahead and send a fix.

@sylus
Copy link
Author

sylus commented Dec 5, 2018

Absolutely, I will take a look and report back ^_^

@sylus
Copy link
Author

sylus commented Dec 5, 2018

Hmm so running:

choco install .\CrystalReports2010Runtime.13.0.23.0.nupkg -dv -s .

And everything worked fine for me locally.

CrystalReports2010Runtime has been installed.
Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\CrystalReports2010Runtime\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '''] exited with '0'.
Calling command ['"C:\Windows\System32\shutdown.exe" /a']
Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
  crystalreports2010runtime may be able to be automatically uninstalled.
Capturing package files in 'C:\ProgramData\chocolatey\lib\CrystalReports2010Runtime'
 Found 'C:\ProgramData\chocolatey\lib\CrystalReports2010Runtime\CrystalReports2010Runtime.nupkg'
  with checksum 'A792ED3613F01DEA50673115A98E3987'
 Found 'C:\ProgramData\chocolatey\lib\CrystalReports2010Runtime\CrystalReports2010Runtime.nuspec'
  with checksum 'A51CFAC83A2B6BF4CB9286E000913BBF'
 Found 'C:\ProgramData\chocolatey\lib\CrystalReports2010Runtime\tools\chocolateyInstall.ps1'
  with checksum '0AEA238DCA4432E04C2A1E7186B4BC46'
 Found 'C:\ProgramData\chocolatey\lib\CrystalReports2010Runtime\tools\chocolateyUninstall.ps1'
  with checksum 'B7F2D5F9352547DB24E253BD7E417545'
Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\CrystalReports2010Runtime.13.0.23.0".
There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\CrystalReports2010Runtime.13.0.23.0\.registry'
There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\CrystalReports2010Runtime.13.0.23.0\.files'
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\CrystalReports2010Runtime.13.0.23.0\.extra".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\CrystalReports2010Runtime.13.0.23.0\.version".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\CrystalReports2010Runtime.13.0.23.0\.sxs".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\CrystalReports2010Runtime.13.0.23.0\.pin".
Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
Attempting to delete file "C:\ProgramData\chocolatey\lib\CrystalReports2010Runtime\.chocolateyPending".
 The install of crystalreports2010runtime was successful.
  Software installed as 'msi', install location is likely default.

Chocolatey installed 1/1 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Sending message 'PostRunMessage' out if there are subscribers...
Exiting with 0

@sylus
Copy link
Author

sylus commented Dec 9, 2018

This seems to be the ultimate issue I think as I can reproduce the error on the provided testing vagrant box

Error 1904 . Module C:\..........\crtslv.dll failed to register. HRESULT -2147024770.

@majorsilence
Copy link
Owner

Are the tests in the vagrant box running inside docker? To install crystal reports in docker will not work without some hacks.

@sylus
Copy link
Author

sylus commented Dec 10, 2018

Nope just an inline script.

https://github.com/chocolatey/chocolatey-test-environment

@sylus
Copy link
Author

sylus commented Dec 12, 2018

If helps anyone this worked for me in docker after copying the req dll files from a windows 2016 datacenter VM.

# Crystal Reports
RUN choco install -v -y vcredist2015 -version 14.0.24212.0
COPY ./install/System32/oledlg.dll /windows/System32
COPY ./install/SysWOW64/oledlg.dll /windows/SysWOW64
RUN choco install -v -y crystalreports2010runtime -version 13.0.23.0

@sylus
Copy link
Author

sylus commented Jan 15, 2019

Hey @majorsilence would you mind pushing again to choco looks like got removed, doesn't matter if doesn't get validated as still works for me. ^_^

@majorsilence
Copy link
Owner

Sure. I've uploaded a new copy.

@sylus
Copy link
Author

sylus commented Apr 10, 2019

@majorsilence sorry to be annoying might pushing again it seems they keep removing it

@sylus
Copy link
Author

sylus commented May 3, 2019

@majorsilence ^

@sylus
Copy link
Author

sylus commented May 3, 2019

Actually no worries I am just building from msi and works sorry for hassle.

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

No branches or pull requests

2 participants