diff --git a/src/content/docs/en-us/features/package-internalizer.mdx b/src/content/docs/en-us/features/package-internalizer.mdx index a49c8aace8..ad99287eea 100644 --- a/src/content/docs/en-us/features/package-internalizer.mdx +++ b/src/content/docs/en-us/features/package-internalizer.mdx @@ -10,7 +10,7 @@ import Xref from '@components/Xref.astro'; Automatically Internalize/Recompile Existing Packages (Business and MSP Editions Only) -There are thousands of existing packages on the ). There is a process for downloading and internalizing packages to use internal or embedded locations for that software that is called **internalizing** (also known as recompiling). +There are thousands of existing packages on the [Chocolatey Community Repository](https://community.chocolatey.org/packages) that are a tremendous resource when it comes to creating packages that have software that can sometimes be tricky! Unfortunately you may be wary of using those packages without changes because many of those packages are subject to distribution rights and thus have an internet dependency (which creates both ). There is a process for downloading and internalizing packages to use internal or embedded locations for that software that is called **internalizing** (also known as recompiling). Chocolatey for Business is able to automatically download packages and resources, edit the scripts, and recompile packages to internalize and remove internet dependencies from those packages, saving you hours of time in ! @@ -40,7 +40,7 @@ This image shows running `choco download --recompile git.install`. ![automatic recompile](/images/gifs/choco_business_features_recompile.gif) - To see all feature videos for Chocolatey for Business, please visit https://chocolatey.org/resources/features#c4b. + See all the [feature videos for Chocolatey for Business](https://chocolatey.org/resources/features#c4b). ## Options and Switches @@ -115,10 +115,10 @@ Some packages are already internalized or don't have remote resources. In those ### It was not able to download a resource. Why not? -This feature is in preview, but is able to download/recompile quite a few packages. There are a few that it may have issues with, especially if variables with methods are used (e.g. `$(somevar).Replace(".","")`). In those cases it attempts to warn you ahead of time that it cannot handle those yet. +This feature is able to download/recompile quite a few packages. There are a few that it may have issues with, especially if variables with methods are used (e.g. `$(somevar).Replace(".","")`). In those cases it attempts to warn you ahead of time that it cannot handle those yet. Future versions of the licensed edition will support advanced scenarios such as these. ### Are all packages guaranteed to be compatible? -Unfortunately not all packages on the community repository are created equal, even with the rigorous moderation process. A few packages do not use the built-in functions for acquiring files from the internet, so they don't lend well to automatic recompiling. Typically Chocolatey will let you know when this is the case and allow you to inspect the package to allow you to finish up the next steps of recompiling. As a future enhancement, it's possible this scenario would also be supported, although it is a very small subset of packages that are created in this way. +Unfortunately not all packages on the Chocolatey Community Repository are created equal, even with the rigorous moderation process. A few packages do not use the built-in functions for acquiring files from the internet, so they don't lend well to automatic recompiling. Typically Chocolatey will let you know when this is the case and allow you to inspect the package to allow you to finish up the next steps of recompiling. As a future enhancement, it's possible this scenario would also be supported, although it is a very small subset of packages that are created in this way.