jordigg / chocolatey-officebusiness

Chocolatey Office Business related packages
3 stars 16 forks source link

Office installs successfully, but choco package never reports as installed #45

Closed jackmtpt closed 8 months ago

jackmtpt commented 9 months ago

We're installing this package with the following command line:

choco install Office365Business --parameters '/productid:ProPlus2019Retail /eula /exclude:Access OneNote Outlook PowerPoint Publisher Lync Word OneDrive'

Excel is successfully installed, but the package never shows up in choco list as having been installed. This is breaking our automation because it's never able to detect that the installation has actually finished.

jordigg commented 9 months ago

As discussed at the choco site, seems to be related to your environment in specific or the way the MS installer works. Unfortunately the package just orchestrates the installation, error codes comes from the MS package directly which we don't have permissions over.

I'll keep this issue open for a bit just in case. For now, not much we can do on our side.