Forum breadcrumbs - You are here:Official Easy2Boot ForumEasy2Boot: Payload issuesMissing "chocolatey-compatibility …
Missing "chocolatey-compatibility.extension" using offline installation
habreli@habreli
1 Post
#1 · 2025-10-27, 3:39 PM
Quote from habreli on 2025-10-27, 3:39 PMHallo everybody,i´m trying to do a chocolaty offline installation and i´m missing a dependency.And i am not able to solve the problem.-Starting C:\DRIVERS\MyStartup.cmdC:\DRIVERS\MyStartup.cmd RUNNINGInstalling the following packages:chocolatey-core.extensionBy installing, you accept licenses for the packages.Unable to resolve dependency 'chocolatey-compatibility.extension'. Source(s) used: 'C:\DRIVERS\CHOCBOX'.-Any ideas how to solve it ?Many thanks.
Hallo everybody,
i´m trying to do a chocolaty offline installation and i´m missing a dependency.
And i am not able to solve the problem.
-
Starting C:\DRIVERS\MyStartup.cmd
C:\DRIVERS\MyStartup.cmd RUNNING
Installing the following packages:
chocolatey-core.extension
By installing, you accept licenses for the packages.
Unable to resolve dependency 'chocolatey-compatibility.extension'. Source(s) used: 'C:\DRIVERS\CHOCBOX'.
-
Any ideas how to solve it ?
Many thanks.
Click for thumbs down.0Click for thumbs up.0
SteveSi@steve6375
257 Posts
#2 · 2025-11-20, 1:44 PM
Quote from SteveSi on 2025-11-20, 1:44 PM: ---- OFFLINE INSTALL OF CHOCO PACKAGES ---- :: Install any offline packages that were in USB:\_ISO\WINDOWS\ installs\APPS\CHOCBOX folder - each one must be named by name if exist %systemdrive%\DRIVERS\OfflineChoco.TAG start /wait %systemdrive%\DRIVERS\nircmd speak text "Installing Fox it reader, win merge, prod u key and notepad plus plus" if exist %systemdrive%\DRIVERS\OfflineChoco.TAG echo Installing Offline Choco packages... :: Some packages require chocolatey-core.extension, so always install this first if exist %systemdrive%\DRIVERS\OfflineChoco.TAG cinst chocolatey-core.extension -source C:\DRIVERS\CHOCBOX -y -r >> %log% :: Now install choco packages - must use xxxxxx.install if they are .install packages You meed to add the file - see https://easy2boot.xyz/create-your-website-with-blocks/add-payload-files/windows-install-isos/installing-offline-chocolatey-packages/#2_Pick-n-Mix_only_copy_and_install_the_purple_and_orange_ones
: ---- OFFLINE INSTALL OF CHOCO PACKAGES ---- :: Install any offline packages that were in USB:\_ISO\WINDOWS\ installs\APPS\CHOCBOX folder - each one must be named by name if exist %systemdrive%\DRIVERS\OfflineChoco.TAG start /wait %systemdrive%\DRIVERS\nircmd speak text "Installing Fox it reader, win merge, prod u key and notepad plus plus" if exist %systemdrive%\DRIVERS\OfflineChoco.TAG echo Installing Offline Choco packages... :: Some packages require chocolatey-core.extension, so always install this first if exist %systemdrive%\DRIVERS\OfflineChoco.TAG cinst chocolatey-core.extension -source C:\DRIVERS\CHOCBOX -y -r >> %log% :: Now install choco packages - must use xxxxxx.install if they are .install packages You meed to add the file - see https://easy2boot.xyz/create-your-website-with-blocks/add-payload-files/windows-install-isos/installing-offline-chocolatey-packages/#2_Pick-n-Mix_only_copy_and_install_the_purple_and_orange_ones
Click for thumbs down.0Click for thumbs up.0
Last edited on 2025-11-21, 8:35 AM by SteveSi