Skip to content

Commit 2f2c0a2

Browse files
authored
Merge pull request #1095 from pauby/doc/fix-internalizer-page
Update the Package Internalizer page
2 parents 0a07b5f + 9c3d4cb commit 2f2c0a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/en-us/features/package-internalizer.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Xref from '@components/Xref.astro';
1010

1111
Automatically Internalize/Recompile Existing Packages (Business and MSP Editions Only)
1212

13-
There are thousands of existing packages on the <Xref title="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 [trust and control issues" value="community-packages-disclaimer" />). 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).
13+
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 <Xref title="trust and control issues" value="community-packages-disclaimer" />). 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).
1414

1515
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 <Xref title="manually internalizing/recompiling packages" value="recompile-packages" />!
1616

@@ -40,7 +40,7 @@ This image shows running `choco download --recompile git.install`.
4040
![automatic recompile](/images/gifs/choco_business_features_recompile.gif)
4141

4242
<Callout type="info">
43-
To see all feature videos for Chocolatey for Business, please visit https://chocolatey.org/resources/features#c4b.
43+
See all the [feature videos for Chocolatey for Business](https://chocolatey.org/resources/features#c4b).
4444
</Callout>
4545

4646
## Options and Switches
@@ -115,10 +115,10 @@ Some packages are already internalized or don't have remote resources. In those
115115

116116
### It was not able to download a resource. Why not?
117117

118-
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.
118+
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.
119119

120120
Future versions of the licensed edition will support advanced scenarios such as these.
121121

122122
### Are all packages guaranteed to be compatible?
123123

124-
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.
124+
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.

0 commit comments

Comments
 (0)